Configures a TCPSSLOptions to use OpenSsl.

no subtypes hierarchy

Initializer
OpenSSLEngineOptions(Boolean? alpnAvailable = null, Boolean? available = null, Boolean? sessionCacheEnabled = null)
Parameters:
  • alpnAvailable = null

    @return when alpn support is available via OpenSSL engine

  • available = null

    @return when OpenSSL is available

  • sessionCacheEnabled = null

    Set whether session cache is enabled in open SSL session server context

Attributes
alpnAvailableshared Boolean? alpnAvailable

@return when alpn support is available via OpenSSL engine

availableshared Boolean? available

@return when OpenSSL is available

sessionCacheEnabledshared Boolean? sessionCacheEnabled

Set whether session cache is enabled in open SSL session server context

Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
toJsonshared actual default JsonObject toJson()
Refines BaseDataObject.toJson
Inherited Methods
Methods inherited from: Object
equals
Methods inherited from: BaseDataObject
toJson