|
||||||||||
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 |
AndroidWifiSwitchingRouter
Wrapping a regular RouterImpl , making it on/off switchable. |
Uses of Router in org.teleal.cling.mock |
---|
Fields in org.teleal.cling.mock declared as Router | |
---|---|
protected Router |
MockUpnpService.router
|
Methods in org.teleal.cling.mock that return Router | |
---|---|
Router |
MockUpnpService.getRouter()
|
Uses of Router in org.teleal.cling.transport |
---|
Classes in org.teleal.cling.transport that implement Router | |
---|---|
class |
RouterImpl
Default implementation of 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 |