Package org.apache.commons.net.util
Class NetConstants
java.lang.Object
org.apache.commons.net.util.NetConstants
Constants provided as public only for our own implementation, you can consider this private for now.
- Since:
- 3.8.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte[]
An empty immutablebyte
array.static final String[]
An empty immutableString
array.static final X509Certificate[]
An empty immutable {link X509Certificate} array.static final int
The index value when the end of the stream has been reached-1
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY_STRING_ARRAY
An empty immutableString
array. -
EMPTY_BTYE_ARRAY
public static final byte[] EMPTY_BTYE_ARRAYAn empty immutablebyte
array. -
EMPTY_X509_CERTIFICATE_ARRAY
An empty immutable {link X509Certificate} array. -
EOS
public static final int EOSThe 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.
-