Class OpenSslServerSessionContext

java.lang.Object
io.netty.handler.ssl.OpenSslSessionContext
io.netty.handler.ssl.OpenSslServerSessionContext
All Implemented Interfaces:
SSLSessionContext

public final class OpenSslServerSessionContext extends OpenSslSessionContext
OpenSslSessionContext implementation which offers extra methods which are only useful for the server-side.
  • Constructor Details

  • Method Details

    • setSessionIdContext

      public boolean setSessionIdContext(byte[] sidCtx)
      Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
      Parameters:
      sidCtx - can be any kind of binary data, it is therefore possible to use e.g. the name of the application and/or the hostname and/or service name
      Returns:
      true if success, false otherwise.