|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpnpStream | |
---|---|
org.teleal.cling.android | |
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.android |
---|
Methods in org.teleal.cling.android with parameters of type UpnpStream | |
---|---|
void |
AndroidWifiSwitchingRouter.received(UpnpStream stream)
|
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()
|
Uses of UpnpStream in org.teleal.cling.transport |
---|
Methods in org.teleal.cling.transport with parameters of type UpnpStream | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |