org.teleal.cling.transport.impl
Class StreamServerImpl
java.lang.Object
org.teleal.cling.transport.impl.StreamServerImpl
- All Implemented Interfaces:
- Runnable, StreamServer<StreamServerConfigurationImpl>
public class StreamServerImpl
- extends Object
- implements StreamServer<StreamServerConfigurationImpl>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configuration
protected StreamServerConfigurationImpl configuration
server
protected com.sun.net.httpserver.HttpServer server
StreamServerImpl
public StreamServerImpl(StreamServerConfigurationImpl configuration)
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>
getConfiguration
public StreamServerConfigurationImpl getConfiguration()
- Specified by:
getConfiguration
in interface StreamServer<StreamServerConfigurationImpl>
run
public void run()
- Specified by:
run
in interface Runnable
stop
public void stop()
- Specified by:
stop
in interface StreamServer<StreamServerConfigurationImpl>
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.