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

Packages that use UpnpRequest
org.fourthline.cling.model.message   
org.fourthline.cling.model.message.control   
org.fourthline.cling.model.message.discovery   
org.fourthline.cling.protocol   
org.fourthline.cling.protocol.async   
org.fourthline.cling.transport.impl.apache   
 

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

Constructors in org.fourthline.cling.model.message with parameters of type UpnpRequest
StreamRequestMessage(UpnpRequest operation)
           
StreamRequestMessage(UpnpRequest operation, byte[] body)
           
StreamRequestMessage(UpnpRequest operation, String body)
           
 

Uses of UpnpRequest in org.fourthline.cling.model.message.control
 

Constructors in org.fourthline.cling.model.message.control with parameters of type UpnpRequest
OutgoingActionRequestMessage(Action action, UpnpRequest operation)
           
 

Uses of UpnpRequest in org.fourthline.cling.model.message.discovery
 

Constructor parameters in org.fourthline.cling.model.message.discovery with type arguments of type UpnpRequest
IncomingNotificationRequest(IncomingDatagramMessage<UpnpRequest> source)
           
IncomingSearchRequest(IncomingDatagramMessage<UpnpRequest> source)
           
 

Uses of UpnpRequest in org.fourthline.cling.protocol
 

Method parameters in org.fourthline.cling.protocol with type arguments of type UpnpRequest
protected  ReceivingAsync ProtocolFactoryImpl.createReceivingNotification(IncomingDatagramMessage<UpnpRequest> incomingRequest)
           
protected  ReceivingAsync ProtocolFactoryImpl.createReceivingSearch(IncomingDatagramMessage<UpnpRequest> incomingRequest)
           
 

Uses of UpnpRequest in org.fourthline.cling.protocol.async
 

Constructor parameters in org.fourthline.cling.protocol.async with type arguments of type UpnpRequest
ReceivingNotification(UpnpService upnpService, IncomingDatagramMessage<UpnpRequest> inputMessage)
           
ReceivingSearch(UpnpService upnpService, IncomingDatagramMessage<UpnpRequest> inputMessage)
           
 

Uses of UpnpRequest in org.fourthline.cling.transport.impl.apache
 

Methods in org.fourthline.cling.transport.impl.apache with parameters of type UpnpRequest
protected  org.apache.http.client.methods.HttpUriRequest StreamClientImpl.createHttpRequest(UpnpMessage upnpMessage, UpnpRequest upnpRequestOperation)
           
 



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