|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UpnpMessage in org.fourthline.cling.model.message |
---|
Subclasses of UpnpMessage in org.fourthline.cling.model.message | |
---|---|
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 |
StreamRequestMessage
A TCP (HTTP) stream request message. |
class |
StreamResponseMessage
A TCP (HTTP) stream response message. |
Constructors in org.fourthline.cling.model.message with parameters of type UpnpMessage | |
---|---|
UpnpMessage(UpnpMessage<O> source)
|
Uses of UpnpMessage in org.fourthline.cling.model.message.control |
---|
Subclasses of UpnpMessage in org.fourthline.cling.model.message.control | |
---|---|
class |
IncomingActionRequestMessage
|
class |
IncomingActionResponseMessage
|
class |
OutgoingActionRequestMessage
|
class |
OutgoingActionResponseMessage
|
Uses of UpnpMessage in org.fourthline.cling.model.message.discovery |
---|
Uses of UpnpMessage in org.fourthline.cling.model.message.gena |
---|
Uses of UpnpMessage in org.fourthline.cling.protocol |
---|
Classes in org.fourthline.cling.protocol with type parameters of type UpnpMessage | |
---|---|
class |
ReceivingAsync<M extends UpnpMessage>
Supertype for all asynchronously executing protocols, handling reception of UPnP messages. |
Uses of UpnpMessage in org.fourthline.cling.transport.impl |
---|
Methods in org.fourthline.cling.transport.impl with parameters of type UpnpMessage | |
---|---|
protected String |
GENAEventProcessorImpl.getMessageBody(UpnpMessage message)
|
Uses of UpnpMessage in org.fourthline.cling.transport.impl.apache |
---|
Methods in org.fourthline.cling.transport.impl.apache with parameters of type UpnpMessage | |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
StreamClientImpl.createHttpRequest(UpnpMessage upnpMessage,
UpnpRequest upnpRequestOperation)
|
protected org.apache.http.HttpEntity |
StreamClientImpl.createHttpRequestEntity(UpnpMessage upnpMessage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |