org.teleal.cling.transport.spi
Class UpnpStream
java.lang.Object
org.teleal.cling.transport.spi.UpnpStream
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- HttpExchangeUpnpStream, HttpServerConnectionUpnpStream
public abstract class UpnpStream
- extends Object
- implements Runnable
protocolFactory
protected final ProtocolFactory protocolFactory
syncProtocol
protected ReceivingSync syncProtocol
UpnpStream
protected UpnpStream(ProtocolFactory protocolFactory)
getProtocolFactory
public ProtocolFactory getProtocolFactory()
run
public void run()
- Specified by:
run
in interface Runnable
process
public StreamResponseMessage process(StreamRequestMessage requestMsg)
throws UnsupportedDataException
- Throws:
UnsupportedDataException
execute
public abstract void execute()
responseSent
public void responseSent(StreamResponseMessage responseMessage)
responseException
public void responseException(Throwable t)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.