| Package | Description |
|---|---|
| org.jupnp | |
| org.jupnp.model.message | |
| org.jupnp.model.message.gena | |
| org.jupnp.model.profile |
| Modifier and Type | Method and Description |
|---|---|
UpnpHeaders |
DefaultUpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity) |
UpnpHeaders |
OSGiUpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity) |
UpnpHeaders |
UpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity)
Optional extra headers for device descriptor retrieval HTTP requests.
|
UpnpHeaders |
DefaultUpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service) |
UpnpHeaders |
OSGiUpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service) |
UpnpHeaders |
UpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service)
Optional extra headers for event subscription (almost HTTP) messages.
|
| Modifier and Type | Method and Description |
|---|---|
UpnpHeaders |
OutgoingDatagramMessage.getHeaders() |
UpnpHeaders |
UpnpMessage.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpnpMessage.setHeaders(UpnpHeaders headers) |
| Constructor and Description |
|---|
OutgoingRenewalRequestMessage(RemoteGENASubscription subscription,
UpnpHeaders extraHeaders) |
OutgoingSubscribeRequestMessage(RemoteGENASubscription subscription,
List<URL> callbackURLs,
UpnpHeaders extraHeaders) |
OutgoingUnsubscribeRequestMessage(RemoteGENASubscription subscription,
UpnpHeaders extraHeaders) |
| Modifier and Type | Field and Description |
|---|---|
protected UpnpHeaders |
RemoteClientInfo.extraResponseHeaders |
protected UpnpHeaders |
ClientInfo.requestHeaders |
| Modifier and Type | Method and Description |
|---|---|
UpnpHeaders |
RemoteClientInfo.getExtraResponseHeaders() |
UpnpHeaders |
ClientInfo.getRequestHeaders() |
| Constructor and Description |
|---|
ClientInfo(UpnpHeaders requestHeaders) |
RemoteClientInfo(Connection connection,
UpnpHeaders requestHeaders) |
Copyright © 2023 jUPnP.org. All rights reserved.