Class NetConstants

java.lang.Object
org.apache.commons.net.util.NetConstants

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

    • EMPTY_STRING_ARRAY

      public static final 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 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:
  • Constructor Details

    • NetConstants

      private NetConstants()
      Prevents instantiation.