public class StreamServerConfigurationImpl extends Object implements StreamServerConfiguration
| Constructor and Description |
|---|
StreamServerConfigurationImpl()
Defaults to port '0', ephemeral.
|
StreamServerConfigurationImpl(int listenPort) |
| Modifier and Type | Method and Description |
|---|---|
int |
getListenPort() |
int |
getTcpConnectionBacklog() |
void |
setListenPort(int listenPort) |
void |
setTcpConnectionBacklog(int tcpConnectionBacklog) |
public StreamServerConfigurationImpl()
public StreamServerConfigurationImpl(int listenPort)
public int getListenPort()
getListenPort in interface StreamServerConfigurationpublic void setListenPort(int listenPort)
public int getTcpConnectionBacklog()
public void setTcpConnectionBacklog(int tcpConnectionBacklog)
Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.