| Package | Description |
|---|---|
| org.jupnp.model.message | |
| org.jupnp.transport.impl.jetty |
| Modifier and Type | Class and Description |
|---|---|
class |
IncomingDatagramMessage<O extends UpnpOperation>
A received UDP datagram request or response message, with source address and port.
|
class |
OutgoingDatagramMessage<O extends UpnpOperation>
A UDP datagram request or response message for sending, with destination address and port.
|
class |
UpnpMessage<O extends UpnpOperation>
A non-streaming message, the interface between the transport layer and the protocols.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpnpRequest
A request message, with a method (GET, POST, NOTIFY, etc).
|
class |
UpnpResponse
A response message, with a status code and message (OK, NOT FOUND, etc).
|
| Modifier and Type | Method and Description |
|---|---|
protected <O extends UpnpOperation> |
JettyStreamClientImpl.createContentProvider(UpnpMessage<O> upnpMessage) |
Copyright © 2023 jUPnP.org. All rights reserved.