| Package | Description |
|---|---|
| org.fourthline.cling | |
| org.fourthline.cling.model.message | |
| org.fourthline.cling.model.message.gena | |
| org.fourthline.cling.model.profile |
| Modifier and Type | Method and Description |
|---|---|
UpnpHeaders |
UpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity)
Optional extra headers for device descriptor retrieval HTTP requests.
|
UpnpHeaders |
ManagedUpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity) |
UpnpHeaders |
DefaultUpnpServiceConfiguration.getDescriptorRetrievalHeaders(RemoteDeviceIdentity identity) |
UpnpHeaders |
UpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service)
Optional extra headers for event subscription (almost HTTP) messages.
|
UpnpHeaders |
ManagedUpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service) |
UpnpHeaders |
DefaultUpnpServiceConfiguration.getEventSubscriptionHeaders(RemoteService service) |
| Modifier and Type | Method and Description |
|---|---|
UpnpHeaders |
UpnpMessage.getHeaders() |
UpnpHeaders |
OutgoingDatagramMessage.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 © 2015 4th Line GmbH, Switzerland. All rights reserved.