|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Router in org.fourthline.cling |
|---|
| Fields in org.fourthline.cling declared as Router | |
|---|---|
protected Router |
UpnpServiceImpl.router
|
| Methods in org.fourthline.cling that return Router | |
|---|---|
protected Router |
UpnpServiceImpl.createRouter(ProtocolFactory protocolFactory,
Registry registry)
|
Router |
UpnpServiceImpl.getRouter()
|
Router |
UpnpService.getRouter()
|
Router |
ManagedUpnpService.getRouter()
|
| Uses of Router in org.fourthline.cling.android |
|---|
| Classes in org.fourthline.cling.android that implement Router | |
|---|---|
class |
AndroidSwitchableRouter
Monitors all network connectivity changes, switching the router accordingly. |
| Uses of Router in org.fourthline.cling.mock |
|---|
| Classes in org.fourthline.cling.mock that implement Router | |
|---|---|
class |
MockUpnpService.MockRouter
|
| Fields in org.fourthline.cling.mock declared as Router | |
|---|---|
protected Router |
MockUpnpService.router
|
| Methods in org.fourthline.cling.mock that return Router | |
|---|---|
protected Router |
MockUpnpService.createRouter()
|
Router |
MockUpnpService.getRouter()
|
| Uses of Router in org.fourthline.cling.transport |
|---|
| Subinterfaces of Router in org.fourthline.cling.transport | |
|---|---|
interface |
SwitchableRouter
Switchable network transport layer interface. |
| Classes in org.fourthline.cling.transport that implement Router | |
|---|---|
class |
RouterImpl
Default implementation of network message router. |
class |
SwitchableRouterImpl
Default implementation of switchable network message router. |
| Fields in org.fourthline.cling.transport declared as Router | |
|---|---|
protected Router |
SwitchableRouterImpl.router
|
| Uses of Router in org.fourthline.cling.transport.impl |
|---|
| Fields in org.fourthline.cling.transport.impl declared as Router | |
|---|---|
protected Router |
MulticastReceiverImpl.router
|
protected Router |
DatagramIOImpl.router
|
| Methods in org.fourthline.cling.transport.impl with parameters of type Router | |
|---|---|
protected javax.servlet.Servlet |
AsyncServletStreamServerImpl.createServlet(Router router)
|
void |
StreamServerImpl.init(InetAddress bindAddress,
Router router)
|
void |
AsyncServletStreamServerImpl.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.fourthline.cling.transport.impl.apache |
|---|
| Fields in org.fourthline.cling.transport.impl.apache declared as Router | |
|---|---|
protected Router |
StreamServerImpl.router
|
| Methods in org.fourthline.cling.transport.impl.apache with parameters of type Router | |
|---|---|
void |
StreamServerImpl.init(InetAddress bindAddress,
Router router)
|
| Uses of Router in org.fourthline.cling.transport.spi |
|---|
| Methods in org.fourthline.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 | |||||||||