Packages

class HttpTermOptions extends HttpServerOptions

The web term configuration options.

Linear Supertypes
HttpServerOptions, NetServerOptions, TCPSSLOptions, NetworkOptions, AnyRef, Any
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
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  5. def addCrlValue(value: Buffer): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  6. def addEnabledCipherSuite(value: String): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  7. def addEnabledSecureTransportProtocol(value: String): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asJava: ext.shell.term.HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAcceptBacklog: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  15. def getAlpnVersions: Buffer[HttpVersion]
    Definition Classes
    HttpTermOptions → HttpServerOptions
  16. def getCharset: String
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getClientAuth: ClientAuth
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  19. def getCompressionLevel: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  20. def getCrlPaths: Buffer[String]
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  21. def getCrlValues: Buffer[Buffer]
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  22. def getDecoderInitialBufferSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  23. def getEnabledCipherSuites: Set[String]
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  24. def getEnabledSecureTransportProtocols: Set[String]
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  25. def getHost: String
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  26. def getHttp2ConnectionWindowSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  27. def getIdleTimeout: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  28. def getIdleTimeoutUnit: TimeUnit
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  29. def getInitialSettings: Http2Settings
    Definition Classes
    HttpTermOptions → HttpServerOptions
  30. def getIntputrc: String
  31. def getJdkSslEngineOptions: JdkSSLEngineOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  32. def getKeyStoreOptions: JksOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  33. def getLogActivity: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  34. def getMaxChunkSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  35. def getMaxHeaderSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  36. def getMaxInitialLineLength: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  37. def getMaxWebsocketFrameSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  38. def getMaxWebsocketMessageSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  39. def getOpenSslEngineOptions: OpenSSLEngineOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  40. def getPemKeyCertOptions: PemKeyCertOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  41. def getPemTrustOptions: PemTrustOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  42. def getPfxKeyCertOptions: PfxOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  43. def getPfxTrustOptions: PfxOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  44. def getPort: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  45. def getReceiveBufferSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  46. def getSendBufferSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  47. def getShellHtmlResource: Buffer
  48. def getSoLinger: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  49. def getSockJSHandlerOptions: SockJSHandlerOptions
  50. def getSockJSPath: String
  51. def getTermJsResource: Buffer
  52. def getTrafficClass: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  53. def getTrustStoreOptions: JksOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  54. def getVertsShellJsResource: Buffer
  55. def getWebsocketAllowServerNoContext: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  56. def getWebsocketPreferredClientNoContext: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  57. def getWebsocketSubProtocols: String
    Definition Classes
    HttpTermOptions → HttpServerOptions
  58. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  59. def isAcceptUnmaskedFrames: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  60. def isClientAuthRequired: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  61. def isCompressionSupported: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  62. def isDecompressionSupported: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  63. def isHandle100ContinueAutomatically: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  64. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  65. def isReuseAddress: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  66. def isReusePort: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  67. def isSni: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  68. def isSsl: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  69. def isTcpCork: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  70. def isTcpFastOpen: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  71. def isTcpKeepAlive: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  72. def isTcpNoDelay: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  73. def isTcpQuickAck: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  74. def isUseAlpn: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  75. def isUsePooledBuffers: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  76. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  77. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  78. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  79. def setAcceptBacklog(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  80. def setAcceptUnmaskedFrames(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  81. def setAlpnVersions(value: Buffer[HttpVersion]): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  82. def setCharset(value: String): HttpTermOptions

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

  83. def setClientAuth(value: ClientAuth): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  84. def setClientAuthRequired(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  85. def setCompressionLevel(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  86. def setCompressionSupported(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  87. def setDecoderInitialBufferSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  88. def setDecompressionSupported(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  89. def setEnabledSecureTransportProtocols(value: Set[String]): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  90. def setHandle100ContinueAutomatically(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  91. def setHost(value: String): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  92. def setHttp2ConnectionWindowSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  93. def setIdleTimeout(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  94. def setIdleTimeoutUnit(value: TimeUnit): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  95. def setInitialSettings(value: Http2Settings): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  96. def setIntputrc(value: String): HttpTermOptions

    The path of the inputrc config.

  97. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  98. def setKeyStoreOptions(value: JksOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  99. def setLogActivity(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  100. def setMaxChunkSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  101. def setMaxHeaderSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  102. def setMaxInitialLineLength(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  103. def setMaxWebsocketFrameSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  104. def setMaxWebsocketMessageSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  105. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  106. def setPemKeyCertOptions(value: PemKeyCertOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  107. def setPemTrustOptions(value: PemTrustOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  108. def setPerFrameWebsocketCompressionSupported(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  109. def setPerMessageWebsocketCompressionSupported(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  110. def setPfxKeyCertOptions(value: PfxOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  111. def setPfxTrustOptions(value: PfxOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  112. def setPort(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  113. def setReceiveBufferSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  114. def setReuseAddress(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  115. def setReusePort(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  116. def setSendBufferSize(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  117. def setShellHtmlResource(value: Buffer): HttpTermOptions

    Set shell.html resource to use.

  118. def setSni(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  119. def setSoLinger(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  120. def setSockJSHandlerOptions(value: SockJSHandlerOptions): HttpTermOptions

    The SockJS handler options.

  121. def setSockJSPath(value: String): HttpTermOptions

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

  122. def setSsl(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  123. def setTcpCork(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  124. def setTcpFastOpen(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  125. def setTcpKeepAlive(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  126. def setTcpNoDelay(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  127. def setTcpQuickAck(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  128. def setTermJsResource(value: Buffer): HttpTermOptions

    Set term.js resource to use.

  129. def setTrafficClass(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  130. def setTrustStoreOptions(value: JksOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  131. def setUseAlpn(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  132. def setUsePooledBuffers(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  133. def setVertsShellJsResource(value: Buffer): HttpTermOptions

    Set vertxshell.js resource to use.

  134. def setWebsocketAllowServerNoContext(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  135. def setWebsocketCompressionLevel(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  136. def setWebsocketPreferredClientNoContext(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  137. def setWebsocketSubProtocols(value: String): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  138. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  139. def toString(): String
    Definition Classes
    AnyRef → Any
  140. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  141. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  142. 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