Package one.nio.net

Interface SslSessionCache

    • Field Detail

      • log

        static final org.slf4j.Logger log
    • Method Detail

      • resize

        void resize​(int maxSize)
      • addSession

        void addSession​(byte[] sessionId,
                        byte[] session)
      • getSession

        byte[] getSession​(byte[] sessionId)
      • removeSession

        void removeSession​(byte[] sessionId)