Interface ActiveSessionsSSLContext


public interface ActiveSessionsSSLContext
An interface indicating active sessions of an SSLContext
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Indicates if the SSLContext has active sessions.
  • Method Details

    • hasActiveSessions

      default boolean hasActiveSessions()
      Indicates if the SSLContext has active sessions.
      Returns:
      true if SSLContext has active sessions. Otherwise, false