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 getInitialSettings: Http2Settings
    Definition Classes
    HttpTermOptions → HttpServerOptions
  29. def getIntputrc: String
  30. def getJdkSslEngineOptions: JdkSSLEngineOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  31. def getKeyStoreOptions: JksOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  32. def getLogActivity: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  33. def getMaxChunkSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  34. def getMaxHeaderSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  35. def getMaxInitialLineLength: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  36. def getMaxWebsocketFrameSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  37. def getMaxWebsocketMessageSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions
  38. def getOpenSslEngineOptions: OpenSSLEngineOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  39. def getPemKeyCertOptions: PemKeyCertOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  40. def getPemTrustOptions: PemTrustOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  41. def getPfxKeyCertOptions: PfxOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  42. def getPfxTrustOptions: PfxOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  43. def getPort: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  44. def getReceiveBufferSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  45. def getSendBufferSize: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  46. def getShellHtmlResource: Buffer
  47. def getSoLinger: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  48. def getSockJSHandlerOptions: SockJSHandlerOptions
  49. def getSockJSPath: String
  50. def getTermJsResource: Buffer
  51. def getTrafficClass: Int
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  52. def getTrustStoreOptions: JksOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  53. def getVertsShellJsResource: Buffer
  54. def getWebsocketSubProtocols: String
    Definition Classes
    HttpTermOptions → HttpServerOptions
  55. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  56. def isAcceptUnmaskedFrames: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  57. def isClientAuthRequired: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  58. def isCompressionSupported: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  59. def isDecompressionSupported: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  60. def isHandle100ContinueAutomatically: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. def isReuseAddress: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  63. def isReusePort: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  64. def isSni: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  65. def isSsl: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  66. def isTcpCork: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  67. def isTcpFastOpen: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  68. def isTcpKeepAlive: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  69. def isTcpNoDelay: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  70. def isTcpQuickAck: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  71. def isUseAlpn: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  72. def isUsePooledBuffers: Boolean
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  73. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  75. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  76. def setAcceptBacklog(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  77. def setAcceptUnmaskedFrames(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  78. def setAlpnVersions(value: Buffer[HttpVersion]): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  79. def setCharset(value: String): HttpTermOptions

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

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

    The path of the inputrc config.

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

    Set shell.html resource to use.

  112. def setSni(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions
  113. def setSoLinger(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  114. def setSockJSHandlerOptions(value: SockJSHandlerOptions): HttpTermOptions

    The SockJS handler options.

  115. def setSockJSPath(value: String): HttpTermOptions

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

  116. def setSsl(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  117. def setTcpCork(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  118. def setTcpFastOpen(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  119. def setTcpKeepAlive(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  120. def setTcpNoDelay(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  121. def setTcpQuickAck(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  122. def setTermJsResource(value: Buffer): HttpTermOptions

    Set term.js resource to use.

  123. def setTrafficClass(value: Int): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions → NetworkOptions
  124. def setTrustStoreOptions(value: JksOptions): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  125. def setUseAlpn(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  126. def setUsePooledBuffers(value: Boolean): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions → NetServerOptions → TCPSSLOptions
  127. def setVertsShellJsResource(value: Buffer): HttpTermOptions

    Set vertxshell.js resource to use.

  128. def setWebsocketSubProtocols(value: String): HttpTermOptions
    Definition Classes
    HttpTermOptions → HttpServerOptions
  129. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  130. def toString(): String
    Definition Classes
    AnyRef → Any
  131. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. 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