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,
Set<String> ignoredCaches,
boolean startTransport) |
Modifier and Type | Method and Description |
---|---|
String |
defaultCacheName() |
String |
host() |
int |
idleTimeout() |
Set<String> |
ignoredCaches() |
String |
name() |
int |
port() |
int |
recvBufSize() |
int |
sendBufSize() |
SslConfiguration |
ssl() |
boolean |
startTransport() |
boolean |
tcpNoDelay() |
String |
toString() |
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()
public boolean startTransport()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.