| Package | Description |
|---|---|
| org.jupnp.model.message | |
| org.jupnp.transport.impl.jetty |
| Modifier and Type | Class and Description |
|---|---|
class |
UpnpHeaders
Provides UPnP header API in addition to plain multi-map HTTP header access.
|
| Modifier and Type | Method and Description |
|---|---|
static Headers |
HeaderUtil.get(org.eclipse.jetty.server.Request request)
Get all header information from
Request jUPnP Headers. |
static Headers |
HeaderUtil.get(org.eclipse.jetty.client.api.Response response)
Get all header information from
Response jUPnP Headers. |
| Modifier and Type | Method and Description |
|---|---|
static void |
HeaderUtil.add(javax.servlet.http.HttpServletResponse response,
Headers headers)
Add all jUPnP
Headers header information to
Response. |
static void |
HeaderUtil.add(org.eclipse.jetty.client.api.Request request,
Headers headers)
Add all jUPnP
Headers header information to Request. |
Copyright © 2023 jUPnP.org. All rights reserved.