org.teleal.cling.transport.impl.apache
Class StreamServerImpl
java.lang.Object
org.teleal.cling.transport.impl.apache.StreamServerImpl
- All Implemented Interfaces:
- Runnable, StreamServer<StreamServerConfigurationImpl>
public class StreamServerImpl
- extends Object
- implements StreamServer<StreamServerConfigurationImpl>
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
router
protected Router router
configuration
protected StreamServerConfigurationImpl configuration
serverSocket
protected ServerSocket serverSocket
globalParams
protected org.apache.http.params.HttpParams globalParams
StreamServerImpl
public StreamServerImpl(StreamServerConfigurationImpl configuration)
getConfiguration
public StreamServerConfigurationImpl getConfiguration()
- Specified by:
getConfiguration
in interface StreamServer<StreamServerConfigurationImpl>
init
public void init(InetAddress bindAddress,
Router router)
throws InitializationException
- Specified by:
init
in interface StreamServer<StreamServerConfigurationImpl>
- Throws:
InitializationException
getPort
public int getPort()
- Specified by:
getPort
in interface StreamServer<StreamServerConfigurationImpl>
stop
public void stop()
- Specified by:
stop
in interface StreamServer<StreamServerConfigurationImpl>
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.