Uses of Class
org.fourthline.cling.model.message.UpnpOperation

Packages that use UpnpOperation
org.fourthline.cling.model.message   
org.fourthline.cling.transport.impl.apache   
 

Uses of UpnpOperation in org.fourthline.cling.model.message
 

Classes in org.fourthline.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.fourthline.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.fourthline.cling.transport.impl.apache
 

Methods in org.fourthline.cling.transport.impl.apache with parameters of type UpnpOperation
protected  org.apache.http.params.HttpParams HttpServerConnectionUpnpStream.UpnpHttpService.getResponseParams(UpnpOperation operation)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.