Package org.jupnp.model.message
package org.jupnp.model.message
-
KlasseBeschreibungAn API for the jUPnP protocol layer to access some transport layer details.IncomingDatagramMessage<O extends UpnpOperation>A received UDP datagram request or response message, with source address and port.OutgoingDatagramMessage<O extends UpnpOperation>A UDP datagram request or response message for sending, with destination address and port.A TCP (HTTP) stream request message.A TCP (HTTP) stream response message.Provides UPnP header API in addition to plain multi-map HTTP header access.UpnpMessage<O extends UpnpOperation>A non-streaming message, the interface between the transport layer and the protocols.The operation, or HTTP details, of a message.A request message, with a method (GET, POST, NOTIFY, etc).A response message, with a status code and message (OK, NOT FOUND, etc).