Package | Description |
---|---|
org.fourthline.cling.model.message | |
org.fourthline.cling.transport.impl.apache |
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 org.apache.http.params.HttpParams |
HttpServerConnectionUpnpStream.UpnpHttpService.getResponseParams(UpnpOperation operation) |
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.