public class TelnetTermOptions extends NetServerOptions
NetServerOptions.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CHARSET |
static boolean |
DEFAULT_IN_BINARY |
static String |
DEFAULT_INPUTRC |
static boolean |
DEFAULT_OUT_BINARY |
DEFAULT_ACCEPT_BACKLOG, DEFAULT_CLIENT_AUTH, DEFAULT_HOST, DEFAULT_PORT, DEFAULT_SNIDEFAULT_ENABLED_SECURE_TRANSPORT_PROTOCOLS, DEFAULT_IDLE_TIMEOUT, DEFAULT_SO_LINGER, DEFAULT_SSL, DEFAULT_SSL_ENGINE, DEFAULT_TCP_CORK, DEFAULT_TCP_FAST_OPEN, DEFAULT_TCP_KEEP_ALIVE, DEFAULT_TCP_NO_DELAY, DEFAULT_TCP_QUICKACK, DEFAULT_USE_ALPN, DEFAULT_USE_POOLED_BUFFERSDEFAULT_LOG_ENABLED, DEFAULT_RECEIVE_BUFFER_SIZE, DEFAULT_REUSE_ADDRESS, DEFAULT_REUSE_PORT, DEFAULT_SEND_BUFFER_SIZE, DEFAULT_TRAFFIC_CLASS| Constructor and Description |
|---|
TelnetTermOptions() |
TelnetTermOptions(JsonObject json) |
TelnetTermOptions(TelnetTermOptions other) |
addEnabledSecureTransportProtocol, equals, getAcceptBacklog, getClientAuth, getHost, getPort, hashCode, isClientAuthRequired, isSni, removeEnabledSecureTransportProtocol, setClientAuth, setJdkSslEngineOptions, setKeyCertOptions, setLogActivity, setOpenSslEngineOptions, setReusePort, setSni, setSslEngineOptions, setTcpCork, setTcpFastOpen, setTcpQuickAck, setTrustOptions, setUseAlpn, toJsongetCrlPaths, getCrlValues, getEnabledCipherSuites, getEnabledSecureTransportProtocols, getIdleTimeout, getJdkSslEngineOptions, getKeyCertOptions, getKeyStoreOptions, getOpenSslEngineOptions, getPemKeyCertOptions, getPemTrustOptions, getPfxKeyCertOptions, getPfxTrustOptions, getSoLinger, getSslEngineOptions, getTrustOptions, getTrustStoreOptions, isSsl, isTcpCork, isTcpFastOpen, isTcpKeepAlive, isTcpNoDelay, isTcpQuickAck, isUseAlpn, isUsePooledBuffers, setEnabledSecureTransportProtocolsgetLogActivity, getReceiveBufferSize, getSendBufferSize, getTrafficClass, isReuseAddress, isReusePortpublic static final boolean DEFAULT_IN_BINARY
public static final boolean DEFAULT_OUT_BINARY
public static final String DEFAULT_CHARSET
public static final String DEFAULT_INPUTRC
public TelnetTermOptions()
public TelnetTermOptions(TelnetTermOptions other)
public TelnetTermOptions(JsonObject json)
public TelnetTermOptions setSendBufferSize(int sendBufferSize)
setSendBufferSize in class NetServerOptionspublic TelnetTermOptions setReceiveBufferSize(int receiveBufferSize)
setReceiveBufferSize in class NetServerOptionspublic TelnetTermOptions setReuseAddress(boolean reuseAddress)
setReuseAddress in class NetServerOptionspublic TelnetTermOptions setTrafficClass(int trafficClass)
setTrafficClass in class NetServerOptionspublic TelnetTermOptions setTcpNoDelay(boolean tcpNoDelay)
setTcpNoDelay in class NetServerOptionspublic TelnetTermOptions setTcpKeepAlive(boolean tcpKeepAlive)
setTcpKeepAlive in class NetServerOptionspublic TelnetTermOptions setSoLinger(int soLinger)
setSoLinger in class NetServerOptionspublic TelnetTermOptions setUsePooledBuffers(boolean usePooledBuffers)
setUsePooledBuffers in class NetServerOptionspublic TelnetTermOptions setIdleTimeout(int idleTimeout)
setIdleTimeout in class NetServerOptionspublic TelnetTermOptions setSsl(boolean ssl)
setSsl in class NetServerOptionspublic TelnetTermOptions setKeyStoreOptions(JksOptions options)
setKeyStoreOptions in class NetServerOptionspublic TelnetTermOptions setPfxKeyCertOptions(PfxOptions options)
setPfxKeyCertOptions in class NetServerOptionspublic TelnetTermOptions setPemKeyCertOptions(PemKeyCertOptions options)
setPemKeyCertOptions in class NetServerOptionspublic TelnetTermOptions setTrustStoreOptions(JksOptions options)
setTrustStoreOptions in class NetServerOptionspublic TelnetTermOptions setPfxTrustOptions(PfxOptions options)
setPfxTrustOptions in class NetServerOptionspublic TelnetTermOptions setPemTrustOptions(PemTrustOptions options)
setPemTrustOptions in class NetServerOptionspublic TelnetTermOptions addEnabledCipherSuite(String suite)
addEnabledCipherSuite in class NetServerOptionspublic TelnetTermOptions addCrlPath(String crlPath) throws NullPointerException
addCrlPath in class NetServerOptionsNullPointerExceptionpublic TelnetTermOptions addCrlValue(Buffer crlValue) throws NullPointerException
addCrlValue in class NetServerOptionsNullPointerExceptionpublic TelnetTermOptions setAcceptBacklog(int acceptBacklog)
setAcceptBacklog in class NetServerOptionspublic TelnetTermOptions setHost(String host)
setHost in class NetServerOptionspublic TelnetTermOptions setPort(int port)
setPort in class NetServerOptionspublic TelnetTermOptions setClientAuthRequired(boolean clientAuthRequired)
setClientAuthRequired in class NetServerOptionspublic boolean getOutBinary()
public TelnetTermOptions setOutBinary(boolean outBinary)
outBinary - the out binary valuepublic boolean getInBinary()
public TelnetTermOptions setInBinary(boolean inBinary)
inBinary - the in binary valuepublic String getCharset()
public TelnetTermOptions setCharset(String charset)
setInBinary(boolean) and setOutBinary(boolean).charset - the charsetpublic String getIntputrc()
public TelnetTermOptions setIntputrc(String intputrc)
intputrc - the path of the inputrc configCopyright © 2018 Eclipse. All rights reserved.