Uses of Class
org.teleal.cling.transport.spi.UpnpStream

Packages that use UpnpStream
org.teleal.cling.mock   
org.teleal.cling.transport   
org.teleal.cling.transport.impl   
org.teleal.cling.transport.impl.apache   
 

Uses of UpnpStream in org.teleal.cling.mock
 

Methods in org.teleal.cling.mock that return types with arguments of type UpnpStream
 List<UpnpStream> MockUpnpService.getReceivedUpnpStreams()
           
 

Methods in org.teleal.cling.mock with parameters of type UpnpStream
 void MockUpnpService.MockRouter.received(UpnpStream stream)
           
 

Uses of UpnpStream in org.teleal.cling.transport
 

Methods in org.teleal.cling.transport with parameters of type UpnpStream
 void SwitchableRouterImpl.received(UpnpStream stream)
           
 void RouterImpl.received(UpnpStream stream)
          Obtains the synchronous protocol Executor and runs the UpnpStream directly.
 void Router.received(UpnpStream stream)
           This method is called internally by the transport layer when a TCP stream connection has been made and a response has to be returned to the sender.
 

Uses of UpnpStream in org.teleal.cling.transport.impl
 

Subclasses of UpnpStream in org.teleal.cling.transport.impl
 class HttpExchangeUpnpStream
          Default implementation based on the JDK 6.0 built-in HTTP Server.
 

Uses of UpnpStream in org.teleal.cling.transport.impl.apache
 

Subclasses of UpnpStream in org.teleal.cling.transport.impl.apache
 class HttpServerConnectionUpnpStream
          Implementation for Apache HTTP Components API.
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.