public abstract class ProtocolServerConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
ProtocolServerConfiguration(String defaultCacheName,
String name,
String host,
int port,
int idleTimeout,
int recvBufSize,
int sendBufSize,
SslConfiguration ssl,
boolean tcpNoDelay,
int workerThreads) |
Modifier and Type | Method and Description |
---|---|
String |
defaultCacheName() |
String |
host() |
int |
idleTimeout() |
String |
name() |
int |
port() |
int |
recvBufSize() |
int |
sendBufSize() |
SslConfiguration |
ssl() |
boolean |
tcpNoDelay() |
String |
toString() |
int |
workerThreads() |
protected ProtocolServerConfiguration(String defaultCacheName, String name, String host, int port, int idleTimeout, int recvBufSize, int sendBufSize, SslConfiguration ssl, boolean tcpNoDelay, int workerThreads)
public String defaultCacheName()
public String name()
public String host()
public int port()
public int idleTimeout()
public int recvBufSize()
public int sendBufSize()
public SslConfiguration ssl()
public boolean tcpNoDelay()
public int workerThreads()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.