Package org.apache.commons.net.util
Class NetConstants
- java.lang.Object
-
- org.apache.commons.net.util.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 immutablebyte
array.static java.lang.String[]
EMPTY_STRING_ARRAY
An empty immutableString
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
.
-
-
-
Field Detail
-
EMPTY_STRING_ARRAY
public static final java.lang.String[] EMPTY_STRING_ARRAY
An empty immutableString
array.
-
EMPTY_BTYE_ARRAY
public static final byte[] EMPTY_BTYE_ARRAY
An empty immutablebyte
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
-
-