Serialized Form
-
Package org.apache.commons.net
-
Class org.apache.commons.net.MalformedServerReplyException extends java.io.IOException implements Serializable
- serialVersionUID:
- 6006765264250543945L
-
Class org.apache.commons.net.ProtocolCommandEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 403743538418947240L
-
Serialized Fields
-
__command
java.lang.String __command
-
__isCommand
boolean __isCommand
-
__message
java.lang.String __message
-
__replyCode
int __replyCode
-
-
Class org.apache.commons.net.ProtocolCommandSupport extends java.lang.Object implements Serializable
- serialVersionUID:
- -8017692739988399978L
-
Serialized Fields
-
__listeners
ListenerList __listeners
-
__source
java.lang.Object __source
-
-
-
Package org.apache.commons.net.ftp
-
Class org.apache.commons.net.ftp.FTPConnectionClosedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 3500547241659379952L
-
Class org.apache.commons.net.ftp.FTPFile extends java.lang.Object implements Serializable
- serialVersionUID:
- 9010790363003271996L
-
Serialized Fields
-
_date
java.util.Calendar _date
-
_group
java.lang.String _group
-
_hardLinkCount
int _hardLinkCount
-
_link
java.lang.String _link
-
_name
java.lang.String _name
-
_permissions
boolean[][] _permissions
-
_rawListing
java.lang.String _rawListing
-
_size
long _size
-
_type
int _type
-
_user
java.lang.String _user
-
-
-
Package org.apache.commons.net.ftp.parser
-
Class org.apache.commons.net.ftp.parser.ParserInitializationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 5563335279583210658L
-
-
Package org.apache.commons.net.io
-
Class org.apache.commons.net.io.CopyStreamEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- -964927635655051867L
-
Serialized Fields
-
bytesTransferred
int bytesTransferred
-
streamSize
long streamSize
-
totalBytesTransferred
long totalBytesTransferred
-
-
Class org.apache.commons.net.io.CopyStreamException extends java.io.IOException implements Serializable
- serialVersionUID:
- -2602899129433221532L
-
Serialized Fields
-
totalBytesTransferred
long totalBytesTransferred
-
-
-
Package org.apache.commons.net.nntp
-
Class org.apache.commons.net.nntp.NNTPConnectionClosedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1029785635891040770L
-
-
Package org.apache.commons.net.ntp
-
Class org.apache.commons.net.ntp.TimeStamp extends java.lang.Object implements Serializable
- serialVersionUID:
- 8139806907588338737L
-
Serialized Fields
-
ntpTime
long ntpTime
NTP timestamp value: 64-bit unsigned fixed-point number as defined in RFC-1305 with high-order 32 bits the seconds field and the low-order 32-bits the fractional field. -
simpleFormatter
java.text.DateFormat simpleFormatter
-
utcFormatter
java.text.DateFormat utcFormatter
-
-
-
Package org.apache.commons.net.smtp
-
Class org.apache.commons.net.smtp.SMTPConnectionClosedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 626520434326660627L
-
-
Package org.apache.commons.net.telnet
-
Class org.apache.commons.net.telnet.InvalidTelnetOptionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2516777155928793597L
-
Serialized Fields
-
msg
java.lang.String msg
Error message -
optionCode
int optionCode
Option code
-
-
-
Package org.apache.commons.net.tftp
-
Class org.apache.commons.net.tftp.TFTPPacketException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -8114699256840851439L
-
-
Package org.apache.commons.net.util
-
Class org.apache.commons.net.util.ListenerList extends java.lang.Object implements Serializable
- serialVersionUID:
- -1934227607974228213L
-
Serialized Fields
-
__listeners
java.util.concurrent.CopyOnWriteArrayList<java.util.EventListener> __listeners
-
-