vertx / io.vertx.kotlin.ext.shell.term / HttpTermOptions

HttpTermOptions

fun HttpTermOptions(acceptBacklog: Int? = null, acceptUnmaskedFrames: Boolean? = null, alpnVersions: Iterable<HttpVersion>? = null, charset: String? = null, clientAuth: ClientAuth? = null, clientAuthRequired: Boolean? = null, compressionLevel: Int? = null, compressionSupported: Boolean? = null, crlPaths: Iterable<String>? = null, crlValues: Iterable<Buffer>? = null, decoderInitialBufferSize: Int? = null, decompressionSupported: Boolean? = null, enabledCipherSuites: Iterable<String>? = null, enabledSecureTransportProtocols: Iterable<String>? = null, handle100ContinueAutomatically: Boolean? = null, host: String? = null, http2ConnectionWindowSize: Int? = null, idleTimeout: Int? = null, initialSettings: Http2Settings? = null, intputrc: String? = null, jdkSslEngineOptions: JdkSSLEngineOptions? = null, keyStoreOptions: JksOptions? = null, logActivity: Boolean? = null, maxChunkSize: Int? = null, maxHeaderSize: Int? = null, maxInitialLineLength: Int? = null, maxWebsocketFrameSize: Int? = null, maxWebsocketMessageSize: Int? = null, openSslEngineOptions: OpenSSLEngineOptions? = null, pemKeyCertOptions: PemKeyCertOptions? = null, pemTrustOptions: PemTrustOptions? = null, pfxKeyCertOptions: PfxOptions? = null, pfxTrustOptions: PfxOptions? = null, port: Int? = null, receiveBufferSize: Int? = null, reuseAddress: Boolean? = null, reusePort: Boolean? = null, sendBufferSize: Int? = null, shellHtmlResource: Buffer? = null, sni: Boolean? = null, soLinger: Int? = null, sockJSHandlerOptions: SockJSHandlerOptions? = null, sockJSPath: String? = null, ssl: Boolean? = null, tcpCork: Boolean? = null, tcpFastOpen: Boolean? = null, tcpKeepAlive: Boolean? = null, tcpNoDelay: Boolean? = null, tcpQuickAck: Boolean? = null, termJsResource: Buffer? = null, trafficClass: Int? = null, trustStoreOptions: JksOptions? = null, useAlpn: Boolean? = null, usePooledBuffers: Boolean? = null, vertsShellJsResource: Buffer? = null, websocketSubProtocols: String? = null): HttpTermOptions

A function providing a DSL for building io.vertx.ext.shell.term.HttpTermOptions objects.

The web term configuration options.

Parameters

acceptBacklog -

acceptUnmaskedFrames -

alpnVersions -

charset - Set the charset used for encoding / decoding text data from/to SockJS

clientAuth -

clientAuthRequired -

compressionLevel -

compressionSupported -

crlPaths -

crlValues -

decoderInitialBufferSize -

decompressionSupported -

enabledCipherSuites -

enabledSecureTransportProtocols -

handle100ContinueAutomatically -

host -

http2ConnectionWindowSize -

idleTimeout -

initialSettings -

intputrc - The path of the inputrc config.

jdkSslEngineOptions -

keyStoreOptions -

logActivity -

maxChunkSize -

maxHeaderSize -

maxInitialLineLength -

maxWebsocketFrameSize -

maxWebsocketMessageSize -

openSslEngineOptions -

pemKeyCertOptions -

pemTrustOptions -

pfxKeyCertOptions -

pfxTrustOptions -

port -

receiveBufferSize -

reuseAddress -

reusePort -

sendBufferSize -

shellHtmlResource - Set shell.html resource to use.

sni -

soLinger -

sockJSHandlerOptions - The SockJS handler options.

sockJSPath - Configure the SockJS path, the default value is /term/.

ssl -

tcpCork -

tcpFastOpen -

tcpKeepAlive -

tcpNoDelay -

tcpQuickAck -

termJsResource - Set term.js resource to use.

trafficClass -

trustStoreOptions -

useAlpn -

usePooledBuffers -

vertsShellJsResource - Set vertxshell.js resource to use.

websocketSubProtocols -