class HttpTermOptions extends HttpServerOptions
The web term configuration options.
- Alphabetic
- By Inheritance
- HttpTermOptions
- HttpServerOptions
- NetServerOptions
- TCPSSLOptions
- NetworkOptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new HttpTermOptions(_asJava: ext.shell.term.HttpTermOptions)
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): HttpTermOptions
Add a CRL path
Add a CRL path
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
addCrlValue(value: Buffer): HttpTermOptions
Add a CRL value
Add a CRL value
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
addEnabledCipherSuite(value: String): HttpTermOptions
Add an enabled cipher suite, appended to the ordered suites.
Add an enabled cipher suite, appended to the ordered suites.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
addEnabledSecureTransportProtocol(value: String): HttpTermOptions
Sets the list of enabled SSL/TLS protocols.
Sets the list of enabled SSL/TLS protocols.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asJava: ext.shell.term.HttpTermOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → 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
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
getAlpnVersions: Buffer[HttpVersion]
- Definition Classes
- HttpTermOptions → HttpServerOptions
- def getCharset: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getClientAuth: ClientAuth
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
getCompressionLevel: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getCrlPaths: Buffer[String]
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getCrlValues: Buffer[Buffer]
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getDecoderInitialBufferSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getEnabledCipherSuites: Set[String]
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getEnabledSecureTransportProtocols: Set[String]
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getHost: String
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
getHttp2ConnectionWindowSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getIdleTimeout: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getIdleTimeoutUnit: TimeUnit
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getInitialSettings: Http2Settings
- Definition Classes
- HttpTermOptions → HttpServerOptions
- def getIntputrc: String
-
def
getJdkSslEngineOptions: JdkSSLEngineOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getKeyStoreOptions: JksOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getLogActivity: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
getMaxChunkSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getMaxHeaderSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getMaxInitialLineLength: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getMaxWebsocketFrameSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getMaxWebsocketMessageSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getOpenSslEngineOptions: OpenSSLEngineOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getPemKeyCertOptions: PemKeyCertOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getPemTrustOptions: PemTrustOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getPfxKeyCertOptions: PfxOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getPfxTrustOptions: PfxOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
getPort: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
getReceiveBufferSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
getSendBufferSize: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
- def getShellHtmlResource: Buffer
-
def
getSoLinger: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
- def getSockJSHandlerOptions: SockJSHandlerOptions
- def getSockJSPath: String
- def getTermJsResource: Buffer
-
def
getTrafficClass: Int
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
getTrustStoreOptions: JksOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
- def getVertsShellJsResource: Buffer
-
def
getWebsocketAllowServerNoContext: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getWebsocketPreferredClientNoContext: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
getWebsocketSubProtocols: String
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isAcceptUnmaskedFrames: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
isClientAuthRequired: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
isCompressionSupported: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
isDecompressionSupported: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
isHandle100ContinueAutomatically: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isReuseAddress: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
isReusePort: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
isSni: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
isSsl: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpCork: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpFastOpen: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpKeepAlive: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpNoDelay: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
isTcpQuickAck: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
isUseAlpn: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
isUsePooledBuffers: Boolean
- Definition Classes
- HttpTermOptions → HttpServerOptions → 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): HttpTermOptions
Set the accept back log
Set the accept back log
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
setAcceptUnmaskedFrames(value: Boolean): HttpTermOptions
Set true when the server accepts unmasked frame.
Set true when the server accepts unmasked frame. As default Server doesn't accept unmasked frame, you can bypass this behaviour (RFC 6455) setting true It's set to false as default.
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setAlpnVersions(value: Buffer[HttpVersion]): HttpTermOptions
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiatiation.
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiatiation.
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setCharset(value: String): HttpTermOptions
Set the charset used for encoding / decoding text data from/to SockJS
-
def
setClientAuth(value: ClientAuth): HttpTermOptions
Set whether client auth is required
Set whether client auth is required
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
setClientAuthRequired(value: Boolean): HttpTermOptions
Set whether client auth is required
Set whether client auth is required
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
setCompressionLevel(value: Int): HttpTermOptions
This method allows to set the compression level to be used in http1.x/2 response bodies when compression support is turned on (@see setCompressionSupported) and the client advertises to support
deflate/gzip
compression in theAccept-Encoding
headerThis method allows to set the compression level to be used in http1.x/2 response bodies when compression support is turned on (@see setCompressionSupported) and the client advertises to support
deflate/gzip
compression in theAccept-Encoding
headerdefault value is : 6 (Netty legacy)
The compression level determines how much the data is compressed on a scale from 1 to 9, where '9' is trying to achieve the maximum compression ratio while '1' instead is giving priority to speed instead of compression ratio using some algorithm optimizations and skipping pedantic loops that usually gives just little improvements
While one can think that best value is always the maximum compression ratio, there's a trade-off to consider: the most compressed level requires the most computational work to compress/decompress data, e.g. more dictionary lookups and loops.
E.g. you have it set fairly high on a high-volume website, you may experience performance degradation and latency on resource serving due to CPU overload, and, however - as the computational work is required also client side while decompressing - setting an higher compression level can result in an overall higher page load time especially nowadays when many clients are handled mobile devices with a low CPU profile.
see also: http://www.gzip.org/algorithm.txt
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setCompressionSupported(value: Boolean): HttpTermOptions
Set whether the server should support gzip/deflate compression (serving compressed responses to clients advertising support for them with Accept-Encoding header)
Set whether the server should support gzip/deflate compression (serving compressed responses to clients advertising support for them with Accept-Encoding header)
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setDecoderInitialBufferSize(value: Int): HttpTermOptions
Set the initial buffer size for the HTTP decoder
Set the initial buffer size for the HTTP decoder
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setDecompressionSupported(value: Boolean): HttpTermOptions
Set whether the server supports decompression
Set whether the server supports decompression
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setEnabledSecureTransportProtocols(value: Set[String]): HttpTermOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setHandle100ContinueAutomatically(value: Boolean): HttpTermOptions
Set whether 100 Continue should be handled automatically
Set whether 100 Continue should be handled automatically
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setHost(value: String): HttpTermOptions
Set the host
Set the host
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
setHttp2ConnectionWindowSize(value: Int): HttpTermOptions
Set the default HTTP/2 connection window size.
Set the default HTTP/2 connection window size. It overrides the initial window size set by Http2Settings, so the connection window size is greater than for its streams, in order the data throughput.
A value of
-1
reuses the initial window size setting.- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setIdleTimeout(value: Int): HttpTermOptions
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 HttpServerOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setIdleTimeoutUnit(value: TimeUnit): HttpTermOptions
Set the idle timeout unit.
Set the idle timeout unit. If not specified, default is seconds.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setInitialSettings(value: Http2Settings): HttpTermOptions
Set the HTTP/2 connection settings immediatly sent by the server when a client connects.
Set the HTTP/2 connection settings immediatly sent by the server when a client connects.
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setIntputrc(value: String): HttpTermOptions
The path of the inputrc config.
-
def
setJdkSslEngineOptions(value: JdkSSLEngineOptions): HttpTermOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setKeyStoreOptions(value: JksOptions): HttpTermOptions
Set the key/cert options in jks format, aka Java keystore.
Set the key/cert options in jks format, aka Java keystore.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setLogActivity(value: Boolean): HttpTermOptions
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
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setMaxChunkSize(value: Int): HttpTermOptions
Set the maximum HTTP chunk size that io.vertx.scala.core.http.HttpServerRequest will receive
Set the maximum HTTP chunk size that io.vertx.scala.core.http.HttpServerRequest will receive
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setMaxHeaderSize(value: Int): HttpTermOptions
Set the maximum length of all headers for HTTP/1.x .
Set the maximum length of all headers for HTTP/1.x .
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setMaxInitialLineLength(value: Int): HttpTermOptions
Set the maximum length of the initial line for HTTP/1.x (e.g.
Set the maximum length of the initial line for HTTP/1.x (e.g.
"GET / HTTP/1.0"
)- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setMaxWebsocketFrameSize(value: Int): HttpTermOptions
Set the maximum websocket frames size
Set the maximum websocket frames size
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setMaxWebsocketMessageSize(value: Int): HttpTermOptions
Set the maximum websocket message size
Set the maximum websocket message size
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setOpenSslEngineOptions(value: OpenSSLEngineOptions): HttpTermOptions
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setPemKeyCertOptions(value: PemKeyCertOptions): HttpTermOptions
Set the key/cert store options in pem format.
Set the key/cert store options in pem format.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setPemTrustOptions(value: PemTrustOptions): HttpTermOptions
Set the trust options in pem format
Set the trust options in pem format
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setPerFrameWebsocketCompressionSupported(value: Boolean): HttpTermOptions
Enable or disable support for WebSocket Defalte Frame compression
Enable or disable support for WebSocket Defalte Frame compression
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setPerMessageWebsocketCompressionSupported(value: Boolean): HttpTermOptions
Enable or disable support for WebSocket Permessage Deflate compression
Enable or disable support for WebSocket Permessage Deflate compression
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setPfxKeyCertOptions(value: PfxOptions): HttpTermOptions
Set the key/cert options in pfx format.
Set the key/cert options in pfx format.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setPfxTrustOptions(value: PfxOptions): HttpTermOptions
Set the trust options in pfx format
Set the trust options in pfx format
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setPort(value: Int): HttpTermOptions
Set the port
Set the port
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
setReceiveBufferSize(value: Int): HttpTermOptions
Set the TCP receive buffer size
Set the TCP receive buffer size
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setReuseAddress(value: Boolean): HttpTermOptions
Set the value of reuse address
Set the value of reuse address
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setReusePort(value: Boolean): HttpTermOptions
Set the value of reuse port.
Set the value of reuse port.
This is only supported by native transports.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setSendBufferSize(value: Int): HttpTermOptions
Set the TCP send buffer size
Set the TCP send buffer size
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setShellHtmlResource(value: Buffer): HttpTermOptions
Set
shell.html
resource to use. -
def
setSni(value: Boolean): HttpTermOptions
Set whether the server supports Server Name Indiciation
Set whether the server supports Server Name Indiciation
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions
-
def
setSoLinger(value: Int): HttpTermOptions
Set whether SO_linger keep alive is enabled
Set whether SO_linger keep alive is enabled
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setSockJSHandlerOptions(value: SockJSHandlerOptions): HttpTermOptions
The SockJS handler options.
-
def
setSockJSPath(value: String): HttpTermOptions
Configure the SockJS path, the default value is
/term/\*
. -
def
setSsl(value: Boolean): HttpTermOptions
Set whether SSL/TLS is enabled
Set whether SSL/TLS is enabled
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpCork(value: Boolean): HttpTermOptions
Enable the
TCP_CORK
option - only with linux native transport.Enable the
TCP_CORK
option - only with linux native transport.- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpFastOpen(value: Boolean): HttpTermOptions
Enable the
TCP_FASTOPEN
option - only with linux native transport.Enable the
TCP_FASTOPEN
option - only with linux native transport.- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpKeepAlive(value: Boolean): HttpTermOptions
Set whether TCP keep alive is enabled
Set whether TCP keep alive is enabled
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpNoDelay(value: Boolean): HttpTermOptions
Set whether TCP no delay is enabled
Set whether TCP no delay is enabled
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setTcpQuickAck(value: Boolean): HttpTermOptions
Enable the
TCP_QUICKACK
option - only with linux native transport.Enable the
TCP_QUICKACK
option - only with linux native transport.- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setTermJsResource(value: Buffer): HttpTermOptions
Set
term.js
resource to use. -
def
setTrafficClass(value: Int): HttpTermOptions
Set the value of traffic class
Set the value of traffic class
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
-
def
setTrustStoreOptions(value: JksOptions): HttpTermOptions
Set the trust options in jks format, aka Java truststore
Set the trust options in jks format, aka Java truststore
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setUseAlpn(value: Boolean): HttpTermOptions
Set the ALPN usage.
Set the ALPN usage.
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setUsePooledBuffers(value: Boolean): HttpTermOptions
Set whether Netty pooled buffers are enabled
Set whether Netty pooled buffers are enabled
- Definition Classes
- HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
-
def
setVertsShellJsResource(value: Buffer): HttpTermOptions
Set
vertxshell.js
resource to use. -
def
setWebsocketAllowServerNoContext(value: Boolean): HttpTermOptions
Set the WebSocket Allow Server No Context option
Set the WebSocket Allow Server No Context option
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setWebsocketCompressionLevel(value: Int): HttpTermOptions
Set the WebSocket compression level
Set the WebSocket compression level
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setWebsocketPreferredClientNoContext(value: Boolean): HttpTermOptions
Set the WebSocket Preferred Client No Context setting
Set the WebSocket Preferred Client No Context setting
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
def
setWebsocketSubProtocols(value: String): HttpTermOptions
Set the websocket subprotocols supported by the server.
Set the websocket subprotocols supported by the server.
- Definition Classes
- HttpTermOptions → HttpServerOptions
-
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( ... )