Class NetConstants


  • public class NetConstants
    extends java.lang.Object
    Constants provided as public only for our own implementation, you can consider this private for now.
    Since:
    3.8.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] EMPTY_BTYE_ARRAY
      An empty immutable byte array.
      static java.lang.String[] EMPTY_STRING_ARRAY
      An empty immutable String array.
      static java.security.cert.X509Certificate[] EMPTY_X509_CERTIFICATE_ARRAY
      An empty immutable {link X509Certificate} array.
      static int EOS
      The index value when the end of the stream has been reached -1.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EMPTY_STRING_ARRAY

        public static final java.lang.String[] EMPTY_STRING_ARRAY
        An empty immutable String array.
      • EMPTY_BTYE_ARRAY

        public static final byte[] EMPTY_BTYE_ARRAY
        An empty immutable byte array.
      • EMPTY_X509_CERTIFICATE_ARRAY

        public static final java.security.cert.X509Certificate[] EMPTY_X509_CERTIFICATE_ARRAY
        An empty immutable {link X509Certificate} array.
      • EOS

        public static final int EOS
        The index value when the end of the stream has been reached -1.
        Since:
        3.9.0
        See Also:
        Constant Field Values