| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFactory |
UpnpServiceImpl.protocolFactory |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolFactory |
UpnpServiceImpl.createProtocolFactory() |
ProtocolFactory |
UpnpService.getProtocolFactory() |
ProtocolFactory |
UpnpServiceImpl.getProtocolFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ControlPoint |
UpnpServiceImpl.createControlPoint(ProtocolFactory protocolFactory,
Registry registry) |
protected Registry |
UpnpServiceImpl.createRegistry(ProtocolFactory protocolFactory) |
protected Router |
UpnpServiceImpl.createRouter(ProtocolFactory protocolFactory,
Registry registry) |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFactory |
ControlPointImpl.protocolFactory |
| Modifier and Type | Method and Description |
|---|---|
ProtocolFactory |
ControlPointImpl.getProtocolFactory() |
ProtocolFactory |
ControlPoint.getProtocolFactory() |
| Constructor and Description |
|---|
ControlPointImpl(UpnpServiceConfiguration configuration,
ProtocolFactory protocolFactory,
Registry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockProtocolFactory |
static class |
MockUpnpService.MockProtocolFactory
This factory customizes several protocols.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFactory |
MockUpnpService.protocolFactory |
protected ProtocolFactory |
MockRouter.protocolFactory |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolFactory |
MockUpnpService.createProtocolFactory(UpnpService service,
boolean sendsAlive) |
ProtocolFactory |
MockUpnpService.getProtocolFactory() |
ProtocolFactory |
MockRouter.getProtocolFactory() |
| Constructor and Description |
|---|
MockRouter(UpnpServiceConfiguration configuration,
ProtocolFactory protocolFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolFactoryImpl
Default implementation, directly instantiates the appropriate protocols.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolFactory |
Registry.getProtocolFactory() |
ProtocolFactory |
RegistryImpl.getProtocolFactory() |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFactory |
RouterImpl.protocolFactory |
| Modifier and Type | Method and Description |
|---|---|
ProtocolFactory |
RouterImpl.getProtocolFactory() |
ProtocolFactory |
Router.getProtocolFactory() |
| Constructor and Description |
|---|
RouterImpl(UpnpServiceConfiguration configuration,
ProtocolFactory protocolFactory) |
| Constructor and Description |
|---|
HttpExchangeUpnpStream(ProtocolFactory protocolFactory,
com.sun.net.httpserver.HttpExchange httpExchange) |
ServletUpnpStream(ProtocolFactory protocolFactory) |
| Constructor and Description |
|---|
AsyncServletUpnpStream(ProtocolFactory protocolFactory,
javax.servlet.AsyncContext asyncContext,
javax.servlet.http.HttpServletRequest request) |
| Constructor and Description |
|---|
BlockingServletUpnpStream(ProtocolFactory protocolFactory,
FauxAsyncContext asyncContext) |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFactory |
UpnpStream.protocolFactory |
| Modifier and Type | Method and Description |
|---|---|
ProtocolFactory |
UpnpStream.getProtocolFactory() |
| Constructor and Description |
|---|
UpnpStream(ProtocolFactory protocolFactory) |
Copyright © 2023 jUPnP.org. All rights reserved.