Package one.nio.net

Class NativeSslContext.CacheMode

  • Enclosing class:
    NativeSslContext

    private static class NativeSslContext.CacheMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EXTERNAL  
      static int INTERNAL  
      static int NONE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CacheMode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NONE

        public static int NONE
      • INTERNAL

        public static int INTERNAL
      • EXTERNAL

        public static int EXTERNAL
    • Constructor Detail

      • CacheMode

        private CacheMode()