t

io.vertx.scala.core.net

TCPSSLOptions

trait TCPSSLOptions extends NetworkOptions

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TCPSSLOptions
  2. NetworkOptions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addCrlPath(value: String): TCPSSLOptions

    Add a CRL path

  2. abstract def addCrlValue(value: Buffer): TCPSSLOptions

    Add a CRL value

  3. abstract def addEnabledCipherSuite(value: String): TCPSSLOptions

    Add an enabled cipher suite, appended to the ordered suites.

  4. abstract def addEnabledSecureTransportProtocol(value: String): TCPSSLOptions

    Sets the list of enabled SSL/TLS protocols.

  5. abstract def getCrlPaths: Buffer[String]
  6. abstract def getCrlValues: Buffer[Buffer]
  7. abstract def getEnabledCipherSuites: Set[String]
  8. abstract def getEnabledSecureTransportProtocols: Set[String]
  9. abstract def getIdleTimeout: Int
  10. abstract def getIdleTimeoutUnit: TimeUnit
  11. abstract def getJdkSslEngineOptions: JdkSSLEngineOptions
  12. abstract def getKeyStoreOptions: JksOptions
  13. abstract def getLogActivity: Boolean
    Definition Classes
    TCPSSLOptionsNetworkOptions
  14. abstract def getOpenSslEngineOptions: OpenSSLEngineOptions
  15. abstract def getPemKeyCertOptions: PemKeyCertOptions
  16. abstract def getPemTrustOptions: PemTrustOptions
  17. abstract def getPfxKeyCertOptions: PfxOptions
  18. abstract def getPfxTrustOptions: PfxOptions
  19. abstract def getReceiveBufferSize: Int
    Definition Classes
    TCPSSLOptionsNetworkOptions
  20. abstract def getSendBufferSize: Int
    Definition Classes
    TCPSSLOptionsNetworkOptions
  21. abstract def getSoLinger: Int
  22. abstract def getTrafficClass: Int
    Definition Classes
    TCPSSLOptionsNetworkOptions
  23. abstract def getTrustStoreOptions: JksOptions
  24. abstract def isReuseAddress: Boolean
    Definition Classes
    TCPSSLOptionsNetworkOptions
  25. abstract def isReusePort: Boolean
    Definition Classes
    TCPSSLOptionsNetworkOptions
  26. abstract def isSsl: Boolean
  27. abstract def isTcpCork: Boolean
  28. abstract def isTcpFastOpen: Boolean
  29. abstract def isTcpKeepAlive: Boolean
  30. abstract def isTcpNoDelay: Boolean
  31. abstract def isTcpQuickAck: Boolean
  32. abstract def isUseAlpn: Boolean
  33. abstract def isUsePooledBuffers: Boolean
  34. abstract def setEnabledSecureTransportProtocols(value: Set[String]): TCPSSLOptions
  35. abstract def setIdleTimeout(value: Int): TCPSSLOptions

    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 TCPSSLOptions

  36. abstract def setIdleTimeoutUnit(value: TimeUnit): TCPSSLOptions

    Set the idle timeout unit.

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

  37. abstract def setJdkSslEngineOptions(value: JdkSSLEngineOptions): TCPSSLOptions
  38. abstract def setKeyStoreOptions(value: JksOptions): TCPSSLOptions

    Set the key/cert options in jks format, aka Java keystore.

  39. abstract def setLogActivity(value: Boolean): TCPSSLOptions

    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
    TCPSSLOptionsNetworkOptions
  40. abstract def setOpenSslEngineOptions(value: OpenSSLEngineOptions): TCPSSLOptions
  41. abstract def setPemKeyCertOptions(value: PemKeyCertOptions): TCPSSLOptions

    Set the key/cert store options in pem format.

  42. abstract def setPemTrustOptions(value: PemTrustOptions): TCPSSLOptions

    Set the trust options in pem format

  43. abstract def setPfxKeyCertOptions(value: PfxOptions): TCPSSLOptions

    Set the key/cert options in pfx format.

  44. abstract def setPfxTrustOptions(value: PfxOptions): TCPSSLOptions

    Set the trust options in pfx format

  45. abstract def setReceiveBufferSize(value: Int): TCPSSLOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    TCPSSLOptionsNetworkOptions
  46. abstract def setReuseAddress(value: Boolean): TCPSSLOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    TCPSSLOptionsNetworkOptions
  47. abstract def setReusePort(value: Boolean): TCPSSLOptions

    Set the value of reuse port.

    Set the value of reuse port.

    This is only supported by native transports.

    Definition Classes
    TCPSSLOptionsNetworkOptions
  48. abstract def setSendBufferSize(value: Int): TCPSSLOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    TCPSSLOptionsNetworkOptions
  49. abstract def setSoLinger(value: Int): TCPSSLOptions

    Set whether SO_linger keep alive is enabled

  50. abstract def setSsl(value: Boolean): TCPSSLOptions

    Set whether SSL/TLS is enabled

  51. abstract def setTcpCork(value: Boolean): TCPSSLOptions

    Enable the TCP_CORK option - only with linux native transport.

  52. abstract def setTcpFastOpen(value: Boolean): TCPSSLOptions

    Enable the TCP_FASTOPEN option - only with linux native transport.

  53. abstract def setTcpKeepAlive(value: Boolean): TCPSSLOptions

    Set whether TCP keep alive is enabled

  54. abstract def setTcpNoDelay(value: Boolean): TCPSSLOptions

    Set whether TCP no delay is enabled

  55. abstract def setTcpQuickAck(value: Boolean): TCPSSLOptions

    Enable the TCP_QUICKACK option - only with linux native transport.

  56. abstract def setTrafficClass(value: Int): TCPSSLOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    TCPSSLOptionsNetworkOptions
  57. abstract def setTrustStoreOptions(value: JksOptions): TCPSSLOptions

    Set the trust options in jks format, aka Java truststore

  58. abstract def setUseAlpn(value: Boolean): TCPSSLOptions

    Set the ALPN usage.

  59. abstract def setUsePooledBuffers(value: Boolean): TCPSSLOptions

    Set whether Netty pooled buffers are enabled

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from NetworkOptions

Inherited from AnyRef

Inherited from Any

Ungrouped