|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpnpOperation | |
---|---|
org.teleal.cling.model.message | |
org.teleal.cling.transport.impl.apache |
Uses of UpnpOperation in org.teleal.cling.model.message |
---|
Classes in org.teleal.cling.model.message with type parameters of type UpnpOperation | |
---|---|
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. |
Subclasses of UpnpOperation in org.teleal.cling.model.message | |
---|---|
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). |
Uses of UpnpOperation in org.teleal.cling.transport.impl.apache |
---|
Methods in org.teleal.cling.transport.impl.apache with parameters of type UpnpOperation | |
---|---|
protected org.apache.http.params.HttpParams |
HttpServerConnectionUpnpStream.UpnpHttpService.getResponseParams(UpnpOperation operation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |