| Package | Description |
|---|---|
| org.jupnp | |
| org.jupnp.mock | |
| org.jupnp.protocol | |
| org.jupnp.protocol.async | |
| org.jupnp.protocol.sync | |
| org.jupnp.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
UpnpServiceImpl
Default implementation of
UpnpService, starts immediately on construction. |
| Modifier and Type | Class and Description |
|---|---|
class |
MockUpnpService
Simplifies testing of core and non-core modules.
|
| Modifier and Type | Method and Description |
|---|---|
UpnpService |
MockProtocolFactory.getUpnpService() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolFactory |
MockUpnpService.createProtocolFactory(UpnpService service,
boolean sendsAlive) |
| Constructor and Description |
|---|
MockProtocolFactory(UpnpService upnpService,
boolean sendsAlive) |
| Modifier and Type | Field and Description |
|---|---|
protected UpnpService |
ProtocolFactoryImpl.upnpService |
| Modifier and Type | Method and Description |
|---|---|
UpnpService |
ProtocolFactory.getUpnpService() |
UpnpService |
ReceivingAsync.getUpnpService() |
UpnpService |
SendingAsync.getUpnpService() |
UpnpService |
ProtocolFactoryImpl.getUpnpService() |
UpnpService |
RetrieveRemoteDescriptors.getUpnpService() |
| Constructor and Description |
|---|
ProtocolFactoryImpl(UpnpService upnpService) |
ReceivingAsync(UpnpService upnpService,
M inputMessage) |
ReceivingSync(UpnpService upnpService,
IN inputMessage) |
RetrieveRemoteDescriptors(UpnpService upnpService,
RemoteDevice rd) |
SendingAsync(UpnpService upnpService) |
SendingSync(UpnpService upnpService,
IN inputMessage) |
| Constructor and Description |
|---|
ReceivingNotification(UpnpService upnpService,
IncomingDatagramMessage<UpnpRequest> inputMessage) |
ReceivingSearch(UpnpService upnpService,
IncomingDatagramMessage<UpnpRequest> inputMessage) |
ReceivingSearchResponse(UpnpService upnpService,
IncomingDatagramMessage<UpnpResponse> inputMessage) |
SendingNotification(UpnpService upnpService,
LocalDevice device) |
SendingNotificationAlive(UpnpService upnpService,
LocalDevice device) |
SendingNotificationByebye(UpnpService upnpService,
LocalDevice device) |
SendingSearch(UpnpService upnpService)
Defaults to
STAllHeader and an MX of 3 seconds. |
SendingSearch(UpnpService upnpService,
UpnpHeader searchTarget)
Defaults to an MX value of 3 seconds.
|
SendingSearch(UpnpService upnpService,
UpnpHeader searchTarget,
int mxSeconds) |
| Constructor and Description |
|---|
ReceivingAction(UpnpService upnpService,
StreamRequestMessage inputMessage) |
ReceivingEvent(UpnpService upnpService,
StreamRequestMessage inputMessage) |
ReceivingRetrieval(UpnpService upnpService,
StreamRequestMessage inputMessage) |
ReceivingSubscribe(UpnpService upnpService,
StreamRequestMessage inputMessage) |
ReceivingUnsubscribe(UpnpService upnpService,
StreamRequestMessage inputMessage) |
SendingAction(UpnpService upnpService,
ActionInvocation actionInvocation,
URL controlURL) |
SendingEvent(UpnpService upnpService,
LocalGENASubscription subscription) |
SendingRenewal(UpnpService upnpService,
RemoteGENASubscription subscription) |
SendingSubscribe(UpnpService upnpService,
RemoteGENASubscription subscription,
List<NetworkAddress> activeStreamServers) |
SendingUnsubscribe(UpnpService upnpService,
RemoteGENASubscription subscription) |
| Modifier and Type | Field and Description |
|---|---|
protected UpnpService |
RegistryImpl.upnpService |
| Modifier and Type | Method and Description |
|---|---|
UpnpService |
Registry.getUpnpService() |
UpnpService |
RegistryImpl.getUpnpService() |
| Constructor and Description |
|---|
RegistryImpl(UpnpService upnpService)
Starts background maintenance immediately.
|
Copyright © 2023 jUPnP.org. All rights reserved.