class TelnetTermOptions extends NetServerOptions
Telnet terminal options configuration, extends NetServerOptions.
- Alphabetic
- By Inheritance
- TelnetTermOptions
- NetServerOptions
- TCPSSLOptions
- NetworkOptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new TelnetTermOptions(_asJava: ext.shell.term.TelnetTermOptions)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addCrlPath(value: String): TelnetTermOptions
Add a CRL path
Add a CRL path
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
addCrlValue(value: Buffer): TelnetTermOptions
Add a CRL value
Add a CRL value
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
addEnabledCipherSuite(value: String): TelnetTermOptions
Add an enabled cipher suite, appended to the ordered suites.
Add an enabled cipher suite, appended to the ordered suites.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
addEnabledSecureTransportProtocol(value: String): TelnetTermOptions
Sets the list of enabled SSL/TLS protocols.
Sets the list of enabled SSL/TLS protocols.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asJava: ext.shell.term.TelnetTermOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAcceptBacklog: Int
- Definition Classes
- TelnetTermOptions → NetServerOptions
- def getCharset: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getClientAuth: ClientAuth
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
getCrlPaths: Buffer[String]
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getCrlValues: Buffer[Buffer]
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getEnabledCipherSuites: Set[String]
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getEnabledSecureTransportProtocols: Set[String]
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getHost: String
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
getIdleTimeout: Int
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getIdleTimeoutUnit: TimeUnit
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
- def getInBinary: Boolean
- def getIntputrc: String
-
def
getJdkSslEngineOptions: JdkSSLEngineOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getKeyStoreOptions: JksOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getLogActivity: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
getOpenSslEngineOptions: OpenSSLEngineOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
- def getOutBinary: Boolean
-
def
getPemKeyCertOptions: PemKeyCertOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getPemTrustOptions: PemTrustOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getPfxKeyCertOptions: PfxOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getPfxTrustOptions: PfxOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getPort: Int
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
getReceiveBufferSize: Int
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
getSendBufferSize: Int
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
getSoLinger: Int
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
getTrafficClass: Int
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
getTrustStoreOptions: JksOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isClientAuthRequired: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isReuseAddress: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
isReusePort: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
isSni: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
isSsl: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpCork: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpFastOpen: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpKeepAlive: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpNoDelay: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpQuickAck: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
isUseAlpn: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
isUsePooledBuffers: Boolean
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setAcceptBacklog(value: Int): TelnetTermOptions
Set the accept back log
Set the accept back log
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
setCharset(value: String): TelnetTermOptions
Set the charset to use when binary mode is active, see TelnetTermOptions and TelnetTermOptions.
-
def
setClientAuth(value: ClientAuth): TelnetTermOptions
Set whether client auth is required
Set whether client auth is required
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
setClientAuthRequired(value: Boolean): TelnetTermOptions
Set whether client auth is required
Set whether client auth is required
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
setEnabledSecureTransportProtocols(value: Set[String]): TelnetTermOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setHost(value: String): TelnetTermOptions
Set the host
Set the host
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
setIdleTimeout(value: Int): TelnetTermOptions
Set the idle timeout, default time unit is seconds.
Set the idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.
If you want change default time unit, use NetServerOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setIdleTimeoutUnit(value: TimeUnit): TelnetTermOptions
Set the idle timeout unit.
Set the idle timeout unit. If not specified, default is seconds.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setInBinary(value: Boolean): TelnetTermOptions
Set the telnet connection to negociate binary data format when receiving from the client, the default value is true.
Set the telnet connection to negociate binary data format when receiving from the client, the default value is true. This allows to send data in 8 bit format and thus charset like UTF-8.
-
def
setIntputrc(value: String): TelnetTermOptions
The path of the inputrc config.
-
def
setJdkSslEngineOptions(value: JdkSSLEngineOptions): TelnetTermOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setKeyStoreOptions(value: JksOptions): TelnetTermOptions
Set the key/cert options in jks format, aka Java keystore.
Set the key/cert options in jks format, aka Java keystore.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setLogActivity(value: Boolean): TelnetTermOptions
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setOpenSslEngineOptions(value: OpenSSLEngineOptions): TelnetTermOptions
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setOutBinary(value: Boolean): TelnetTermOptions
Set the telnet connection to negociate binary data format when sending to the client, the default value is true.
Set the telnet connection to negociate binary data format when sending to the client, the default value is true. This allows to send data in 8 bit format and thus charset like UTF-8.
-
def
setPemKeyCertOptions(value: PemKeyCertOptions): TelnetTermOptions
Set the key/cert store options in pem format.
Set the key/cert store options in pem format.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setPemTrustOptions(value: PemTrustOptions): TelnetTermOptions
Set the trust options in pem format
Set the trust options in pem format
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setPfxKeyCertOptions(value: PfxOptions): TelnetTermOptions
Set the key/cert options in pfx format.
Set the key/cert options in pfx format.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setPfxTrustOptions(value: PfxOptions): TelnetTermOptions
Set the trust options in pfx format
Set the trust options in pfx format
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setPort(value: Int): TelnetTermOptions
Set the port
Set the port
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
setReceiveBufferSize(value: Int): TelnetTermOptions
Set the TCP receive buffer size
Set the TCP receive buffer size
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setReuseAddress(value: Boolean): TelnetTermOptions
Set the value of reuse address
Set the value of reuse address
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setReusePort(value: Boolean): TelnetTermOptions
Set the value of reuse port.
Set the value of reuse port.
This is only supported by native transports.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setSendBufferSize(value: Int): TelnetTermOptions
Set the TCP send buffer size
Set the TCP send buffer size
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setSni(value: Boolean): TelnetTermOptions
Set whether the server supports Server Name Indiciation
Set whether the server supports Server Name Indiciation
- Definition Classes
- TelnetTermOptions → NetServerOptions
-
def
setSoLinger(value: Int): TelnetTermOptions
Set whether SO_linger keep alive is enabled
Set whether SO_linger keep alive is enabled
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setSsl(value: Boolean): TelnetTermOptions
Set whether SSL/TLS is enabled
Set whether SSL/TLS is enabled
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpCork(value: Boolean): TelnetTermOptions
Enable the
TCP_CORK
option - only with linux native transport.Enable the
TCP_CORK
option - only with linux native transport.- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpFastOpen(value: Boolean): TelnetTermOptions
Enable the
TCP_FASTOPEN
option - only with linux native transport.Enable the
TCP_FASTOPEN
option - only with linux native transport.- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpKeepAlive(value: Boolean): TelnetTermOptions
Set whether TCP keep alive is enabled
Set whether TCP keep alive is enabled
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpNoDelay(value: Boolean): TelnetTermOptions
Set whether TCP no delay is enabled
Set whether TCP no delay is enabled
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpQuickAck(value: Boolean): TelnetTermOptions
Enable the
TCP_QUICKACK
option - only with linux native transport.Enable the
TCP_QUICKACK
option - only with linux native transport.- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setTrafficClass(value: Int): TelnetTermOptions
Set the value of traffic class
Set the value of traffic class
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setTrustStoreOptions(value: JksOptions): TelnetTermOptions
Set the trust options in jks format, aka Java truststore
Set the trust options in jks format, aka Java truststore
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setUseAlpn(value: Boolean): TelnetTermOptions
Set the ALPN usage.
Set the ALPN usage.
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
def
setUsePooledBuffers(value: Boolean): TelnetTermOptions
Set whether Netty pooled buffers are enabled
Set whether Netty pooled buffers are enabled
- Definition Classes
- TelnetTermOptions → NetServerOptions → TCPSSLOptions
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )