org.teleal.cling.transport.impl
Class StreamServerConfigurationImpl

java.lang.Object
  extended by org.teleal.cling.transport.impl.StreamServerConfigurationImpl
All Implemented Interfaces:
StreamServerConfiguration

public class StreamServerConfigurationImpl
extends Object
implements StreamServerConfiguration


Constructor Summary
StreamServerConfigurationImpl(int listenPort)
           
 
Method Summary
 int getListenPort()
           
 String getServerOriginOS()
           
 String getServerOriginProduct()
           
 int getTcpConnectionBacklog()
           
 void setListenPort(int listenPort)
           
 void setTcpConnectionBacklog(int tcpConnectionBacklog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamServerConfigurationImpl

public StreamServerConfigurationImpl(int listenPort)
Method Detail

getListenPort

public int getListenPort()
Specified by:
getListenPort in interface StreamServerConfiguration

setListenPort

public void setListenPort(int listenPort)

getTcpConnectionBacklog

public int getTcpConnectionBacklog()

setTcpConnectionBacklog

public void setTcpConnectionBacklog(int tcpConnectionBacklog)

getServerOriginOS

public String getServerOriginOS()
Specified by:
getServerOriginOS in interface StreamServerConfiguration

getServerOriginProduct

public String getServerOriginProduct()
Specified by:
getServerOriginProduct in interface StreamServerConfiguration


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