Packages

class HttpTermOptions extends HttpServerOptions

The web term configuration options.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpTermOptions
  2. HttpServerOptions
  3. NetServerOptions
  4. TCPSSLOptions
  5. NetworkOptions
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpTermOptions(_asJava: ext.shell.term.HttpTermOptions)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCrlPath(value: String): HttpTermOptions

    Add a CRL path

    Add a CRL path

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  5. def addCrlValue(value: Buffer): HttpTermOptions

    Add a CRL value

    Add a CRL value

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  6. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  7. def addEnabledSecureTransportProtocol(value: String): HttpTermOptions

    Sets the list of enabled SSL/TLS protocols.

    Sets the list of enabled SSL/TLS protocols.

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  8. def addWebSocketSubProtocol(value: String): HttpTermOptions

    Set the WebSocket list of sub-protocol supported by the server.

    Set the WebSocket list of sub-protocol supported by the server.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asJava: ext.shell.term.HttpTermOptions
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAcceptBacklog: Int
  16. def getAlpnVersions: Buffer[HttpVersion]
    Definition Classes
    HttpTermOptionsHttpServerOptions
  17. def getCharset: String
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getClientAuth: ClientAuth
  20. def getCompressionLevel: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  21. def getCrlPaths: Buffer[String]
  22. def getCrlValues: Buffer[Buffer]
  23. def getDecoderInitialBufferSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  24. def getEnabledCipherSuites: Set[String]
  25. def getEnabledSecureTransportProtocols: Set[String]
  26. def getHost: String
  27. def getHttp2ConnectionWindowSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  28. def getIdleTimeout: Int
  29. def getIdleTimeoutUnit: TimeUnit
  30. def getInitialSettings: Http2Settings
    Definition Classes
    HttpTermOptionsHttpServerOptions
  31. def getIntputrc: String
  32. def getJdkSslEngineOptions: JdkSSLEngineOptions
  33. def getKeyStoreOptions: JksOptions
  34. def getLogActivity: Boolean
  35. def getMaxChunkSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  36. def getMaxHeaderSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  37. def getMaxInitialLineLength: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  38. def getMaxWebSocketFrameSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  39. def getMaxWebSocketMessageSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  40. def getMaxWebsocketFrameSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  41. def getMaxWebsocketMessageSize: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  42. def getOpenSslEngineOptions: OpenSSLEngineOptions
  43. def getPemKeyCertOptions: PemKeyCertOptions
  44. def getPemTrustOptions: PemTrustOptions
  45. def getPerFrameWebSocketCompressionSupported: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  46. def getPerFrameWebsocketCompressionSupported: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  47. def getPerMessageWebSocketCompressionSupported: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  48. def getPerMessageWebsocketCompressionSupported: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  49. def getPfxKeyCertOptions: PfxOptions
  50. def getPfxTrustOptions: PfxOptions
  51. def getPort: Int
  52. def getReceiveBufferSize: Int
  53. def getSendBufferSize: Int
  54. def getShellHtmlResource: Buffer
  55. def getSoLinger: Int
  56. def getSockJSHandlerOptions: SockJSHandlerOptions
  57. def getSockJSPath: String
  58. def getSslHandshakeTimeout: Long
  59. def getSslHandshakeTimeoutUnit: TimeUnit
  60. def getTermJsResource: Buffer
  61. def getTrafficClass: Int
  62. def getTrustStoreOptions: JksOptions
  63. def getVertsShellJsResource: Buffer
  64. def getWebSocketAllowServerNoContext: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  65. def getWebSocketCompressionLevel: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  66. def getWebSocketPreferredClientNoContext: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  67. def getWebSocketSubProtocols: Buffer[String]
    Definition Classes
    HttpTermOptionsHttpServerOptions
  68. def getWebsocketAllowServerNoContext: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  69. def getWebsocketCompressionLevel: Int
    Definition Classes
    HttpTermOptionsHttpServerOptions
  70. def getWebsocketPreferredClientNoContext: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  71. def getWebsocketSubProtocols: String
    Definition Classes
    HttpTermOptionsHttpServerOptions
  72. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  73. def isAcceptUnmaskedFrames: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  74. def isClientAuthRequired: Boolean
  75. def isCompressionSupported: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  76. def isDecompressionSupported: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  77. def isHandle100ContinueAutomatically: Boolean
    Definition Classes
    HttpTermOptionsHttpServerOptions
  78. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  79. def isReuseAddress: Boolean
  80. def isReusePort: Boolean
  81. def isSni: Boolean
  82. def isSsl: Boolean
  83. def isTcpCork: Boolean
  84. def isTcpFastOpen: Boolean
  85. def isTcpKeepAlive: Boolean
  86. def isTcpNoDelay: Boolean
  87. def isTcpQuickAck: Boolean
  88. def isUseAlpn: Boolean
  89. def isUsePooledBuffers: Boolean
  90. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  91. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  92. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  93. def setAcceptBacklog(value: Int): HttpTermOptions

    Set the accept back log

    Set the accept back log

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptions
  94. 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
    HttpTermOptionsHttpServerOptions
  95. 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
    HttpTermOptionsHttpServerOptions
  96. def setCharset(value: String): HttpTermOptions

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

  97. def setClientAuth(value: ClientAuth): HttpTermOptions

    Set whether client auth is required

    Set whether client auth is required

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptions
  98. def setClientAuthRequired(value: Boolean): HttpTermOptions

    Set whether client auth is required

    Set whether client auth is required

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptions
  99. 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 the Accept-Encoding header

    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 the Accept-Encoding header

    default 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
    HttpTermOptionsHttpServerOptions
  100. 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
    HttpTermOptionsHttpServerOptions
  101. 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
    HttpTermOptionsHttpServerOptions
  102. def setDecompressionSupported(value: Boolean): HttpTermOptions

    Set whether the server supports decompression

    Set whether the server supports decompression

    Definition Classes
    HttpTermOptionsHttpServerOptions
  103. def setEnabledSecureTransportProtocols(value: Set[String]): HttpTermOptions
  104. def setHandle100ContinueAutomatically(value: Boolean): HttpTermOptions

    Set whether 100 Continue should be handled automatically

    Set whether 100 Continue should be handled automatically

    Definition Classes
    HttpTermOptionsHttpServerOptions
  105. def setHost(value: String): HttpTermOptions

    Set the host

    Set the host

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptions
  106. 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
    HttpTermOptionsHttpServerOptions
  107. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  108. def setIdleTimeoutUnit(value: TimeUnit): HttpTermOptions

    Set the idle timeout unit.

    Set the idle timeout unit. If not specified, default is seconds.

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  109. 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
    HttpTermOptionsHttpServerOptions
  110. def setIntputrc(value: String): HttpTermOptions

    The path of the inputrc config.

  111. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): HttpTermOptions
  112. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  113. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsNetworkOptions
  114. 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
    HttpTermOptionsHttpServerOptions
  115. 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
    HttpTermOptionsHttpServerOptions
  116. 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
    HttpTermOptionsHttpServerOptions
  117. def setMaxWebSocketFrameSize(value: Int): HttpTermOptions

    Set the maximum WebSocket frames size

    Set the maximum WebSocket frames size

    Definition Classes
    HttpTermOptionsHttpServerOptions
  118. def setMaxWebSocketMessageSize(value: Int): HttpTermOptions

    Set the maximum WebSocket message size

    Set the maximum WebSocket message size

    Definition Classes
    HttpTermOptionsHttpServerOptions
  119. def setMaxWebsocketFrameSize(value: Int): HttpTermOptions

    Set the maximum WebSocket frames size

    Set the maximum WebSocket frames size

    Definition Classes
    HttpTermOptionsHttpServerOptions
  120. def setMaxWebsocketMessageSize(value: Int): HttpTermOptions

    Set the maximum WebSocket message size

    Set the maximum WebSocket message size

    Definition Classes
    HttpTermOptionsHttpServerOptions
  121. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): HttpTermOptions
  122. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  123. def setPemTrustOptions(value: PemTrustOptions): HttpTermOptions

    Set the trust options in pem format

    Set the trust options in pem format

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  124. def setPerFrameWebSocketCompressionSupported(value: Boolean): HttpTermOptions

    Enable or disable support for the WebSocket per-frame deflate compression extension.

    Enable or disable support for the WebSocket per-frame deflate compression extension.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  125. def setPerFrameWebsocketCompressionSupported(value: Boolean): HttpTermOptions

    Enable or disable support for the WebSocket per-frame deflate compression extension.

    Enable or disable support for the WebSocket per-frame deflate compression extension.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  126. def setPerMessageWebSocketCompressionSupported(value: Boolean): HttpTermOptions

    Enable or disable support for WebSocket per-message deflate compression extension.

    Enable or disable support for WebSocket per-message deflate compression extension.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  127. def setPerMessageWebsocketCompressionSupported(value: Boolean): HttpTermOptions

    Enable or disable support for WebSocket per-message deflate compression extension.

    Enable or disable support for WebSocket per-message deflate compression extension.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  128. def setPfxKeyCertOptions(value: PfxOptions): HttpTermOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  129. def setPfxTrustOptions(value: PfxOptions): HttpTermOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  130. def setPort(value: Int): HttpTermOptions

    Set the port

    Set the port

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptions
  131. def setReceiveBufferSize(value: Int): HttpTermOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsNetworkOptions
  132. def setReuseAddress(value: Boolean): HttpTermOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsNetworkOptions
  133. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsNetworkOptions
  134. def setSendBufferSize(value: Int): HttpTermOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsNetworkOptions
  135. def setShellHtmlResource(value: Buffer): HttpTermOptions

    Set shell.html resource to use.

  136. def setSni(value: Boolean): HttpTermOptions

    Set whether the server supports Server Name Indiciation

    Set whether the server supports Server Name Indiciation

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptions
  137. def setSoLinger(value: Int): HttpTermOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  138. def setSockJSHandlerOptions(value: SockJSHandlerOptions): HttpTermOptions

    The SockJS handler options.

  139. def setSockJSPath(value: String): HttpTermOptions

    Configure the SockJS path, the default value is /term/\*.

  140. def setSsl(value: Boolean): HttpTermOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  141. def setSslHandshakeTimeout(value: Long): HttpTermOptions

    Set the SSL handshake timeout, default time unit is seconds.

    Set the SSL handshake timeout, default time unit is seconds.

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  142. def setSslHandshakeTimeoutUnit(value: TimeUnit): HttpTermOptions

    Set the SSL handshake timeout unit.

    Set the SSL handshake timeout unit. If not specified, default is seconds.

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  143. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  144. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  145. def setTcpKeepAlive(value: Boolean): HttpTermOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  146. def setTcpNoDelay(value: Boolean): HttpTermOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  147. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  148. def setTermJsResource(value: Buffer): HttpTermOptions

    Set term.js resource to use.

  149. def setTrafficClass(value: Int): HttpTermOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsNetworkOptions
  150. 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
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  151. def setUseAlpn(value: Boolean): HttpTermOptions

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  152. def setUsePooledBuffers(value: Boolean): HttpTermOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    HttpTermOptionsHttpServerOptionsNetServerOptionsTCPSSLOptions
  153. def setVertsShellJsResource(value: Buffer): HttpTermOptions

    Set vertxshell.js resource to use.

  154. def setWebSocketAllowServerNoContext(value: Boolean): HttpTermOptions

    Set whether the WebSocket server will accept the server_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Set whether the WebSocket server will accept the server_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  155. def setWebSocketCompressionLevel(value: Int): HttpTermOptions

    Set the WebSocket compression level.

    Set the WebSocket compression level.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  156. def setWebSocketPreferredClientNoContext(value: Boolean): HttpTermOptions

    Set whether the WebSocket server will accept the client_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Set whether the WebSocket server will accept the client_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  157. def setWebSocketSubProtocols(value: Buffer[String]): HttpTermOptions
    Definition Classes
    HttpTermOptionsHttpServerOptions
  158. def setWebsocketAllowServerNoContext(value: Boolean): HttpTermOptions

    Set whether the WebSocket server will accept the server_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Set whether the WebSocket server will accept the server_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  159. def setWebsocketCompressionLevel(value: Int): HttpTermOptions

    Set the WebSocket compression level.

    Set the WebSocket compression level.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  160. def setWebsocketPreferredClientNoContext(value: Boolean): HttpTermOptions

    Set whether the WebSocket server will accept the client_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Set whether the WebSocket server will accept the client_no_context_takeover parameter of the per-message deflate compression extension offered by the client.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  161. def setWebsocketSubProtocols(value: String): HttpTermOptions

    Set the WebSocket sub-protocols supported by the server.

    Set the WebSocket sub-protocols supported by the server.

    Definition Classes
    HttpTermOptionsHttpServerOptions
  162. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  163. def toString(): String
    Definition Classes
    AnyRef → Any
  164. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  165. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  166. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from HttpServerOptions

Inherited from NetServerOptions

Inherited from TCPSSLOptions

Inherited from NetworkOptions

Inherited from AnyRef

Inherited from Any

Ungrouped