Uses of Interface
org.fourthline.cling.transport.spi.StreamServer

Packages that use StreamServer
org.fourthline.cling   
org.fourthline.cling.android   
org.fourthline.cling.transport   
org.fourthline.cling.transport.impl   
org.fourthline.cling.transport.impl.apache   
 

Uses of StreamServer in org.fourthline.cling
 

Methods in org.fourthline.cling that return StreamServer
 StreamServer UpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 StreamServer ManagedUpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 StreamServer DefaultUpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 

Uses of StreamServer in org.fourthline.cling.android
 

Methods in org.fourthline.cling.android that return StreamServer
 StreamServer AndroidUpnpServiceConfiguration.createStreamServer(NetworkAddressFactory networkAddressFactory)
           
 

Uses of StreamServer in org.fourthline.cling.transport
 

Fields in org.fourthline.cling.transport with type parameters of type StreamServer
protected  Map<InetAddress,StreamServer> RouterImpl.streamServers
           
 

Methods in org.fourthline.cling.transport that return types with arguments of type StreamServer
protected  Map<InetAddress,StreamServer> RouterImpl.getStreamServers()
           
 

Uses of StreamServer in org.fourthline.cling.transport.impl
 

Classes in org.fourthline.cling.transport.impl that implement StreamServer
 class AsyncServletStreamServerImpl
          Implementation based on Servlet 3.0 API.
 

Uses of StreamServer in org.fourthline.cling.transport.impl.apache
 

Classes in org.fourthline.cling.transport.impl.apache that implement StreamServer
 class StreamServerImpl
          Implementation based on Apache HTTP Components 4.2.
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.