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>
Implementation based on Apache HTTP Components.
This implementation works on Android.
Thread-safety is guaranteed through synchronization of methods of this service and
by the thread-safe underlying socket.
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configuration
protected final StreamServerConfigurationImpl configuration
router
protected Router router
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>
- Returns:
- This service's configuration.
init
public void init(InetAddress bindAddress,
Router router)
throws InitializationException
- Description copied from interface:
StreamServer
- Configures the service and starts any listening sockets.
- Specified by:
init
in interface StreamServer<StreamServerConfigurationImpl>
- Parameters:
bindAddress
- The address to bind any sockets on.router
- The router which handles the incoming UpnpStream
.
- Throws:
InitializationException
- If the service could not be initialized or started.
getPort
public int getPort()
- Specified by:
getPort
in interface StreamServer<StreamServerConfigurationImpl>
- Returns:
- The TCP port this service is listening on, e.g. the actual ephemeral port.
stop
public void stop()
- Description copied from interface:
StreamServer
- Stops the service, closes any listening sockets.
- Specified by:
stop
in interface StreamServer<StreamServerConfigurationImpl>
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.