|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Router in org.teleal.cling |
---|
Fields in org.teleal.cling declared as Router | |
---|---|
protected Router |
UpnpServiceImpl.router
|
Methods in org.teleal.cling that return Router | |
---|---|
protected Router |
UpnpServiceImpl.createRouter(ProtocolFactory protocolFactory,
Registry registry)
|
Router |
UpnpServiceImpl.getRouter()
|
Router |
UpnpService.getRouter()
|
Uses of Router in org.teleal.cling.android |
---|
Classes in org.teleal.cling.android that implement Router | |
---|---|
class |
AndroidWifiSwitchableRouter
Switches the network transport layer on/off by monitoring WiFi connectivity. |
Uses of Router in org.teleal.cling.mock |
---|
Classes in org.teleal.cling.mock that implement Router | |
---|---|
class |
MockUpnpService.MockRouter
|
Fields in org.teleal.cling.mock declared as Router | |
---|---|
protected Router |
MockUpnpService.router
|
Methods in org.teleal.cling.mock that return Router | |
---|---|
protected Router |
MockUpnpService.createRouter()
|
Router |
MockUpnpService.getRouter()
|
Uses of Router in org.teleal.cling.transport |
---|
Subinterfaces of Router in org.teleal.cling.transport | |
---|---|
interface |
SwitchableRouter
Switchable network transport layer interface. |
Classes in org.teleal.cling.transport that implement Router | |
---|---|
class |
RouterImpl
Default implementation of network message router. |
class |
SwitchableRouterImpl
Default implementation of switchable network message router. |
Uses of Router in org.teleal.cling.transport.impl |
---|
Fields in org.teleal.cling.transport.impl declared as Router | |
---|---|
protected Router |
MulticastReceiverImpl.router
|
protected Router |
DatagramIOImpl.router
|
Methods in org.teleal.cling.transport.impl with parameters of type Router | |
---|---|
void |
StreamServerImpl.init(InetAddress bindAddress,
Router router)
|
void |
DatagramIOImpl.init(InetAddress bindAddress,
Router router,
DatagramProcessor datagramProcessor)
|
void |
MulticastReceiverImpl.init(NetworkInterface networkInterface,
Router router,
DatagramProcessor datagramProcessor)
|
Uses of Router in org.teleal.cling.transport.impl.apache |
---|
Fields in org.teleal.cling.transport.impl.apache declared as Router | |
---|---|
protected Router |
StreamServerImpl.router
|
Methods in org.teleal.cling.transport.impl.apache with parameters of type Router | |
---|---|
void |
StreamServerImpl.init(InetAddress bindAddress,
Router router)
|
Uses of Router in org.teleal.cling.transport.spi |
---|
Methods in org.teleal.cling.transport.spi with parameters of type Router | |
---|---|
void |
StreamServer.init(InetAddress bindAddress,
Router router)
Configures the service and starts any listening sockets. |
void |
DatagramIO.init(InetAddress bindAddress,
Router router,
DatagramProcessor datagramProcessor)
Configures the service and starts any listening sockets. |
void |
MulticastReceiver.init(NetworkInterface networkInterface,
Router router,
DatagramProcessor datagramProcessor)
Configures the service and starts any listening sockets. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |