Uses of Class
org.teleal.cling.model.message.StreamRequestMessage

Packages that use StreamRequestMessage
org.teleal.cling.mock   
org.teleal.cling.model.message   
org.teleal.cling.model.message.control   
org.teleal.cling.model.message.gena   
org.teleal.cling.protocol   
org.teleal.cling.protocol.sync   
org.teleal.cling.transport   
org.teleal.cling.transport.impl   
org.teleal.cling.transport.impl.apache   
org.teleal.cling.transport.spi   
 

Uses of StreamRequestMessage in org.teleal.cling.mock
 

Methods in org.teleal.cling.mock that return types with arguments of type StreamRequestMessage
 List<StreamRequestMessage> MockUpnpService.getSentStreamRequestMessages()
           
 

Methods in org.teleal.cling.mock with parameters of type StreamRequestMessage
 StreamResponseMessage MockUpnpService.getStreamResponseMessage(StreamRequestMessage request)
           
 StreamResponseMessage MockUpnpService.MockRouter.send(StreamRequestMessage msg)
           
 

Uses of StreamRequestMessage in org.teleal.cling.model.message
 

Constructors in org.teleal.cling.model.message with parameters of type StreamRequestMessage
StreamRequestMessage(StreamRequestMessage source)
           
 

Uses of StreamRequestMessage in org.teleal.cling.model.message.control
 

Subclasses of StreamRequestMessage in org.teleal.cling.model.message.control
 class IncomingActionRequestMessage
           
 class OutgoingActionRequestMessage
           
 

Constructors in org.teleal.cling.model.message.control with parameters of type StreamRequestMessage
IncomingActionRequestMessage(StreamRequestMessage source, LocalService service)
           
 

Uses of StreamRequestMessage in org.teleal.cling.model.message.gena
 

Subclasses of StreamRequestMessage in org.teleal.cling.model.message.gena
 class IncomingEventRequestMessage
           
 class IncomingSubscribeRequestMessage
           
 class IncomingUnsubscribeRequestMessage
           
 class OutgoingEventRequestMessage
           
 class OutgoingRenewalRequestMessage
           
 class OutgoingSubscribeRequestMessage
           
 class OutgoingUnsubscribeRequestMessage
           
 

Constructors in org.teleal.cling.model.message.gena with parameters of type StreamRequestMessage
IncomingEventRequestMessage(StreamRequestMessage source, RemoteService service)
           
IncomingSubscribeRequestMessage(StreamRequestMessage source, LocalService service)
           
IncomingUnsubscribeRequestMessage(StreamRequestMessage source, LocalService service)
           
 

Uses of StreamRequestMessage in org.teleal.cling.protocol
 

Classes in org.teleal.cling.protocol with type parameters of type StreamRequestMessage
 class ReceivingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage>
          Supertype for all synchronously executing protocols, handling reception of UPnP messages and return a response.
 class SendingSync<IN extends StreamRequestMessage,OUT extends StreamResponseMessage>
          Supertype for all synchronously executing protocols, sending UPnP messages.
 

Methods in org.teleal.cling.protocol with parameters of type StreamRequestMessage
 ReceivingSync ProtocolFactoryImpl.createReceivingSync(StreamRequestMessage message)
           
 ReceivingSync ProtocolFactory.createReceivingSync(StreamRequestMessage requestMessage)
          Creates a ReceivingRetrieval, ReceivingAction, ReceivingSubscribe, ReceivingUnsubscribe, or ReceivingEvent protocol.
 

Uses of StreamRequestMessage in org.teleal.cling.protocol.sync
 

Constructors in org.teleal.cling.protocol.sync with parameters of type StreamRequestMessage
ReceivingAction(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingEvent(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingRetrieval(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingSubscribe(UpnpService upnpService, StreamRequestMessage inputMessage)
           
ReceivingUnsubscribe(UpnpService upnpService, StreamRequestMessage inputMessage)
           
 

Uses of StreamRequestMessage in org.teleal.cling.transport
 

Methods in org.teleal.cling.transport with parameters of type StreamRequestMessage
 StreamResponseMessage SwitchableRouterImpl.send(StreamRequestMessage msg)
           
 StreamResponseMessage RouterImpl.send(StreamRequestMessage msg)
          Sends the TCP stream request with the StreamClient.
 StreamResponseMessage Router.send(StreamRequestMessage msg)
           Call this method to send a TCP (HTTP) stream message.
 

Uses of StreamRequestMessage in org.teleal.cling.transport.impl
 

Methods in org.teleal.cling.transport.impl with parameters of type StreamRequestMessage
protected  void StreamClientImpl.applyRequestBody(HttpURLConnection urlConnection, StreamRequestMessage requestMessage)
           
protected  void StreamClientImpl.applyRequestProperties(HttpURLConnection urlConnection, StreamRequestMessage requestMessage)
           
 StreamResponseMessage StreamClientImpl.sendRequest(StreamRequestMessage requestMessage)
           
 

Uses of StreamRequestMessage in org.teleal.cling.transport.impl.apache
 

Methods in org.teleal.cling.transport.impl.apache with parameters of type StreamRequestMessage
protected  org.apache.http.params.HttpParams StreamClientImpl.getRequestParams(StreamRequestMessage requestMessage)
           
 StreamResponseMessage StreamClientImpl.sendRequest(StreamRequestMessage requestMessage)
           
 

Uses of StreamRequestMessage in org.teleal.cling.transport.spi
 

Methods in org.teleal.cling.transport.spi with parameters of type StreamRequestMessage
 StreamResponseMessage UpnpStream.process(StreamRequestMessage requestMsg)
          Selects a UPnP protocol, runs it within the calling thread, returns the response.
 StreamResponseMessage StreamClient.sendRequest(StreamRequestMessage message)
          Sends the given request via TCP (HTTP) and returns the response.
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.