Alphabetical Index

_ A B C D E F G H I K L M N O P Q R S T U V W X

_

_commandSupport_ - field in class org.apache.commons.net.ftp.FTP
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.
_commandSupport_ - field in class org.apache.commons.net.nntp.NNTP
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.
_commandSupport_ - field in class org.apache.commons.net.pop3.POP3
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.
_commandSupport_ - field in class org.apache.commons.net.smtp.SMTP
A ProtocolCommandSupport object used to manage the registering of ProtocolCommandListeners and te firing of ProtocolCommandEvents.
_connectAction_() - method in class org.apache.commons.net.ftp.FTP
Handles special connection requirements.
_connectAction_() - method in class org.apache.commons.net.ftp.FTPClient
Handles special connection requirements.
_connectAction_() - method in class org.apache.commons.net.nntp.NNTP
Initiates control connections and gets initial reply, determining if the client is allowed to post to the server.
_connectAction_() - method in class org.apache.commons.net.pop3.POP3
Performs connection initialization and sets state to AUTHORIZATION_STATE .
_connectAction_() - method in class org.apache.commons.net.smtp.SMTP
Initiates control connections and gets initial reply.
_connectAction_() - method in class org.apache.commons.net.SocketClient
Because there are so many connect() methods, the _connectAction_() method is provided as a means of performing some action immediately after establishing a connection, rather than reimplementing all of the connect() methods.
_connectAction_() - method in class org.apache.commons.net.telnet.TelnetClient
Handles special connection requirements.
_defaultPort_ - field in class org.apache.commons.net.SocketClient
The default port the client should connect to.
_errorStream_ - field in class org.apache.commons.net.bsd.RExecClient
If a separate error stream is requested, _errorStream_ will point to an InputStream from which the standard error of the remote process can be read (after a call to rexec()).
_input_ - field in class org.apache.commons.net.SocketClient
The socket's InputStream.
_isConnected_ - field in class org.apache.commons.net.SocketClient
A status variable indicating if the client's socket is currently open.
_isOpen_ - field in class org.apache.commons.net.DatagramSocketClient
A status variable indicating if the client's socket is currently open.
_matcher_ - field in class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
Internal PatternMatcher object used by the parser.
_openDataConnection_(int,String) - method in class org.apache.commons.net.ftp.FTPClient
Establishes a data connection with the FTP server, returning a Socket for the connection if successful.
_output_ - field in class org.apache.commons.net.SocketClient
The socket's OutputStream.
_reader_ - field in class org.apache.commons.net.nntp.NNTP
Wraps SocketClient._input_ to communicate with server.
_socket_ - field in class org.apache.commons.net.DatagramSocketClient
The datagram socket used for the connection.
_socket_ - field in class org.apache.commons.net.SocketClient
The socket used for the connection.
_socketFactory_ - field in class org.apache.commons.net.DatagramSocketClient
The datagram socket's DatagramSocketFactory.
_socketFactory_ - field in class org.apache.commons.net.SocketClient
The socket's SocketFactory.
_timeout_ - field in class org.apache.commons.net.DatagramSocketClient
The timeout to use after opening a socket.
_timeout_ - field in class org.apache.commons.net.SocketClient
The timeout to use after opening a socket.
_writer_ - field in class org.apache.commons.net.nntp.NNTP
Wraps SocketClient._output_ to communicate with server.

A

ABOR - static field in class org.apache.commons.net.ftp.FTPCommand
abor() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP ABOR command to the server, receive the reply, and return the reply code.
ABORT - static field in class org.apache.commons.net.ftp.FTPCommand
ABORT - static field in class org.apache.commons.net.telnet.TelnetCommand
Abort code.
abort() - method in class org.apache.commons.net.ftp.FTPClient
Abort a transfer in progress.
ACCESS_VIOLATION - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The access violation error code according to RFC 783, value 2.
ACCOUNT - static field in class org.apache.commons.net.ftp.FTPCommand
ACCT - static field in class org.apache.commons.net.ftp.FTPCommand
acct(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP ACCT command to the server, receive the reply, and return the reply code.
ACKNOWLEDGEMENT - static field in class org.apache.commons.net.tftp.TFTPPacket
This is the actual TFTP spec identifier and is equal to 4.
ACTION_ABORTED - static field in class org.apache.commons.net.ftp.FTPReply
ACTION_ABORTED - static field in class org.apache.commons.net.smtp.SMTPReply
ACTION_NOT_TAKEN - static field in class org.apache.commons.net.smtp.SMTPReply
ACTION_OK - static field in class org.apache.commons.net.smtp.SMTPReply
ACTIVE_LOCAL_DATA_CONNECTION_MODE - static field in class org.apache.commons.net.ftp.FTPClient
A constant indicating the FTP session is expecting all transfers to occur between the client (local) and server and that the server should connect to the client's data port to initiate a data transfer.
ACTIVE_REMOTE_DATA_CONNECTION_MODE - static field in class org.apache.commons.net.ftp.FTPClient
A constant indicating the FTP session is expecting all transfers to occur between two remote servers and that the server the client is connected to should connect to the other server's data port to initiate a data transfer.
addCC(String) - method in class org.apache.commons.net.smtp.SimpleSMTPHeader
Add an email address to the CC (carbon copy or courtesy copy) list.
addComment(String) - method in class org.apache.commons.net.ntp.TimeInfo
Add comment (error/warning) to list of comments associated with processing of NTP parameters.
Registers a CopyStreamListener to receive CopyStreamEvents.
addDistribution(String) - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Add a distribution group to the query.
addHeaderField(String,String) - method in class org.apache.commons.net.nntp.Article
Adds an arbitrary header key and value to this message's header.
addHeaderField(String,String) - method in class org.apache.commons.net.nntp.SimpleNNTPHeader
Adds an arbitrary header field with the given value to the article header.
addHeaderField(String,String) - method in class org.apache.commons.net.smtp.SimpleSMTPHeader
Adds an arbitrary header field with the given value to the article header.
addListener(EventListener) - method in class org.apache.commons.net.util.ListenerList
addNewsgroup(String) - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Add a newsgroup to the list of newsgroups being queried.
addNewsgroup(String) - method in class org.apache.commons.net.nntp.SimpleNNTPHeader
Adds a newsgroup to the article Newsgroups: field.
Registers a new TelnetOptionHandler for this telnet client to use.
Adds a ProtocolCommandListener.
Adds a ProtocolCommandListener.
Adds a ProtocolCommandListener.
Adds a ProtocolCommandListener.
Adds a ProtocolCommandListener.
addRecipient(org.apache.commons.net.smtp.RelayPath) - method in class org.apache.commons.net.smtp.SMTPClient
Add a recipient for a message using the SMTP RCPT command, specifying a forward relay path.
addRecipient(String) - method in class org.apache.commons.net.smtp.SMTPClient
Add a recipient for a message using the SMTP RCPT command, the recipient's email address.
addReference(String) - method in class org.apache.commons.net.nntp.Article
Adds a message-id to the list of messages that this message references (i.e.
addRelay(String) - method in class org.apache.commons.net.smtp.RelayPath
Add a mail relay host to the relay path.
ALLO - static field in class org.apache.commons.net.ftp.FTPCommand
allo(int) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP ALLO command to the server, receive the reply, and return the reply code.
allo(int,int) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP ALLO command to the server, receive the reply, and return the reply code.
ALLOCATE - static field in class org.apache.commons.net.ftp.FTPCommand
allocate(int) - method in class org.apache.commons.net.ftp.FTPClient
Reserve a number of bytes on the server for the next file transfer.
allocate(int,int) - method in class org.apache.commons.net.ftp.FTPClient
Reserve space on the server for the next file transfer.
answerSubnegotiation(suboptionData[],int) - method in class org.apache.commons.net.telnet.EchoOptionHandler
Implements the abstract method of TelnetOptionHandler.
answerSubnegotiation(suboptionData[],int) - method in class org.apache.commons.net.telnet.SimpleOptionHandler
Implements the abstract method of TelnetOptionHandler.
answerSubnegotiation(suboptionData[],int) - method in class org.apache.commons.net.telnet.SuppressGAOptionHandler
Implements the abstract method of TelnetOptionHandler.
answerSubnegotiation(suboptionData[],int) - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Method called upon reception of a subnegotiation for this option coming from the other end.
answerSubnegotiation(suboptionData[],int) - method in class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Implements the abstract method of TelnetOptionHandler.
AO - static field in class org.apache.commons.net.telnet.TelnetCommand
Abort Output code.
APOP - static field in class org.apache.commons.net.pop3.POP3Command
Authorization.
APPE - static field in class org.apache.commons.net.ftp.FTPCommand
appe(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP APPE command to the server, receive the reply, and return the reply code.
APPEND - static field in class org.apache.commons.net.ftp.FTPCommand
appendFile(String,InputStream) - method in class org.apache.commons.net.ftp.FTPClient
Appends to a file on the server with the given name, taking input from the given InputStream.
appendFileStream(String) - method in class org.apache.commons.net.ftp.FTPClient
Returns an OutputStream through which data can be written to append to a file on the server with the given name.
APPROXIMATE_MESSAGE_SIZE - static field in class org.apache.commons.net.telnet.TelnetOption
ARTICLE - static field in class org.apache.commons.net.nntp.NNTPCommand
Article - class org.apache.commons.net.nntp.Article
This is a class that contains the basic state needed for message retrieval and threading.
Article() - constructor for class org.apache.commons.net.nntp.Article
article() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP ARTICLE command to the server, receive the initial reply, and return the reply code.
article(int) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP ARTICLE command to the server, receive the initial reply, and return the reply code.
article(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP ARTICLE command to the server, receive the initial reply, and return the reply code.
ARTICLE_LIST_BY_MESSAGE_ID_FOLLOWS - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_NOT_WANTED - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_POSTED_OK - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_REJECTED - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_RETRIEVED_BODY_FOLLOWS - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_RETRIEVED_HEAD_AND_BODY_FOLLOW - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_RETRIEVED_HEAD_FOLLOWS - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_RETRIEVED_REQUEST_TEXT_SEPARATELY - static field in class org.apache.commons.net.nntp.NNTPReply
ARTICLE_TRANSFERRED_OK - static field in class org.apache.commons.net.nntp.NNTPReply
articleId - field in class org.apache.commons.net.nntp.ArticlePointer
The unique id of the referenced article, including the enclosing &lt and &gt symbols which are technically not part of the identifier, but are required by all NNTP commands taking an article id as an argument.
articleNumber - field in class org.apache.commons.net.nntp.ArticlePointer
The number of the referenced article.
ArticlePointer - class org.apache.commons.net.nntp.ArticlePointer
This class is a structure used to return article number and unique id information extracted from an NNTP server reply.
ASCII_FILE_TYPE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate the file(s) being transfered should be treated as ASCII.
ASCII_MODE - static field in class org.apache.commons.net.tftp.TFTP
The ascii transfer mode.
authenticate(String,String) - method in class org.apache.commons.net.nntp.NNTPClient
Log into a news server by sending the AUTHINFO USER/AUTHINFO PASS command sequence.
AUTHENTICATION - static field in class org.apache.commons.net.telnet.TelnetOption
AUTHENTICATION_ACCEPTED - static field in class org.apache.commons.net.nntp.NNTPReply
AUTHENTICATION_REJECTED - static field in class org.apache.commons.net.nntp.NNTPReply
AUTHENTICATION_REQUIRED - static field in class org.apache.commons.net.nntp.NNTPReply
AUTHINFO - static field in class org.apache.commons.net.nntp.NNTPCommand
authinfoPass(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the AUTHINFO PASS command to the server, receive the reply, and return the reply code.
authinfoUser(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the AUTHINFO USER command to the server, receive the reply, and return the reply code.
AUTHORIZATION_STATE - static field in class org.apache.commons.net.pop3.POP3
A constant representing the POP3 authorization state.
available() - method in class org.apache.commons.net.io.FromNetASCIIInputStream
Returns the number of bytes that can be read without blocking EXCEPT when newline conversions have to be made somewhere within the available block of bytes.
available() - method in class org.apache.commons.net.io.ToNetASCIIInputStream
AYT - static field in class org.apache.commons.net.telnet.TelnetCommand
Are You There code.

B

BAD_COMMAND_SEQUENCE - static field in class org.apache.commons.net.ftp.FTPReply
BAD_COMMAND_SEQUENCE - static field in class org.apache.commons.net.smtp.SMTPReply
beginBufferedOps() - method in class org.apache.commons.net.tftp.TFTP
Initializes the internal buffers.
BINARY - static field in class org.apache.commons.net.telnet.TelnetOption
BINARY_FILE_TYPE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate the file(s) being transfered should be treated as a binary image, i.e., no translations should be performed.
BINARY_MODE - static field in class org.apache.commons.net.tftp.TFTP
The binary transfer mode.
BLOCK_TRANSFER_MODE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a file is to be transfered as a series of blocks.
BODY - static field in class org.apache.commons.net.nntp.NNTPCommand
body() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP BODY command to the server, receive the initial reply, and return the reply code.
body(int) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP BODY command to the server, receive the initial reply, and return the reply code.
body(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP BODY command to the server, receive the initial reply, and return the reply code.
BREAK - static field in class org.apache.commons.net.telnet.TelnetCommand
Break code.
bufferedReceive() - method in class org.apache.commons.net.tftp.TFTP
This is a special method to perform a more efficient packet receive.
bufferedSend(org.apache.commons.net.tftp.TFTPPacket) - method in class org.apache.commons.net.tftp.TFTP
This is a special method to perform a more efficient packet send.
BYTE_MACRO - static field in class org.apache.commons.net.telnet.TelnetOption
bytesTransferred(long,int,long) - method in class org.apache.commons.net.io.CopyStreamAdapter
This method is not part of the JavaBeans model and is used by the static methods in the org.apache.commons.io.Util class for efficiency.
bytesTransferred(long,int,long) - method in class org.apache.commons.net.io.CopyStreamListener
This method is not part of the JavaBeans model and is used by the static methods in the org.apache.commons.io.Util class for efficiency.
This method is invoked by a CopyStreamEvent source after copying a block of bytes from a stream.
This method is invoked by a CopyStreamEvent source after copying a block of bytes from a stream.

C

CANNOT_OPEN_DATA_CONNECTION - static field in class org.apache.commons.net.ftp.FTPReply
CARRIAGE_CONTROL_TEXT_FORMAT - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a text file contains ASA vertical format control characters.
CDUP - static field in class org.apache.commons.net.ftp.FTPCommand
cdup() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP CDUP command to the server, receive the reply, and return the reply code.
CHANGE_TO_PARENT_DIRECTORY - static field in class org.apache.commons.net.ftp.FTPCommand
CHANGE_WORKING_DIRECTORY - static field in class org.apache.commons.net.ftp.FTPCommand
changeToParentDirectory() - method in class org.apache.commons.net.ftp.FTPClient
Change to the parent directory of the current working directory.
changeWorkingDirectory(String) - method in class org.apache.commons.net.ftp.FTPClient
Change the current working directory of the FTP session.
CHARGEN_PORT - static field in class org.apache.commons.net.CharGenTCPClient
The character generator port value of 19 according to RFC 864.
CHARGEN_PORT - static field in class org.apache.commons.net.CharGenUDPClient
The character generator port value of 19 according to RFC 864.
CharGenTCPClient - class org.apache.commons.net.CharGenTCPClient
The CharGenTCPClient class is a TCP implementation of a client for the character generator protocol described in RFC 864.
CharGenTCPClient() - constructor for class org.apache.commons.net.CharGenTCPClient
The default constructor for CharGenTCPClient.
CharGenUDPClient - class org.apache.commons.net.CharGenUDPClient
The CharGenUDPClient class is a UDP implementation of a client for the character generator protocol described in RFC 864.
CharGenUDPClient() - constructor for class org.apache.commons.net.CharGenUDPClient
The default CharGenUDPClient constructor.
close() - method in class org.apache.commons.net.DatagramSocketClient
Closes the DatagramSocket used for the connection.
close() - method in class org.apache.commons.net.io.DotTerminatedMessageReader
Closes the message for reading.
close() - method in class org.apache.commons.net.io.DotTerminatedMessageWriter
Flushes the underlying output, writing all buffered output, but doesn't actually close the underlying stream.
close() - method in class org.apache.commons.net.io.FromNetASCIIOutputStream
Closes the stream, writing all pending data.
close() - method in class org.apache.commons.net.io.SocketInputStream
Closes the stream and immediately afterward closes the referenced socket.
close() - method in class org.apache.commons.net.io.SocketOutputStream
Closes the stream and immediately afterward closes the referenced socket.
CLOSING_CONNECTION - static field in class org.apache.commons.net.nntp.NNTPReply
CLOSING_DATA_CONNECTION - static field in class org.apache.commons.net.ftp.FTPReply
CODE_100 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_110 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_120 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_125 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_150 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_199 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_200 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_200 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_201 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_202 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_202 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_205 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_211 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_211 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_211 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_212 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_213 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_214 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_214 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_215 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_215 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_215 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_220 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_220 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_220 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_221 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_221 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_221 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_222 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_223 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_225 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_226 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_227 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_230 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_230 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_231 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_235 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_240 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_250 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_250 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_251 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_257 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_281 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_331 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_332 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_335 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_340 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_350 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_354 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_381 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_400 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_408 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_411 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_412 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_420 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_421 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_421 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_421 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_422 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_423 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_425 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_426 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_430 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_435 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_436 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_437 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_440 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_441 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_450 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_450 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_451 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_451 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_452 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_452 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_482 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_500 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_500 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_500 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_501 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_501 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_501 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_502 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_502 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_502 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_503 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_503 - static field in class org.apache.commons.net.nntp.NNTPReply
CODE_503 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_504 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_504 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_521 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_530 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_532 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_550 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_550 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_551 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_551 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_552 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_552 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_553 - static field in class org.apache.commons.net.ftp.FTPReply
CODE_553 - static field in class org.apache.commons.net.smtp.SMTPReply
CODE_554 - static field in class org.apache.commons.net.smtp.SMTPReply
COMMAND_IS_SUPERFLUOUS - static field in class org.apache.commons.net.ftp.FTPReply
COMMAND_NOT_IMPLEMENTED - static field in class org.apache.commons.net.ftp.FTPReply
COMMAND_NOT_IMPLEMENTED - static field in class org.apache.commons.net.smtp.SMTPReply
COMMAND_NOT_IMPLEMENTED_FOR_PARAMETER - static field in class org.apache.commons.net.ftp.FTPReply
COMMAND_NOT_IMPLEMENTED_FOR_PARAMETER - static field in class org.apache.commons.net.smtp.SMTPReply
COMMAND_NOT_RECOGNIZED - static field in class org.apache.commons.net.nntp.NNTPReply
COMMAND_OK - static field in class org.apache.commons.net.ftp.FTPReply
COMMAND_SYNTAX_ERROR - static field in class org.apache.commons.net.nntp.NNTPReply
compareTo(Object) - method in class org.apache.commons.net.ntp.TimeStamp
Compares this TimeStamp to another Object.
compareTo(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.TimeStamp
Compares two Timestamps numerically.
completePendingCommand() - method in class org.apache.commons.net.ftp.FTPClient
There are a few FTPClient methods that do not complete the entire sequence of FTP commands to complete a transaction.
completePendingCommand() - method in class org.apache.commons.net.nntp.NNTPClient
There are a few NNTPClient methods that do not complete the entire sequence of NNTP commands to complete a transaction.
completePendingCommand() - method in class org.apache.commons.net.smtp.SMTPClient
At least one SMTPClient method (sendMessageData) does not complete the entire sequence of SMTP commands to complete a transaction.
CompositeFileEntryParser - class org.apache.commons.net.ftp.parser.CompositeFileEntryParser
This implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined.
COMPRESSED_TRANSFER_MODE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a file is to be transfered as FTP compressed data.
computeDetails() - method in class org.apache.commons.net.ntp.TimeInfo
Compute and validate details of the NTP message packet.
Configurable - interface org.apache.commons.net.ftp.Configurable
This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.
To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - Comments
ConfigurableFTPFileEntryParserImpl(String) - constructor for class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
Only constructor for this absract class.
configure(org.apache.commons.net.ftp.FTPClientConfig) - method in class org.apache.commons.net.ftp.Configurable
Implementation of the Configurable interface.
configure(org.apache.commons.net.ftp.FTPClientConfig) - method in class org.apache.commons.net.ftp.FTPClient
Implementation of the Configurable interface.
configure(org.apache.commons.net.ftp.FTPClientConfig) - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
Implementation of the Configurable interface.
connect(InetAddress) - method in class org.apache.commons.net.SocketClient
Opens a Socket connected to a remote host at the current default port and originating from the current host at a system assigned port.
connect(InetAddress,int) - method in class org.apache.commons.net.bsd.RCommandClient
Opens a Socket connected to a remote host at the specified port and originating from the current host at a port in a range acceptable to the BSD rshell daemon.
connect(InetAddress,int) - method in class org.apache.commons.net.SocketClient
Opens a Socket connected to a remote host at the specified port and originating from the current host at a system assigned port.
connect(InetAddress,int,InetAddress) - method in class org.apache.commons.net.bsd.RCommandClient
Opens a Socket connected to a remote host at the specified port and originating from the specified local address using a port in a range acceptable to the BSD rshell daemon.
connect(InetAddress,int,InetAddress,int) - method in class org.apache.commons.net.bsd.RCommandClient
Opens a Socket connected to a remote host at the specified port and originating from the specified local address and port.
connect(InetAddress,int,InetAddress,int) - method in class org.apache.commons.net.SocketClient
Opens a Socket connected to a remote host at the specified port and originating from the specified local address and port.
connect(String) - method in class org.apache.commons.net.SocketClient
Opens a Socket connected to a remote host at the current default port and originating from the current host at a system assigned port.
connect(String,int) - method in class org.apache.commons.net.bsd.RCommandClient
Opens a Socket connected to a remote host at the specified port and originating from the current host at a port in a range acceptable to the BSD rshell daemon.
connect(String,int) - method in class org.apache.commons.net.SocketClient
Opens a Socket connected to a remote host at the specified port and originating from the current host at a system assigned port.
connect(String,int,InetAddress) - method in class org.apache.commons.net.bsd.RCommandClient
Opens a Socket connected to a remote host at the specified port and originating from the specified local address using a port in a range acceptable to the BSD rshell daemon.
connect(String,int,InetAddress,int) - method in class org.apache.commons.net.bsd.RCommandClient
Opens a Socket connected to a remote host at the specified port and originating from the specified local address and port.
connect(String,int,InetAddress,int) - method in class org.apache.commons.net.SocketClient
Opens a Socket connected to a remote host at the specified port and originating from the specified local address and port.
copyReader(Reader,Writer) - static method in class org.apache.commons.net.io.Util
Same as copyReader(source, dest, DEFAULT_COPY_BUFFER_SIZE);
copyReader(Reader,Writer,int) - static method in class org.apache.commons.net.io.Util
Copies the contents of a Reader to a Writer using a copy buffer of a given size.
Copies the contents of a Reader to a Writer using a copy buffer of a given size and notifies the provided CopyStreamListener of the progress of the copy operation by calling its bytesTransferred(long, int) method after each write to the destination.
copyStream(InputStream,OutputStream) - static method in class org.apache.commons.net.io.Util
Same as copyStream(source, dest, DEFAULT_COPY_BUFFER_SIZE);
copyStream(InputStream,OutputStream,int) - static method in class org.apache.commons.net.io.Util
Copies the contents of an InputStream to an OutputStream using a copy buffer of a given size.
Copies the contents of an InputStream to an OutputStream using a copy buffer of a given size and notifies the provided CopyStreamListener of the progress of the copy operation by calling its bytesTransferred(long, int) method after each write to the destination.
Copies the contents of an InputStream to an OutputStream using a copy buffer of a given size and notifies the provided CopyStreamListener of the progress of the copy operation by calling its bytesTransferred(long, int) method after each write to the destination.
CopyStreamAdapter - class org.apache.commons.net.io.CopyStreamAdapter
The CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called.
CopyStreamAdapter() - constructor for class org.apache.commons.net.io.CopyStreamAdapter
Creates a new copyStreamAdapter.
CopyStreamEvent - class org.apache.commons.net.io.CopyStreamEvent
A CopyStreamEvent is triggered after every write performed by a stream copying operation.
CopyStreamEvent(Object,long,int,long) - constructor for class org.apache.commons.net.io.CopyStreamEvent
Creates a new CopyStreamEvent instance.
CopyStreamException - class org.apache.commons.net.io.CopyStreamException
The CopyStreamException class is thrown by the org.apache.commons.io.Util copyStream() methods.
CopyStreamException(String,long,IOException) - constructor for class org.apache.commons.net.io.CopyStreamException
Creates a new CopyStreamException instance.
CopyStreamListener - interface org.apache.commons.net.io.CopyStreamListener
The CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation.
create(InputStream,org.apache.commons.net.ftp.FTPFileEntryParser) - static method in class org.apache.commons.net.ftp.FTPFileList
The only way to create an FTPFileList object.
The only way to create an FTPFileList object.
createDatagramSocket() - method in class org.apache.commons.net.DatagramSocketFactory
Creates a DatagramSocket on the local host at the first available port.
createDatagramSocket() - method in class org.apache.commons.net.DefaultDatagramSocketFactory
Creates a DatagramSocket on the local host at the first available port.
createDatagramSocket(int) - method in class org.apache.commons.net.DatagramSocketFactory
Creates a DatagramSocket on the local host at a specified port.
createDatagramSocket(int) - method in class org.apache.commons.net.DefaultDatagramSocketFactory
Creates a DatagramSocket on the local host at a specified port.
createDatagramSocket(int,InetAddress) - method in class org.apache.commons.net.DatagramSocketFactory
Creates a DatagramSocket at the specified address on the local host at a specified port.
Creates a DatagramSocket at the specified address on the local host at a specified port.
Implementation extracts a key from the supplied FTPClientConfig parameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.
Implementation should be a method that extracts a key from the supplied FTPClientConfig parameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.
createFileEntryParser(String) - method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
This default implementation of the FTPFileEntryParserFactory interface works according to the following logic: First it attempts to interpret the supplied key as a fully qualified classname of a class implementing the FTPFileEntryParser interface.
createFileEntryParser(String) - method in class org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory
Implementation should be a method that decodes the supplied key and creates an object implementing the interface FTPFileEntryParser.
Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for the current working directory.
Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for a directory or information for a single file.
createMVSEntryParser() - method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
createNTFTPEntryParser() - method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
createOS2FTPEntryParser() - method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
createOS400FTPEntryParser() - method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
createServerSocket(int) - method in class org.apache.commons.net.DefaultSocketFactory
Creates a ServerSocket bound to a specified port.
createServerSocket(int) - method in class org.apache.commons.net.SocketFactory
Creates a ServerSocket bound to a specified port.
createServerSocket(int,int) - method in class org.apache.commons.net.DefaultSocketFactory
Creates a ServerSocket bound to a specified port with a given maximum queue length for incoming connections.
createServerSocket(int,int) - method in class org.apache.commons.net.SocketFactory
Creates a ServerSocket bound to a specified port with a given maximum queue length for incoming connections.
createServerSocket(int,int,InetAddress) - method in class org.apache.commons.net.DefaultSocketFactory
Creates a ServerSocket bound to a specified port on a given local address with a given maximum queue length for incoming connections.
createServerSocket(int,int,InetAddress) - method in class org.apache.commons.net.SocketFactory
Creates a ServerSocket bound to a specified port on a given local address with a given maximum queue length for incoming connections.
createSocket(InetAddress,int) - method in class org.apache.commons.net.DefaultSocketFactory
Creates a Socket connected to the given host and port.
createSocket(InetAddress,int) - method in class org.apache.commons.net.SocketFactory
Creates a Socket connected to the given host and port.
Creates a Socket connected to the given host and port and originating from the specified local address and port.
createSocket(InetAddress,int,InetAddress,int) - method in class org.apache.commons.net.SocketFactory
Creates a Socket connected to the given host and port and originating from the specified local address and port.
createSocket(String,int) - method in class org.apache.commons.net.DefaultSocketFactory
Creates a Socket connected to the given host and port.
createSocket(String,int) - method in class org.apache.commons.net.SocketFactory
Creates a Socket connected to the given host and port.
createSocket(String,int,InetAddress,int) - method in class org.apache.commons.net.DefaultSocketFactory
Creates a Socket connected to the given host and port and originating from the specified local address and port.
createSocket(String,int,InetAddress,int) - method in class org.apache.commons.net.SocketFactory
Creates a Socket connected to the given host and port and originating from the specified local address and port.
createUnixFTPEntryParser() - method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
createVMSVersioningFTPEntryParser() - method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
CWD - static field in class org.apache.commons.net.ftp.FTPCommand
cwd(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP CWD command to the server, receive the reply, and return the reply code.

D

DATA - static field in class org.apache.commons.net.smtp.SMTPCommand
DATA - static field in class org.apache.commons.net.tftp.TFTPPacket
This is the actual TFTP spec identifier and is equal to 3.
data() - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP DATA command to the server, receive the reply, and return the reply code.
DATA_CONNECTION_ALREADY_OPEN - static field in class org.apache.commons.net.ftp.FTPReply
DATA_CONNECTION_OPEN - static field in class org.apache.commons.net.ftp.FTPReply
DATA_ENTRY_TERMINAL - static field in class org.apache.commons.net.telnet.TelnetOption
DATA_PORT - static field in class org.apache.commons.net.ftp.FTPCommand
DatagramSocketClient - class org.apache.commons.net.DatagramSocketClient
The DatagramSocketClient provides the basic operations that are required of client objects accessing datagram sockets.
DatagramSocketClient() - constructor for class org.apache.commons.net.DatagramSocketClient
Default constructor for DatagramSocketClient.
DatagramSocketFactory - interface org.apache.commons.net.DatagramSocketFactory
The DatagramSocketFactory interface provides a means for the programmer to control the creation of datagram sockets and provide his own DatagramSocket implementations for use by all classes derived from DatagramSocketClient .
DaytimeTCPClient - class org.apache.commons.net.DaytimeTCPClient
The DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867.
DaytimeTCPClient() - constructor for class org.apache.commons.net.DaytimeTCPClient
The default DaytimeTCPClient constructor.
DaytimeUDPClient - class org.apache.commons.net.DaytimeUDPClient
The DaytimeUDPClient class is a UDP implementation of a client for the Daytime protocol described in RFC 867.
DEBUG_OUTPUT - static field in class org.apache.commons.net.nntp.NNTPReply
decodeNtpHexString(String) - static method in class org.apache.commons.net.ntp.TimeStamp
Convert NTP timestamp hexstring (e.g.
DEFAULT_CONTROL_ENCODING - static field in class org.apache.commons.net.ftp.FTP
The default character encoding used for communicating over an FTP control connection.
DEFAULT_COPY_BUFFER_SIZE - static field in class org.apache.commons.net.io.Util
The default buffer size used by copyStream and copyReader.
DEFAULT_DATA_PORT - static field in class org.apache.commons.net.ftp.FTP
The default FTP data port (20).
DEFAULT_HOST - static field in class org.apache.commons.net.WhoisClient
The default whois host to query.
DEFAULT_MAX_TIMEOUTS - static field in class org.apache.commons.net.tftp.TFTPClient
The default number of times a receive attempt is allowed to timeout before ending attempts to retry the receive and failing.
DEFAULT_PORT - static field in class org.apache.commons.net.CharGenTCPClient
The default chargen port.
DEFAULT_PORT - static field in class org.apache.commons.net.CharGenUDPClient
The default chargen port.
DEFAULT_PORT - static field in class org.apache.commons.net.DaytimeTCPClient
The default daytime port.
DEFAULT_PORT - static field in class org.apache.commons.net.DaytimeUDPClient
The default daytime port.
DEFAULT_PORT - static field in class org.apache.commons.net.DiscardTCPClient
The default discard port.
DEFAULT_PORT - static field in class org.apache.commons.net.DiscardUDPClient
The default discard port.
DEFAULT_PORT - static field in class org.apache.commons.net.EchoTCPClient
The default echo port.
DEFAULT_PORT - static field in class org.apache.commons.net.EchoUDPClient
The default echo port.
DEFAULT_PORT - static field in class org.apache.commons.net.FingerClient
The default FINGER port.
DEFAULT_PORT - static field in class org.apache.commons.net.ftp.FTP
The default FTP control port (21).
DEFAULT_PORT - static field in class org.apache.commons.net.nntp.NNTP
The default NNTP port.
DEFAULT_PORT - static field in class org.apache.commons.net.ntp.NTPUDPClient
The default NTP port.
DEFAULT_PORT - static field in class org.apache.commons.net.pop3.POP3
The default POP3 port.
DEFAULT_PORT - static field in class org.apache.commons.net.bsd.RCommandClient
The default rshell port.
DEFAULT_PORT - static field in class org.apache.commons.net.bsd.RExecClient
The default rexec port.
DEFAULT_PORT - static field in class org.apache.commons.net.bsd.RLoginClient
The default rlogin port.
DEFAULT_PORT - static field in class org.apache.commons.net.smtp.SMTP
The default SMTP port (25).
DEFAULT_PORT - static field in class org.apache.commons.net.tftp.TFTP
The default TFTP port according to RFC 783 is 69.
DEFAULT_PORT - static field in class org.apache.commons.net.TimeTCPClient
The default time port.
DEFAULT_PORT - static field in class org.apache.commons.net.TimeUDPClient
The default time port.
DEFAULT_PORT - static field in class org.apache.commons.net.WhoisClient
The default whois port.
DEFAULT_RECENT_SDF - static field in class org.apache.commons.net.ftp.parser.FTPTimestampParser
the default recent date format.
DEFAULT_SDF - static field in class org.apache.commons.net.ftp.parser.FTPTimestampParser
the default default date format.
DEFAULT_TIMEOUT - static field in class org.apache.commons.net.tftp.TFTP
The default number of milliseconds to wait to receive a datagram before timing out.
DefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.net.DatagramSocket constructors.
DefaultFTPFileEntryParserFactory - class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
This is the default implementation of the FTPFileEntryParserFactory interface.
DefaultFTPFileListParser - class org.apache.commons.net.ftp.DefaultFTPFileListParser
DefaultFTPFileListParser is the default implementation of FTPFileListParser used by FTPClient to parse file listings.
DefaultSocketFactory - class org.apache.commons.net.DefaultSocketFactory
DefaultSocketFactory implements the SocketFactory interface by simply wrapping the java.net.Socket and java.net.ServerSocket constructors.
DELE - static field in class org.apache.commons.net.ftp.FTPCommand
DELE - static field in class org.apache.commons.net.pop3.POP3Command
Delete message(s).
dele(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP DELE command to the server, receive the reply, and return the reply code.
DELETE - static field in class org.apache.commons.net.ftp.FTPCommand
deleteFile(String) - method in class org.apache.commons.net.ftp.FTPClient
Deletes a file on the FTP server.
deleteMessage(int) - method in class org.apache.commons.net.pop3.POP3Client
Delete a message from the POP3 server.
deleteOptionHandler(int) - method in class org.apache.commons.net.telnet.TelnetClient
Unregisters a TelnetOptionHandler.
DIRECTORY_STATUS - static field in class org.apache.commons.net.ftp.FTPReply
DIRECTORY_TYPE - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating an FTPFile is a directory.
discardPackets() - method in class org.apache.commons.net.tftp.TFTP
This method synchronizes a connection by discarding all packets that may be in the local socket buffer.
DiscardTCPClient - class org.apache.commons.net.DiscardTCPClient
The DiscardTCPClient class is a TCP implementation of a client for the Discard protocol described in RFC 863.
DiscardTCPClient() - constructor for class org.apache.commons.net.DiscardTCPClient
The default DiscardTCPClient constructor.
DiscardUDPClient - class org.apache.commons.net.DiscardUDPClient
The DiscardUDPClient class is a UDP implementation of a client for the Discard protocol described in RFC 863.
DiscardUDPClient() - constructor for class org.apache.commons.net.DiscardUDPClient
disconnect() - method in class org.apache.commons.net.ftp.FTP
Closes the control connection to the FTP server and sets to null some internal data so that the memory may be reclaimed by the garbage collector.
disconnect() - method in class org.apache.commons.net.ftp.FTPClient
Closes the connection to the FTP server and restores connection parameters to the default values.
disconnect() - method in class org.apache.commons.net.nntp.NNTP
Closes the connection to the NNTP server and sets to null some internal data so that the memory may be reclaimed by the garbage collector.
disconnect() - method in class org.apache.commons.net.pop3.POP3
Disconnects the client from the server, and sets the state to DISCONNECTED_STATE .
disconnect() - method in class org.apache.commons.net.bsd.RExecClient
Disconnects from the server, closing all associated open sockets and streams.
disconnect() - method in class org.apache.commons.net.smtp.SMTP
Closes the connection to the SMTP server and sets to null some internal data so that the memory may be reclaimed by the garbage collector.
disconnect() - method in class org.apache.commons.net.SocketClient
Disconnects the socket connection.
disconnect() - method in class org.apache.commons.net.telnet.TelnetClient
Disconnects the telnet session, closing the input and output streams as well as the socket.
DISCONNECTED_STATE - static field in class org.apache.commons.net.pop3.POP3
A constant representing the state where the client is not yet connected to a POP3 server.
DM - static field in class org.apache.commons.net.telnet.TelnetCommand
Data mark code.
DO - static field in class org.apache.commons.net.telnet.TelnetCommand
Request to use option code.
DONT - static field in class org.apache.commons.net.telnet.TelnetCommand
Don't use option code.
DotTerminatedMessageReader - class org.apache.commons.net.io.DotTerminatedMessageReader
DotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by a <CR><LF> sequence and with double dots appearing at the begining of lines which do not signal end of message yet start with a dot.
DotTerminatedMessageReader(Reader) - constructor for class org.apache.commons.net.io.DotTerminatedMessageReader
Creates a DotTerminatedMessageReader that wraps an existing Reader input source.
DotTerminatedMessageWriter - class org.apache.commons.net.io.DotTerminatedMessageWriter
DotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by a <CR><LF> sequence and with double dots appearing at the begining of lines which do not signal end of message yet start with a dot.
DotTerminatedMessageWriter(Writer) - constructor for class org.apache.commons.net.io.DotTerminatedMessageWriter
Creates a DotTerminatedMessageWriter that wraps an existing Writer output destination.

E

EBCDIC_FILE_TYPE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate the file(s) being transfered should be treated as EBCDIC.
EC - static field in class org.apache.commons.net.telnet.TelnetCommand
Erase Character code.
ECHO - static field in class org.apache.commons.net.telnet.TelnetOption
EchoOptionHandler - class org.apache.commons.net.telnet.EchoOptionHandler
Implements the telnet echo option RFC 857.
EchoOptionHandler() - constructor for class org.apache.commons.net.telnet.EchoOptionHandler
Constructor for the EchoOptionHandler.
EchoOptionHandler(boolean,boolean,boolean,boolean) - constructor for class org.apache.commons.net.telnet.EchoOptionHandler
Constructor for the EchoOptionHandler.
EchoTCPClient - class org.apache.commons.net.EchoTCPClient
The EchoTCPClient class is a TCP implementation of a client for the Echo protocol described in RFC 862.
EchoTCPClient() - constructor for class org.apache.commons.net.EchoTCPClient
The default EchoTCPClient constructor.
EchoUDPClient - class org.apache.commons.net.EchoUDPClient
The EchoUDPClient class is a UDP implementation of a client for the Echo protocol described in RFC 862.
EL - static field in class org.apache.commons.net.telnet.TelnetCommand
Erase Line code.
ENCRYPTION - static field in class org.apache.commons.net.telnet.TelnetOption
END_OF_RECORD - static field in class org.apache.commons.net.telnet.TelnetOption
endBufferedOps() - method in class org.apache.commons.net.tftp.TFTP
Releases the resources used to perform buffered sends and receives.
ENTERING_PASSIVE_MODE - static field in class org.apache.commons.net.ftp.FTPReply
enterLocalActiveMode() - method in class org.apache.commons.net.ftp.FTPClient
Set the current data connection mode to ACTIVE_LOCAL_DATA_CONNECTION_MODE.
enterLocalPassiveMode() - method in class org.apache.commons.net.ftp.FTPClient
Set the current data connection mode to PASSIVE_LOCAL_DATA_CONNECTION_MODE .
EnterpriseUnixFTPEntryParser - class org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParser
Parser for the Connect Enterprise Unix FTP Server From Sterling Commerce.
EnterpriseUnixFTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParser
The sole constructor for a EnterpriseUnixFTPEntryParser object.
enterRemoteActiveMode(InetAddress,int) - method in class org.apache.commons.net.ftp.FTPClient
Set the current data connection mode to ACTIVE_REMOTE_DATA_CONNECTION .
enterRemotePassiveMode() - method in class org.apache.commons.net.ftp.FTPClient
Set the current data connection mode to PASSIVE_REMOTE_DATA_CONNECTION_MODE .
EOF - static field in class org.apache.commons.net.telnet.TelnetCommand
End of file code.
EOR - static field in class org.apache.commons.net.telnet.TelnetCommand
End of record code.
equals(Object) - method in class org.apache.commons.net.ntp.TimeStamp
Compares this object against the specified object.
ERROR - static field in class org.apache.commons.net.pop3.POP3Reply
The reply code indicating failure of an operation.
ERROR - static field in class org.apache.commons.net.tftp.TFTPPacket
This is the actual TFTP spec identifier and is equal to 5.
EXECUTE_PERMISSION - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating file execute permission or directory listing permission.
EXPAND - static field in class org.apache.commons.net.smtp.SMTPCommand
EXPN - static field in class org.apache.commons.net.smtp.SMTPCommand
expn(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP VRFY command to the server, receive the reply, and return the reply code.
EXTENDED_ASCII - static field in class org.apache.commons.net.telnet.TelnetOption
EXTENDED_OPTIONS_LIST - static field in class org.apache.commons.net.telnet.TelnetOption

F

FILE_ACTION_NOT_TAKEN - static field in class org.apache.commons.net.ftp.FTPReply
FILE_ACTION_OK - static field in class org.apache.commons.net.ftp.FTPReply
FILE_ACTION_PENDING - static field in class org.apache.commons.net.ftp.FTPReply
FILE_EXISTS - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The file already exists error code according to RFC 783, value 6.
FILE_NAME_NOT_ALLOWED - static field in class org.apache.commons.net.ftp.FTPReply
FILE_NOT_FOUND - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The file not found error code according to RFC 783, value 1.
FILE_STATUS - static field in class org.apache.commons.net.ftp.FTPReply
FILE_STATUS_OK - static field in class org.apache.commons.net.ftp.FTPReply
FILE_STRUCTURE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a file is to be treated as a continuous sequence of bytes.
FILE_STRUCTURE - static field in class org.apache.commons.net.ftp.FTPCommand
FILE_TYPE - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating an FTPFile is a file.
FILE_UNAVAILABLE - static field in class org.apache.commons.net.ftp.FTPReply
FingerClient - class org.apache.commons.net.FingerClient
The FingerClient class implements the client side of the Internet Finger Protocol defined in RFC 1288.
FingerClient() - constructor for class org.apache.commons.net.FingerClient
The default FingerClient constructor.
fireCommandSent(String,String) - method in class org.apache.commons.net.ProtocolCommandSupport
Fires a ProtocolCommandEvent signalling the sending of a command to all registered listeners, invoking their protocolCommandSent() methods.
fireReplyReceived(int,String) - method in class org.apache.commons.net.ProtocolCommandSupport
Fires a ProtocolCommandEvent signalling the reception of a command reply to all registered listeners, invoking their protocolReplyReceived() methods.
flush() - method in class org.apache.commons.net.io.DotTerminatedMessageWriter
Flushes the underlying output, writing all buffered output.
FORCE_LOGOUT - static field in class org.apache.commons.net.telnet.TelnetOption
forwardArticle(String) - method in class org.apache.commons.net.nntp.NNTPClient
FromNetASCIIInputStream - class org.apache.commons.net.io.FromNetASCIIInputStream
This class wraps an input stream, replacing all occurrences of <CR><LF> (carriage return followed by a linefeed), which is the NETASCII standard for representing a newline, with the local line separator representation.
FromNetASCIIInputStream(InputStream) - constructor for class org.apache.commons.net.io.FromNetASCIIInputStream
Creates a FromNetASCIIInputStream instance that wraps an existing InputStream.
FromNetASCIIOutputStream - class org.apache.commons.net.io.FromNetASCIIOutputStream
This class wraps an output stream, replacing all occurrences of <CR><LF> (carriage return followed by a linefeed), which is the NETASCII standard for representing a newline, with the local line separator representation.
FromNetASCIIOutputStream(OutputStream) - constructor for class org.apache.commons.net.io.FromNetASCIIOutputStream
Creates a FromNetASCIIOutputStream instance that wraps an existing OutputStream.
FTP - class org.apache.commons.net.ftp.FTP
FTP provides the basic the functionality necessary to implement your own FTP client.
FTP() - constructor for class org.apache.commons.net.ftp.FTP
The default FTP constructor.
FTPClient - class org.apache.commons.net.ftp.FTPClient
FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.
FTPClient() - constructor for class org.apache.commons.net.ftp.FTPClient
Default FTPClient constructor.
FTPClientConfig - class org.apache.commons.net.ftp.FTPClientConfig
This class implements an alternate means of configuring the FTPClient object and also subordinate objects which it uses.
FTPClientConfig() - constructor for class org.apache.commons.net.ftp.FTPClientConfig
Convenience constructor mainly for use in testing.
FTPClientConfig(String) - constructor for class org.apache.commons.net.ftp.FTPClientConfig
The main constructor for an FTPClientConfig object
FTPClientConfig(String,String,String,String,String,String) - constructor for class org.apache.commons.net.ftp.FTPClientConfig
Constructor which allows setting of all member fields
FTPCommand - class org.apache.commons.net.ftp.FTPCommand
FTPCommand stores a set of constants for FTP command codes.
FTPConnectionClosedException is used to indicate the premature or unexpected closing of an FTP connection resulting from a FTPReply.SERVICE_NOT_AVAILABLE response (FTP reply code 421) to a failed FTP command.
FTPConnectionClosedException() - constructor for class org.apache.commons.net.ftp.FTPConnectionClosedException
Constructs a FTPConnectionClosedException with no message **
FTPConnectionClosedException(String) - constructor for class org.apache.commons.net.ftp.FTPConnectionClosedException
Constructs a FTPConnectionClosedException with a specified message.
FTPFile - class org.apache.commons.net.ftp.FTPFile
The FTPFile class is used to represent information about files stored on an FTP server.
FTPFile() - constructor for class org.apache.commons.net.ftp.FTPFile
Creates an empty FTPFile.
FTPFileEntryParser - interface org.apache.commons.net.ftp.FTPFileEntryParser
FTPFileEntryParser defines the interface for parsing a single FTP file listing and converting that information into an FTPFile instance.
FTPFileEntryParserFactory - interface org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory
The interface describes a factory for creating FTPFileEntryParsers.
FTPFileEntryParserImpl - class org.apache.commons.net.ftp.FTPFileEntryParserImpl
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
FTPFileEntryParserImpl() - constructor for class org.apache.commons.net.ftp.FTPFileEntryParserImpl
The constructor for a FTPFileEntryParserImpl object.
FTPFileIterator - class org.apache.commons.net.ftp.FTPFileIterator
This class implements a bidirectional iterator over an FTPFileList.
FTPFileList - class org.apache.commons.net.ftp.FTPFileList
This class encapsulates a listing of files from an FTP server.
FTPFileListParser - interface org.apache.commons.net.ftp.FTPFileListParser
FTPFileListParser defines the interface for parsing FTP file listings and converting that information into an array of FTPFile instances.
FTPFileListParserImpl - class org.apache.commons.net.ftp.FTPFileListParserImpl
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
FTPFileListParserImpl(String) - constructor for class org.apache.commons.net.ftp.FTPFileListParserImpl
The constructor for a FTPFileListParserImpl object.
FTPListParseEngine - class org.apache.commons.net.ftp.FTPListParseEngine
This class handles the entire process of parsing a listing of file entries from the server.
FTPReply - class org.apache.commons.net.ftp.FTPReply
FTPReply stores a set of constants for FTP reply codes.
FTPTimestampParser - interface org.apache.commons.net.ftp.parser.FTPTimestampParser
This interface specifies the concept of parsing an FTP server's timestamp.
FTPTimestampParserImpl - class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
Default implementation of the FTPTimestampParser interface also implements the Configurable interface to allow the parsing to be configured from the outside.
FTPTimestampParserImpl() - constructor for class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
The only constructor for this class.

G

GA - static field in class org.apache.commons.net.telnet.TelnetCommand
Go Ahead code.
getAcceptLocal() - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Returns a boolean indicating whether to accept a DO request coming from the other end.
getAcceptRemote() - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Returns a boolean indicating whether to accept a WILL request coming from the other end.
getAdditionalReply() - method in class org.apache.commons.net.pop3.POP3
Retrieves the additional lines of a multi-line server reply.
getAddress() - method in class org.apache.commons.net.tftp.TFTPPacket
Returns the address of the host where the packet is going to be sent or where it came from.
getArticleCount() - method in class org.apache.commons.net.nntp.NewsgroupInfo
Get the estimated number of articles in the newsgroup.
getArticleId() - method in class org.apache.commons.net.nntp.Article
getArticleNumber() - method in class org.apache.commons.net.nntp.Article
getBlockNumber() - method in class org.apache.commons.net.tftp.TFTPAckPacket
Returns the block number of the acknowledgement.
getBlockNumber() - method in class org.apache.commons.net.tftp.TFTPDataPacket
Returns the block number of the data packet.
getBufferSize() - method in class org.apache.commons.net.ftp.FTPClient
Retrieve the current internal buffer size.
getBytesTransferred() - method in class org.apache.commons.net.io.CopyStreamEvent
Returns the number of bytes transferred by the write that triggered the event.
getCommand() - method in class org.apache.commons.net.ProtocolCommandEvent
Returns the string representation of the command type sent (e.g., "STAT" or "GET").
getCommand(int) - static method in class org.apache.commons.net.ftp.FTPCommand
Retrieve the FTP protocol command string corresponding to a specified command code.
getCommand(int) - static method in class org.apache.commons.net.nntp.NNTPCommand
Retrieve the NNTP protocol command string corresponding to a specified command code.
getCommand(int) - static method in class org.apache.commons.net.pop3.POP3Command
Get the POP3 protocol string command corresponding to a command code.
getCommand(int) - static method in class org.apache.commons.net.smtp.SMTPCommand
Retrieve the SMTP protocol command string corresponding to a specified command code.
getCommand(int) - static method in class org.apache.commons.net.telnet.TelnetCommand
Returns the string representation of the telnet protocol command corresponding to the given command code.
getComments() - method in class org.apache.commons.net.ntp.TimeInfo
Return list of comments (if any) during processing of NTP packet.
getControlEncoding() - method in class org.apache.commons.net.ftp.FTP
getCurrentTime() - static method in class org.apache.commons.net.ntp.TimeStamp
Constructs a NTP timestamp object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
getData() - method in class org.apache.commons.net.tftp.TFTPDataPacket
Returns the byte array containing the packet data.
getDataConnectionMode() - method in class org.apache.commons.net.ftp.FTPClient
Returns the current data connection mode (one of the _DATA_CONNECTION_MODE constants.
getDatagramPacket() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns the datagram packet with the NTP details already filled in.
getDatagramPacket() - method in class org.apache.commons.net.ntp.NtpV3Packet
getDataLength() - method in class org.apache.commons.net.tftp.TFTPDataPacket
Returns the length of the data part of the data packet.
getDataOffset() - method in class org.apache.commons.net.tftp.TFTPDataPacket
Returns the offset into the byte array where the packet data actually starts.
getDate() - method in class org.apache.commons.net.nntp.Article
getDate() - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Return the NNTP query formatted date (year, month, day in the form YYMMDD.
getDate() - method in class org.apache.commons.net.ntp.TimeStamp
Convert NTP timestamp to Java Date object.
getDate() - method in class org.apache.commons.net.TimeTCPClient
Retrieves the time from the server and returns a Java Date containing the time converted to the local timezone.
getDate(InetAddress) - method in class org.apache.commons.net.TimeUDPClient
Same as getTime(host, DEFAULT_PORT); **
getDate(InetAddress,int) - method in class org.apache.commons.net.TimeUDPClient
Retrieves the time from the server and returns a Java Date containing the time converted to the local timezone.
getDateFormatSymbols(String) - static method in class org.apache.commons.net.ftp.FTPClientConfig
Returns a DateFormatSymbols object configured with short month names as in the supplied string
getDefaultConfiguration() - method in class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without a FTPClientConfig parameter being specified.
getDefaultConfiguration() - method in class org.apache.commons.net.ftp.parser.MVSFTPEntryParser
Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without a FTPClientConfig parameter being specified.
getDefaultConfiguration() - method in class org.apache.commons.net.ftp.parser.NTFTPEntryParser
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
getDefaultConfiguration() - method in class org.apache.commons.net.ftp.parser.OS2FTPEntryParser
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
getDefaultConfiguration() - method in class org.apache.commons.net.ftp.parser.OS400FTPEntryParser
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
getDefaultConfiguration() - method in class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
getDefaultConfiguration() - method in class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
getDefaultDateFormat() - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
getDefaultDateFormatStr() - method in class org.apache.commons.net.ftp.FTPClientConfig
getter for the defaultDateFormatStr property.
getDefaultDateFormatString() - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
getDefaultPort() - method in class org.apache.commons.net.SocketClient
Returns the current value of the default port (stored in _defaultPort_).
getDefaultTimeout() - method in class org.apache.commons.net.DatagramSocketClient
Returns the default timeout in milliseconds that is used when opening a socket.
getDefaultTimeout() - method in class org.apache.commons.net.SocketClient
Returns the default timeout in milliseconds that is used when opening a socket.
getDelay() - method in class org.apache.commons.net.ntp.TimeInfo
Get round-trip network delay.
getDistributions() - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Return the comma separated list of distributions.
getError() - method in class org.apache.commons.net.tftp.TFTPErrorPacket
Returns the error code of the packet.
getErrorStream() - method in class org.apache.commons.net.bsd.RExecClient
Returns the InputStream from which the standard error of the remote process can be read if a separate error stream is requested from the server.
getFilename() - method in class org.apache.commons.net.tftp.TFTPRequestPacket
Returns the requested filename.
getFiles() - method in class org.apache.commons.net.ftp.FTPFileIterator
Returns a list of FTPFile objects for ALL files listed in the server's LIST output.
getFiles() - method in class org.apache.commons.net.ftp.FTPFileList
returns an array of FTPFile objects for all the files in the directory listing
getFiles() - method in class org.apache.commons.net.ftp.FTPListParseEngine
Returns an array of FTPFile objects containing the whole list of files returned by the server as read by this object's parser.
getFirstArticle() - method in class org.apache.commons.net.nntp.NewsgroupInfo
Get the number of the first article in the newsgroup.
getFraction() - method in class org.apache.commons.net.ntp.TimeStamp
Returns low-order 32-bits representing the fractional seconds.
getFrom() - method in class org.apache.commons.net.nntp.Article
getFromAddress() - method in class org.apache.commons.net.nntp.SimpleNNTPHeader
Returns the address used in the From: header field.
getGroup() - method in class org.apache.commons.net.ftp.FTPFile
Returns the name of the group owning the file.
getGroupCnt() - method in class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
Convenience method delegates to the internal MatchResult's groups() method.
getGroupsAsString() - method in class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
For debugging purposes - returns a string shows each match group by number.
getHardLinkCount() - method in class org.apache.commons.net.ftp.FTPFile
Return the number of hard links to this file.
getHostAddress(int) - static method in class org.apache.commons.net.ntp.NtpUtils
Returns 32-bit integer address to IPv4 address string "%d.%d.%d.%d" format.
getInitLocal() - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Returns a boolean indicating whether to send a WILL request to the other end upon connection.
getInitRemote() - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Returns a boolean indicating whether to send a DO request to the other end upon connection.
getInputStream() - method in class org.apache.commons.net.CharGenTCPClient
Returns an InputStream from which the server generated data can be read.
getInputStream() - method in class org.apache.commons.net.EchoTCPClient
Returns an InputStream from which you may read echoed data from the server.
getInputStream() - method in class org.apache.commons.net.bsd.RExecClient
Returns the InputStream from which the standard outputof the remote process can be read.
getInputStream() - method in class org.apache.commons.net.telnet.TelnetClient
Returns the telnet connection input stream.
getInputStream(boolean) - method in class org.apache.commons.net.FingerClient
Fingers the connected host and returns the input stream from the network connection of the finger query.
getInputStream(boolean,String) - method in class org.apache.commons.net.FingerClient
Fingers a user and returns the input stream from the network connection of the finger query.
getInputStream(String) - method in class org.apache.commons.net.WhoisClient
Queries the connected whois server for information regarding the given handle and returns the InputStream of the network connection.
getIOException() - method in class org.apache.commons.net.io.CopyStreamException
Returns the IOException responsible for the failure of a copy operation.
getLastArticle() - method in class org.apache.commons.net.nntp.NewsgroupInfo
Get the number of the last article in the newsgroup.
getLeapIndicator() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns leap indicator as defined in RFC-1305 which is a two-bit code: 0=no warning 1=last minute has 61 seconds 2=last minute has 59 seconds 3=alarm condition (clock not synchronized)
getLeapIndicator() - method in class org.apache.commons.net.ntp.NtpV3Packet
getLink() - method in class org.apache.commons.net.ftp.FTPFile
If the FTPFile is a symbolic link, this method returns the name of the file being pointed to by the symbolic link.
getListenerCount() - method in class org.apache.commons.net.util.ListenerList
getListenerCount() - method in class org.apache.commons.net.ProtocolCommandSupport
Returns the number of ProtocolCommandListeners currently registered.
getListeners() - method in class org.apache.commons.net.util.ListenerList
getLocalAddress() - method in class org.apache.commons.net.DatagramSocketClient
Returns the local address to which the client's socket is bound.
getLocalAddress() - method in class org.apache.commons.net.SocketClient
Returns the local address to which the client's socket is bound.
getLocalOptionState(int) - method in class org.apache.commons.net.telnet.TelnetClient
Returns the state of the option on the local side.
getLocalPort() - method in class org.apache.commons.net.DatagramSocketClient
Returns the port number of the open socket on the local host used for the connection.
getLocalPort() - method in class org.apache.commons.net.SocketClient
Returns the port number of the open socket on the local host used for the connection.
getMaxTimeouts() - method in class org.apache.commons.net.tftp.TFTPClient
Returns the maximum number of times a receive attempt is allowed to timeout before ending attempts to retry the receive and failing.
getMessage() - method in class org.apache.commons.net.telnet.InvalidTelnetOptionException
Gets the error message of ths exception.
getMessage() - method in class org.apache.commons.net.ProtocolCommandEvent
Returns the entire message sent to or received from the server.
getMessage() - method in class org.apache.commons.net.tftp.TFTPErrorPacket
Returns the error message of the packet.
getMessage() - method in class org.apache.commons.net.ntp.TimeInfo
Returns NTP message packet.
getMode() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns mode as defined in RFC-1305 which is a 3-bit integer whose value is indicated by the MODE_xxx parameters.
getMode() - method in class org.apache.commons.net.ntp.NtpV3Packet
getMode() - method in class org.apache.commons.net.tftp.TFTPRequestPacket
Returns the transfer mode of the request.
getModeName() - method in class org.apache.commons.net.ntp.NtpV3Impl
Return human-readable name of message mode type as described in RFC 1305.
getModeName() - method in class org.apache.commons.net.ntp.NtpV3Packet
getModeName(int) - static method in class org.apache.commons.net.ntp.NtpUtils
Return human-readable name of message mode type (RFC 1305).
getModeName(int) - static method in class org.apache.commons.net.tftp.TFTP
Returns the TFTP string representation of a TFTP transfer mode.
getName() - method in class org.apache.commons.net.ftp.FTPFile
Return the name of the file.
getNewsgroup() - method in class org.apache.commons.net.nntp.NewsgroupInfo
Get the newsgroup name.
getNewsgroups() - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Return the comma separated list of newsgroups.
getNewsgroups() - method in class org.apache.commons.net.nntp.SimpleNNTPHeader
Returns the contents of the Newsgroups: header field.
getNext(int) - method in class org.apache.commons.net.ftp.FTPFileIterator
Returns an array of at most quantityRequested FTPFile objects starting at this iterator's current position within its associated list.
getNext(int) - method in class org.apache.commons.net.ftp.FTPListParseEngine
Returns an array of at most quantityRequested FTPFile objects starting at this object's internal iterator's current position.
getNtpTime(long) - static method in class org.apache.commons.net.ntp.TimeStamp
Helper method to convert Java time to NTP timestamp object.
getOffset() - method in class org.apache.commons.net.ntp.TimeInfo
Get clock offset needed to adjust local clock to match remote clock.
getOption(int) - static method in class org.apache.commons.net.telnet.TelnetOption
Returns the string representation of the telnet protocol option corresponding to the given option code.
getOptionCode() - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Returns the option code for this option.
getOriginateTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns the originate time as defined in RFC-1305.
getOriginateTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Packet
getOutputStream() - method in class org.apache.commons.net.DiscardTCPClient
Returns an OutputStream through which you may write data to the server.
getOutputStream() - method in class org.apache.commons.net.bsd.RExecClient
Returns the OutputStream through which the standard input of the remote process can be written.
getOutputStream() - method in class org.apache.commons.net.telnet.TelnetClient
Returns the telnet connection output stream.
getPassiveHost() - method in class org.apache.commons.net.ftp.FTPClient
Returns the hostname or IP address (in the form of a string) returned by the server when entering passive mode.
getPassivePort() - method in class org.apache.commons.net.ftp.FTPClient
If in passive mode, returns the data port of the passive host.
getPoll() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns poll interval as defined in RFC-1305, which is an eight-bit signed integer indicating the maximum interval between successive messages, in seconds to the nearest power of two (e.g.
getPoll() - method in class org.apache.commons.net.ntp.NtpV3Packet
getPort() - method in class org.apache.commons.net.tftp.TFTPPacket
Returns the port where the packet is going to be sent or where it came from.
getPostingPermission() - method in class org.apache.commons.net.nntp.NewsgroupInfo
Get the posting permission of the newsgroup.
getPrecision() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns precision as defined in RFC-1305 encoded as an 8-bit signed integer (seconds to nearest power of two).
getPrecision() - method in class org.apache.commons.net.ntp.NtpV3Packet
getPrevious(int) - method in class org.apache.commons.net.ftp.FTPFileIterator
Returns an array of at most quantityRequested FTPFile objects starting at the position preceding this iterator's current position within its associated list.
getPrevious(int) - method in class org.apache.commons.net.ftp.FTPListParseEngine
Returns an array of at most quantityRequested FTPFile objects starting at this object's internal iterator's current position, and working back toward the beginning.
getRawListing() - method in class org.apache.commons.net.ftp.FTPFile
Get the original FTP server raw listing used to initialize the FTPFile.
getReaderThread() - method in class org.apache.commons.net.telnet.TelnetClient
Gets the status of the reader thread.
getReceiveTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns receive timestamp as defined in RFC-1305.
getReceiveTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Packet
getRecentDateFormat() - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
getRecentDateFormatStr() - method in class org.apache.commons.net.ftp.FTPClientConfig
getter for the recentDateFormatStr property.
getRecentDateFormatString() - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
getRefAddress(org.apache.commons.net.ntp.NtpV3Packet) - static method in class org.apache.commons.net.ntp.NtpUtils
Returns NTP packet reference identifier as IP address.
getReferenceClock(org.apache.commons.net.ntp.NtpV3Packet) - static method in class org.apache.commons.net.ntp.NtpUtils
Get refId as reference clock string (e.g.
getReferenceId() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns the reference id as defined in RFC-1305, which is a 32-bit integer whose value is dependent on several criteria.
getReferenceId() - method in class org.apache.commons.net.ntp.NtpV3Packet
getReferenceIdString() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns the reference id string.
getReferenceIdString() - method in class org.apache.commons.net.ntp.NtpV3Packet
getReferences() - method in class org.apache.commons.net.nntp.Article
Returns the MessageId references as an array of Strings
getReferenceTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns the reference time as defined in RFC-1305.
getReferenceTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Packet
getRemoteAddress() - method in class org.apache.commons.net.SocketClient
getRemoteOptionState(int) - method in class org.apache.commons.net.telnet.TelnetClient
Returns the state of the option on the remote side.
getRemotePort() - method in class org.apache.commons.net.SocketClient
Returns the port number of the remote host to which the client is connected.
getReply() - method in class org.apache.commons.net.ftp.FTP
Fetches a reply from the FTP server and returns the integer reply code.
getReply() - method in class org.apache.commons.net.nntp.NNTP
Fetches a reply from the NNTP server and returns the integer reply code.
getReply() - method in class org.apache.commons.net.smtp.SMTP
Fetches a reply from the SMTP server and returns the integer reply code.
getReplyCode() - method in class org.apache.commons.net.ftp.FTP
Returns the integer value of the reply code of the last FTP reply.
getReplyCode() - method in class org.apache.commons.net.nntp.NNTP
Returns the integer value of the reply code of the last NNTP reply.
getReplyCode() - method in class org.apache.commons.net.ProtocolCommandEvent
Returns the reply code of the received server reply.
getReplyCode() - method in class org.apache.commons.net.smtp.SMTP
Returns the integer value of the reply code of the last SMTP reply.
getReplyString() - method in class org.apache.commons.net.ftp.FTP
Returns the entire text of the last FTP server response exactly as it was received, including all end of line markers in NETASCII format.
getReplyString() - method in class org.apache.commons.net.nntp.NNTP
Returns the entire text of the last NNTP server response exactly as it was received, not including the end of line marker.
getReplyString() - method in class org.apache.commons.net.pop3.POP3
Returns the reply to the last command sent to the server.
getReplyString() - method in class org.apache.commons.net.smtp.SMTP
Returns the entire text of the last SMTP server response exactly as it was received, including all end of line markers in NETASCII format.
getReplyStrings() - method in class org.apache.commons.net.ftp.FTP
Returns the lines of text from the last FTP server response as an array of strings, one entry per line.
getReplyStrings() - method in class org.apache.commons.net.pop3.POP3
Returns an array of lines received as a reply to the last command sent to the server.
getReplyStrings() - method in class org.apache.commons.net.smtp.SMTP
Returns the lines of text from the last SMTP server response as an array of strings, one entry per line.
getRestartOffset() - method in class org.apache.commons.net.ftp.FTPClient
Fetches the restart offset.
getReturnTime() - method in class org.apache.commons.net.ntp.TimeInfo
Returns time at which time message packet was received by local machine.
getRootCause() - method in class org.apache.commons.net.ftp.parser.ParserInitializationException
returns the root cause of this exception or null if no root cause was specified.
getRootDelay() - method in class org.apache.commons.net.ntp.NtpV3Impl
Return root delay as defined in RFC-1305, which is the total roundtrip delay to the primary reference source, in seconds.
getRootDelay() - method in class org.apache.commons.net.ntp.NtpV3Packet
getRootDelayInMillisDouble() - method in class org.apache.commons.net.ntp.NtpV3Impl
Return root delay as defined in RFC-1305 in milliseconds, which is the total roundtrip delay to the primary reference source, in seconds.
getRootDelayInMillisDouble() - method in class org.apache.commons.net.ntp.NtpV3Packet
getRootDispersion() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns root dispersion as defined in RFC-1305.
getRootDispersion() - method in class org.apache.commons.net.ntp.NtpV3Packet
getRootDispersionInMillis() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns root dispersion (as defined in RFC-1305) in milliseconds.
getRootDispersionInMillis() - method in class org.apache.commons.net.ntp.NtpV3Packet
getRootDispersionInMillisDouble() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns root dispersion (as defined in RFC-1305) in milliseconds as double precision value.
getRootDispersionInMillisDouble() - method in class org.apache.commons.net.ntp.NtpV3Packet
getSeconds() - method in class org.apache.commons.net.ntp.TimeStamp
Returns high-order 32-bits representing the seconds of this NTP timestamp.
getServerLanguageCode() - method in class org.apache.commons.net.ftp.FTPClientConfig
getter for the serverLanguageCode property.
getServerSystemKey() - method in class org.apache.commons.net.ftp.FTPClientConfig
Getter for the serverSystemKey property.
getServerTimeZone() - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
getServerTimeZoneId() - method in class org.apache.commons.net.ftp.FTPClientConfig
getter for the serverTimeZoneId property.
getShortMonthNames() - method in class org.apache.commons.net.ftp.FTPClientConfig
getter for the shortMonthNames property.
getShortMonths() - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
getSize() - method in class org.apache.commons.net.ftp.FTPFile
Return the file size in bytes.
getSoLinger() - method in class org.apache.commons.net.SocketClient
Returns the current SO_LINGER timeout of the currently opened socket.
getSoTimeout() - method in class org.apache.commons.net.DatagramSocketClient
Returns the timeout in milliseconds of the currently opened socket.
getSoTimeout() - method in class org.apache.commons.net.SocketClient
Returns the timeout in milliseconds of the currently opened socket.
getState() - method in class org.apache.commons.net.pop3.POP3
Returns the current POP3 client state.
getStatus() - method in class org.apache.commons.net.ftp.FTPClient
Issue the FTP STAT command to the server.
getStatus(String) - method in class org.apache.commons.net.ftp.FTPClient
Issue the FTP STAT command to the server for a given pathname.
getStratum() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns Stratum as defined in RFC-1305, which indicates the stratum level of the local clock, with values defined as follows: 0=unspecified, 1=primary ref clock, and all others a secondary reference (via NTP).
getStratum() - method in class org.apache.commons.net.ntp.NtpV3Packet
getStreamSize() - method in class org.apache.commons.net.io.CopyStreamEvent
Returns the size of the stream being copied.
getSubject() - method in class org.apache.commons.net.nntp.Article
getSubject() - method in class org.apache.commons.net.nntp.SimpleNNTPHeader
Returns the subject used in the Subject: header field.
getSupportedLanguageCodes() - static method in class org.apache.commons.net.ftp.FTPClientConfig
Returns a Collection of all the language codes currently supported by this class.
getSystemName() - method in class org.apache.commons.net.ftp.FTPClient
Fetches the system type name from the server and returns the string.
getTcpNoDelay() - method in class org.apache.commons.net.SocketClient
Returns true if Nagle's algorithm is enabled on the currently opened socket.
getTime() - method in class org.apache.commons.net.DaytimeTCPClient
Retrieves the time string from the server and returns it.
getTime() - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Return the NNTP query formatted time (hour, minutes, seconds in the form HHMMSS.
getTime() - method in class org.apache.commons.net.ntp.TimeStamp
Convert NTP timestamp to Java standard time.
getTime() - method in class org.apache.commons.net.TimeTCPClient
Retrieves the time from the server and returns it.
getTime(InetAddress) - method in class org.apache.commons.net.DaytimeUDPClient
Same as getTime(host, DaytimeUDPClient.DEFAULT_PORT); **
getTime(InetAddress) - method in class org.apache.commons.net.ntp.NTPUDPClient
Retrieves the time information from the specified server on the default NTP port and returns it.
getTime(InetAddress) - method in class org.apache.commons.net.TimeUDPClient
Same as getTime(host, DEFAULT_PORT); **
getTime(InetAddress,int) - method in class org.apache.commons.net.DaytimeUDPClient
Retrieves the time string from the specified server and port and returns it.
getTime(InetAddress,int) - method in class org.apache.commons.net.ntp.NTPUDPClient
Retrieves the time information from the specified server and port and returns it.
getTime(InetAddress,int) - method in class org.apache.commons.net.TimeUDPClient
Retrieves the time from the specified server and port and returns it.
getTime(long) - static method in class org.apache.commons.net.ntp.TimeStamp
Convert 64-bit NTP timestamp to Java standard time.
getTimestamp() - method in class org.apache.commons.net.ftp.FTPFile
Returns the file timestamp.
getTotalBytesTransferred() - method in class org.apache.commons.net.io.CopyStreamEvent
Returns the total number of bytes transferred so far by the copy operation.
getTotalBytesTransferred() - method in class org.apache.commons.net.io.CopyStreamException
Returns the total number of bytes confirmed to have been transferred by a failed copy operation.
getTransmitTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns the transmit timestamp as defined in RFC-1305.
getTransmitTimeStamp() - method in class org.apache.commons.net.ntp.NtpV3Packet
getType() - method in class org.apache.commons.net.ftp.FTPFile
Return the type of the file (one of the _TYPE constants), e.g., if it is a directory, a regular file, or a symbolic link.
getType() - method in class org.apache.commons.net.ntp.NtpV3Impl
Return type of time packet.
getType() - method in class org.apache.commons.net.ntp.NtpV3Packet
Return type of time packet.
getType() - method in class org.apache.commons.net.tftp.TFTPPacket
Returns the type of the packet.
getUser() - method in class org.apache.commons.net.ftp.FTPFile
Returns the name of the user owning the file.
getVersion() - method in class org.apache.commons.net.ntp.NTPUDPClient
Returns the NTP protocol version number that client sets on request packet that is sent to remote host (e.g.
getVersion() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns NTP version number as defined in RFC-1305.
getVersion() - method in class org.apache.commons.net.ntp.NtpV3Packet
GROUP - static field in class org.apache.commons.net.nntp.NNTPCommand
group(int) - method in class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
Convenience method delegates to the internal MatchResult's group() method.
group(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP GROUP command to the server, receive the reply, and return the reply code.
GROUP_ACCESS - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating group access permissions.
GROUP_SELECTED - static field in class org.apache.commons.net.nntp.NNTPReply

H

hashCode() - method in class org.apache.commons.net.ntp.TimeStamp
Computes a hashcode for this Timestamp.
hasNext() - method in class org.apache.commons.net.ftp.FTPFileIterator
Method for determining whether getNext() will successfully return a non-null value.
hasNext() - method in class org.apache.commons.net.ftp.FTPListParseEngine
convenience method to allow clients to know whether this object's internal iterator's current position is at the end of the list.
hasPermission(int,int) - method in class org.apache.commons.net.ftp.FTPFile
Determines if the given access group (one of the _ACCESS constants) has the given access permission (one of the _PERMISSION constants) to the file.
hasPrevious() - method in class org.apache.commons.net.ftp.FTPFileIterator
Method for determining whether getPrevious() will successfully return a non-null value.
hasPrevious() - method in class org.apache.commons.net.ftp.FTPListParseEngine
convenience method to allow clients to know whether this object's internal iterator's current position is at the beginning of the list.
HEAD - static field in class org.apache.commons.net.nntp.NNTPCommand
head() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP HEAD command to the server, receive the initial reply, and return the reply code.
head(int) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP HEAD command to the server, receive the initial reply, and return the reply code.
head(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP HEAD command to the server, receive the initial reply, and return the reply code.
HELLO - static field in class org.apache.commons.net.smtp.SMTPCommand
HELO - static field in class org.apache.commons.net.smtp.SMTPCommand
helo(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP HELO command to the server, receive the reply, and return the reply code.
HELP - static field in class org.apache.commons.net.ftp.FTPCommand
HELP - static field in class org.apache.commons.net.nntp.NNTPCommand
HELP - static field in class org.apache.commons.net.smtp.SMTPCommand
help() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP HELP command to the server, receive the reply, and return the reply code.
help() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP HELP command to the server, receive the reply, and return the reply code.
help() - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP HELP command to the server, receive the reply, and return the reply code.
help(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP HELP command to the server, receive the reply, and return the reply code.
help(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP HELP command to the server, receive the reply, and return the reply code.
HELP_MESSAGE - static field in class org.apache.commons.net.ftp.FTPReply
HELP_MESSAGE - static field in class org.apache.commons.net.smtp.SMTPReply
HELP_TEXT_FOLLOWS - static field in class org.apache.commons.net.nntp.NNTPReply

I

IAC - static field in class org.apache.commons.net.telnet.TelnetCommand
Interpret As Command code.
identifier - field in class org.apache.commons.net.pop3.POP3MessageInfo
IHAVE - static field in class org.apache.commons.net.nntp.NNTPCommand
ihave(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP IHAVE command to the server, receive the reply, and return the reply code.
ILLEGAL_OPERATION - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The illegal TFTP operation error code according to RFC 783, value 4.
IMAGE_FILE_TYPE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate the file(s) being transfered should be treated as a binary image, i.e., no translations should be performed.
IMAGE_MODE - static field in class org.apache.commons.net.tftp.TFTP
The image transfer mode.
initiateListParsing() - method in class org.apache.commons.net.ftp.FTPClient
Using the default autodetect mechanism, initialize an FTPListParseEngine object containing a raw file information for the current working directory on the server This information is obtained through the LIST command.
initiateListParsing(String) - method in class org.apache.commons.net.ftp.FTPClient
Using the default autodetect mechanism, initialize an FTPListParseEngine object containing a raw file information for the supplied directory.
initiateListParsing(String,String) - method in class org.apache.commons.net.ftp.FTPClient
Using the supplied parser key, initialize an FTPListParseEngine object containing a raw file information for the supplied directory.
INSUFFICIENT_STORAGE - static field in class org.apache.commons.net.ftp.FTPReply
INSUFFICIENT_STORAGE - static field in class org.apache.commons.net.smtp.SMTPReply
InvalidTelnetOptionException - class org.apache.commons.net.telnet.InvalidTelnetOptionException
The InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaid option code is registered in TelnetClient with addOptionHandler.
InvalidTelnetOptionException(String,int) - constructor for class org.apache.commons.net.telnet.InvalidTelnetOptionException
Constructor for the exception.
IP - static field in class org.apache.commons.net.telnet.TelnetCommand
Interrupt Process code.
isAllowedToPost() - method in class org.apache.commons.net.nntp.NNTP
Indicates whether or not the client is allowed to post articles to the server it is currently connected to.
isCommand() - method in class org.apache.commons.net.ProtocolCommandEvent
Returns true if the ProtocolCommandEvent was generated as a result of sending a command.
isConnected() - method in class org.apache.commons.net.SocketClient
Returns true if the client is currently connected to a server.
isConversionRequired() - static method in class org.apache.commons.net.io.FromNetASCIIInputStream
Returns true if the NetASCII line separator differs from the system line separator, false if they are the same.
isDirectory() - method in class org.apache.commons.net.ftp.FTPFile
Determine if the file is a directory.
isDummy() - method in class org.apache.commons.net.nntp.Article
isDummy() - method in class org.apache.commons.net.nntp.Threadable
isFile() - method in class org.apache.commons.net.ftp.FTPFile
Determine if the file is a regular file.
isGMT() - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Return whether or not the query date should be treated as GMT.
isInformational(int) - static method in class org.apache.commons.net.nntp.NNTPReply
Determine if a reply code is an informational response.
isNegativePermanent(int) - static method in class org.apache.commons.net.ftp.FTPReply
Determine if a reply code is a negative permanent response.
isNegativePermanent(int) - static method in class org.apache.commons.net.nntp.NNTPReply
Determine if a reply code is a negative permanent response.
isNegativePermanent(int) - static method in class org.apache.commons.net.smtp.SMTPReply
Determine if a reply code is a negative permanent response.
isNegativeTransient(int) - static method in class org.apache.commons.net.ftp.FTPReply
Determine if a reply code is a negative transient response.
isNegativeTransient(int) - static method in class org.apache.commons.net.nntp.NNTPReply
Determine if a reply code is a negative transient response.
isNegativeTransient(int) - static method in class org.apache.commons.net.smtp.SMTPReply
Determine if a reply code is a negative transient response.
isOpen() - method in class org.apache.commons.net.DatagramSocketClient
Returns true if the client has a currently open socket.
isPositiveCompletion(int) - static method in class org.apache.commons.net.ftp.FTPReply
Determine if a reply code is a positive completion response.
isPositiveCompletion(int) - static method in class org.apache.commons.net.nntp.NNTPReply
Determine if a reply code is a positive completion response.
isPositiveCompletion(int) - static method in class org.apache.commons.net.smtp.SMTPReply
Determine if a reply code is a positive completion response.
isPositiveIntermediate(int) - static method in class org.apache.commons.net.ftp.FTPReply
Determine if a reply code is a positive intermediate response.
isPositiveIntermediate(int) - static method in class org.apache.commons.net.nntp.NNTPReply
Determine if a reply code is a positive intermediate response.
isPositiveIntermediate(int) - static method in class org.apache.commons.net.smtp.SMTPReply
Determine if a reply code is a positive intermediate response.
isPositivePreliminary(int) - static method in class org.apache.commons.net.ftp.FTPReply
Determine if a reply code is a positive preliminary response.
isPositivePreliminary(int) - static method in class org.apache.commons.net.smtp.SMTPReply
Determine if a reply code is a positive preliminary response.
isRemoteVerificationEnabled() - method in class org.apache.commons.net.ftp.FTPClient
Return whether or not verification of the remote host participating in data connections is enabled.
isRemoteVerificationEnabled() - method in class org.apache.commons.net.bsd.RExecClient
Return whether or not verification of the remote host providing a separate error stream is enabled.
isReply() - method in class org.apache.commons.net.ProtocolCommandEvent
Returns true if the ProtocolCommandEvent was generated as a result of receiving a reply.
isSymbolicLink() - method in class org.apache.commons.net.ftp.FTPFile
Determine if the file is a symbolic link.
isUnknown() - method in class org.apache.commons.net.ftp.FTPFile
Determine if the type of the file is unknown.
isValidCommand(int) - static method in class org.apache.commons.net.telnet.TelnetCommand
Determines if a given command code is valid.
isValidOption(int) - static method in class org.apache.commons.net.telnet.TelnetOption
Determines if a given option code is valid.
isVersioning() - method in class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
isVersioning() - method in class org.apache.commons.net.ftp.parser.VMSVersioningFTPEntryParser
iterator() - method in class org.apache.commons.net.ftp.FTPFileList
create an iterator over this list using the parser with which this list was initally created
iterator(org.apache.commons.net.ftp.FTPFileEntryParser) - method in class org.apache.commons.net.ftp.FTPFileList
create an iterator over this list using the supplied parser

K

kid - field in class org.apache.commons.net.nntp.Article

L

LAST - static field in class org.apache.commons.net.nntp.NNTPCommand
last() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP LAST command to the server, receive the reply, and return the reply code.
LI_ALARM_CONDITION - static field in class org.apache.commons.net.ntp.NtpV3Packet
LI_LAST_MINUTE_HAS_59_SECONDS - static field in class org.apache.commons.net.ntp.NtpV3Packet
LI_LAST_MINUTE_HAS_61_SECONDS - static field in class org.apache.commons.net.ntp.NtpV3Packet
LI_NO_WARNING - static field in class org.apache.commons.net.ntp.NtpV3Packet
LINEMODE - static field in class org.apache.commons.net.telnet.TelnetOption
LIST - static field in class org.apache.commons.net.ftp.FTPCommand
LIST - static field in class org.apache.commons.net.nntp.NNTPCommand
LIST - static field in class org.apache.commons.net.pop3.POP3Command
List message(s).
list() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP LIST command to the server, receive the reply, and return the reply code.
list() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP LIST command to the server, receive the reply, and return the reply code.
list(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP LIST command to the server, receive the reply, and return the reply code.
listActive(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience wrapper for the extended LIST command that takes an argument, allowing us to selectively list multiple groups.
ListenerList - class org.apache.commons.net.util.ListenerList
ListenerList() - constructor for class org.apache.commons.net.util.ListenerList
listFiles() - method in class org.apache.commons.net.ftp.FTPClient
Using the default system autodetect mechanism, obtain a list of file information for the current working directory.
listFiles(org.apache.commons.net.ftp.FTPFileListParser) - method in class org.apache.commons.net.ftp.FTPClient
Using a programmer specified FTPFileListParser , obtain a list of file information for the current working directory.
Using a programmer specified FTPFileListParser , obtain a list of file information for a directory or information for just a single file.
listFiles(String) - method in class org.apache.commons.net.ftp.FTPClient
Using the default system autodetect mechanism, obtain a list of file information for the current working directory or for just a single file.
listFiles(String,String) - method in class org.apache.commons.net.ftp.FTPClient
Using the supplied parserKey, obtain a list of file information for the current working directory or for just a single file.
listHelp() - method in class org.apache.commons.net.ftp.FTPClient
Fetches the system help information from the server and returns the full string.
listHelp() - method in class org.apache.commons.net.nntp.NNTPClient
List the command help from the server.
listHelp() - method in class org.apache.commons.net.smtp.SMTPClient
Fetches the system help information from the server and returns the full string.
listHelp(String) - method in class org.apache.commons.net.ftp.FTPClient
Fetches the help information for a given command from the server and returns the full string.
listHelp(String) - method in class org.apache.commons.net.smtp.SMTPClient
Fetches the help information for a given command from the server and returns the full string.
listMessage(int) - method in class org.apache.commons.net.pop3.POP3Client
List an individual message.
listMessages() - method in class org.apache.commons.net.pop3.POP3Client
List all messages.
listNames() - method in class org.apache.commons.net.ftp.FTPClient
Obtain a list of filenames in the current working directory This information is obtained through the NLST command.
listNames(String) - method in class org.apache.commons.net.ftp.FTPClient
Obtain a list of filenames in a directory (or just the name of a given file, which is not particularly useful).
List all new articles added to the NNTP server since a particular date subject to the conditions of the specified query.
List all new newsgroups added to the NNTP server since a particular date subject to the conditions of the specified query.
listNewsgroups() - method in class org.apache.commons.net.nntp.NNTPClient
List all newsgroups served by the NNTP server.
listNewsgroups(String) - method in class org.apache.commons.net.nntp.NNTPClient
An overloaded listNewsgroups() command that allows us to specify with a pattern what groups we want to list.
listUniqueIdentifier(int) - method in class org.apache.commons.net.pop3.POP3Client
List the unique identifier for a message.
listUniqueIdentifiers() - method in class org.apache.commons.net.pop3.POP3Client
List the unique identifiers for all messages.
LOCAL_FILE_TYPE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate the file(s) being transfered should be treated as a local type.
LOGIN - static field in class org.apache.commons.net.smtp.SMTPCommand
login() - method in class org.apache.commons.net.smtp.SMTPClient
Login to the SMTP server by sending the HELO command with the client hostname as an argument.
login(String) - method in class org.apache.commons.net.smtp.SMTPClient
Login to the SMTP server by sending the HELO command with the given hostname as an argument.
login(String,String) - method in class org.apache.commons.net.ftp.FTPClient
Login to the FTP server using the provided username and password.
login(String,String) - method in class org.apache.commons.net.pop3.POP3Client
Login to the POP3 server with the given username and password.
login(String,String,String) - method in class org.apache.commons.net.ftp.FTPClient
Login to the FTP server using the provided username, password, and account.
login(String,String,String) - method in class org.apache.commons.net.pop3.POP3Client
Login to the POP3 server with the given username and authentication information.
LOGOUT - static field in class org.apache.commons.net.ftp.FTPCommand
LOGOUT - static field in class org.apache.commons.net.smtp.SMTPCommand
logout() - method in class org.apache.commons.net.ftp.FTPClient
Logout of the FTP server by sending the QUIT command.
logout() - method in class org.apache.commons.net.nntp.NNTPClient
Logs out of the news server gracefully by sending the QUIT command.
logout() - method in class org.apache.commons.net.pop3.POP3Client
Logout of the POP3 server.
logout() - method in class org.apache.commons.net.smtp.SMTPClient
Logout of the SMTP server by sending the QUIT command.
lookupDateFormatSymbols(String) - static method in class org.apache.commons.net.ftp.FTPClientConfig
Looks up the supplied language code in the internally maintained table of language codes.

M

MAIL - static field in class org.apache.commons.net.smtp.SMTPCommand
mail(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP MAIL command to the server, receive the reply, and return the reply code.
MAIL_FROM - static field in class org.apache.commons.net.smtp.SMTPCommand
MAILBOX_NAME_NOT_ALLOWED - static field in class org.apache.commons.net.smtp.SMTPReply
MAILBOX_UNAVAILABLE - static field in class org.apache.commons.net.smtp.SMTPReply
MAKE_DIRECTORY - static field in class org.apache.commons.net.ftp.FTPCommand
makeDirectory(String) - method in class org.apache.commons.net.ftp.FTPClient
Creates a new subdirectory on the FTP server in the current directory (if a relative pathname is given) or where specified (if an absolute pathname is given).
makeDummy() - method in class org.apache.commons.net.nntp.Article
makeDummy() - method in class org.apache.commons.net.nntp.Threadable
This exception is used to indicate that the reply from a server could not be interpreted.
MalformedServerReplyException() - constructor for class org.apache.commons.net.MalformedServerReplyException
Constructs a MalformedServerReplyException with no message **
MalformedServerReplyException(String) - constructor for class org.apache.commons.net.MalformedServerReplyException
Constructs a MalformedServerReplyException with a specified message.
markSupported() - method in class org.apache.commons.net.io.ToNetASCIIInputStream
Returns false.
matches(String) - method in class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
Convenience method delegates to the internal MatchResult's matches() method.
MAX_CLIENT_PORT - static field in class org.apache.commons.net.bsd.RCommandClient
The largest port number an rcmd client may use.
MAX_COMMAND_VALUE - static field in class org.apache.commons.net.telnet.TelnetCommand
The maximum value a command code can have.
MAX_DATA_LENGTH - static field in class org.apache.commons.net.tftp.TFTPDataPacket
The maximum number of bytes in a TFTP data packet (512) **
MAX_OPTION_VALUE - static field in class org.apache.commons.net.telnet.TelnetOption
The maximum value an option code can have.
messageThreadId() - method in class org.apache.commons.net.nntp.Article
messageThreadId() - method in class org.apache.commons.net.nntp.Threadable
messageThreadReferences() - method in class org.apache.commons.net.nntp.Article
messageThreadReferences() - method in class org.apache.commons.net.nntp.Threadable
MIN_CLIENT_PORT - static field in class org.apache.commons.net.bsd.RCommandClient
The smallest port number an rcmd client may use.
MIN_DATA_LENGTH - static field in class org.apache.commons.net.tftp.TFTPDataPacket
The minimum number of bytes in a TFTP data packet (0) **
MKD - static field in class org.apache.commons.net.ftp.FTPCommand
mkd(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP MKD command to the server, receive the reply, and return the reply code.
MODE - static field in class org.apache.commons.net.ftp.FTPCommand
mode(int) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP MODE command to the server, receive the reply, and return the reply code.
MODE_BROADCAST - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODE_CLIENT - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODE_CONTROL_MESSAGE - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODE_PRIVATE - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODE_RESERVED - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODE_SERVER - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODE_SYMMETRIC_ACTIVE - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODE_SYMMETRIC_PASSIVE - static field in class org.apache.commons.net.ntp.NtpV3Packet
MODERATED_POSTING_PERMISSION - static field in class org.apache.commons.net.nntp.NewsgroupInfo
A constant indicating that a newsgroup is moderated.
MORE_AUTH_INFO_REQUIRED - static field in class org.apache.commons.net.nntp.NNTPReply
msb0baseTime - static field in class org.apache.commons.net.ntp.TimeStamp
baseline NTP time if bit-0=0 -> 7-Feb-2036 @ 06:28:16 UTC
msb1baseTime - static field in class org.apache.commons.net.ntp.TimeStamp
baseline NTP time if bit-0=1 -> 1-Jan-1900 @ 01:00:00 UTC
MVSFTPEntryParser - class org.apache.commons.net.ftp.parser.MVSFTPEntryParser
Implementation of FTPFileEntryParser and FTPFileListParser for IBM MVS Systems.
MVSFTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.MVSFTPEntryParser
The sole constructor for a MVSFTPEntryParser object.

N

NAME_LIST - static field in class org.apache.commons.net.ftp.FTPCommand
NAME_SYSTEM_TYPE - static field in class org.apache.commons.net.ftp.FTPReply
NEED_ACCOUNT - static field in class org.apache.commons.net.ftp.FTPReply
NEED_ACCOUNT_FOR_STORING_FILES - static field in class org.apache.commons.net.ftp.FTPReply
NEED_PASSWORD - static field in class org.apache.commons.net.ftp.FTPReply
NEGOTIATE_CARRIAGE_RETURN - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_FORMFEED - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_HORIZONTAL_TAB - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_HORIZONTAL_TAB_STOP - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_LINEFEED - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_OUTPUT_LINE_WIDTH - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_OUTPUT_PAGE_SIZE - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_VERTICAL_TAB - static field in class org.apache.commons.net.telnet.TelnetOption
NEGOTIATE_VERTICAL_TAB_STOP - static field in class org.apache.commons.net.telnet.TelnetOption
NETASCII_EOL - static field in class org.apache.commons.net.SocketClient
The end of line character sequence used by most IETF protocols.
NETASCII_MODE - static field in class org.apache.commons.net.tftp.TFTP
The netascii transfer mode.
NETSTAT_PORT - static field in class org.apache.commons.net.CharGenTCPClient
The netstat port value of 19.
NETSTAT_PORT - static field in class org.apache.commons.net.CharGenUDPClient
The netstat port value of 19.
NEW_ENVIRONMENT_VARIABLES - static field in class org.apache.commons.net.telnet.TelnetOption
NEW_NEWSGROUP_LIST_FOLLOWS - static field in class org.apache.commons.net.nntp.NNTPReply
newDatagram() - method in class org.apache.commons.net.tftp.TFTPAckPacket
Creates a UDP datagram containing all the TFTP acknowledgement packet data in the proper format.
newDatagram() - method in class org.apache.commons.net.tftp.TFTPDataPacket
Creates a UDP datagram containing all the TFTP data packet data in the proper format.
newDatagram() - method in class org.apache.commons.net.tftp.TFTPErrorPacket
Creates a UDP datagram containing all the TFTP error packet data in the proper format.
newDatagram() - method in class org.apache.commons.net.tftp.TFTPPacket
Creates a UDP datagram containing all the TFTP packet data in the proper format.
newDatagram() - method in class org.apache.commons.net.tftp.TFTPRequestPacket
Creates a UDP datagram containing all the TFTP request packet data in the proper format.
NEWGROUPS - static field in class org.apache.commons.net.nntp.NNTPCommand
newgroups(String,String,boolean,String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP NEWGROUPS command to the server, receive the reply, and return the reply code.
NewGroupsOrNewsQuery - class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
The NewGroupsOrNewsQuery class.
NewGroupsOrNewsQuery(Calendar,boolean) - constructor for class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Creates a new query using the given time as a reference point.
NEWNEWS - static field in class org.apache.commons.net.nntp.NNTPCommand
newnews(String,String,String,boolean,String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP NEWGROUPS command to the server, receive the reply, and return the reply code.
NewsgroupInfo - class org.apache.commons.net.nntp.NewsgroupInfo
NewsgroupInfo stores information pertaining to a newsgroup returned by the NNTP GROUP, LIST, and NEWGROUPS commands, implemented by selectNewsgroup , listNewsgroups , and listNewNewsgroups respectively.
newTFTPPacket(DatagramPacket) - static method in class org.apache.commons.net.tftp.TFTPPacket
When you receive a datagram that you expect to be a TFTP packet, you use this factory method to create the proper TFTPPacket object encapsulating the data contained in that datagram.
next - field in class org.apache.commons.net.nntp.Article
NEXT - static field in class org.apache.commons.net.nntp.NNTPCommand
next() - method in class org.apache.commons.net.ftp.FTPFileIterator
Returns a single parsed FTPFile object corresponding to the raw input line at this iterator's current position.
next() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP NEXT command to the server, receive the reply, and return the reply code.
NLST - static field in class org.apache.commons.net.ftp.FTPCommand
nlst() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP NLST command to the server, receive the reply, and return the reply code.
nlst(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP NLST command to the server, receive the reply, and return the reply code.
NNTP - class org.apache.commons.net.nntp.NNTP
The NNTP class is not meant to be used by itself and is provided only so that you may easily implement your own NNTP client if you so desire.
NNTP() - constructor for class org.apache.commons.net.nntp.NNTP
The default NNTP constructor.
NNTPClient - class org.apache.commons.net.nntp.NNTPClient
NNTPClient encapsulates all the functionality necessary to post and retrieve articles from an NNTP server.
NNTPCommand - class org.apache.commons.net.nntp.NNTPCommand
NNTPCommand stores a set of constants for NNTP command codes.
NNTPConnectionClosedException is used to indicate the premature or unexpected closing of an NNTP connection resulting from a NNTPReply.SERVICE_DISCONTINUED response (NNTP reply code 400) to a failed NNTP command.
NNTPConnectionClosedException() - constructor for class org.apache.commons.net.nntp.NNTPConnectionClosedException
Constructs a NNTPConnectionClosedException with no message **
NNTPConnectionClosedException(String) - constructor for class org.apache.commons.net.nntp.NNTPConnectionClosedException
Constructs a NNTPConnectionClosedException with a specified message.
NNTPReply - class org.apache.commons.net.nntp.NNTPReply
NNTPReply stores a set of constants for NNTP reply codes.
NO_CURRENT_ARTICLE_SELECTED - static field in class org.apache.commons.net.nntp.NNTPReply
NO_NEWSGROUP_SELECTED - static field in class org.apache.commons.net.nntp.NNTPReply
NO_NEXT_ARTICLE - static field in class org.apache.commons.net.nntp.NNTPReply
NO_PREVIOUS_ARTICLE - static field in class org.apache.commons.net.nntp.NNTPReply
NO_SUCH_ARTICLE_FOUND - static field in class org.apache.commons.net.nntp.NNTPReply
NO_SUCH_ARTICLE_NUMBER - static field in class org.apache.commons.net.nntp.NNTPReply
NO_SUCH_NEWSGROUP - static field in class org.apache.commons.net.nntp.NNTPReply
NO_SUCH_USER - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The no such user error code according to RFC 783, value 7.
NON_PRINT_TEXT_FORMAT - static field in class org.apache.commons.net.ftp.FTP
A constant used for text files to indicate a non-print text format.
NOOP - static field in class org.apache.commons.net.ftp.FTPCommand
NOOP - static field in class org.apache.commons.net.pop3.POP3Command
No operation.
NOOP - static field in class org.apache.commons.net.smtp.SMTPCommand
noop() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP NOOP command to the server, receive the reply, and return the reply code.
noop() - method in class org.apache.commons.net.pop3.POP3Client
Send a NOOP command to the POP3 server.
noop() - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP NOOP command to the server, receive the reply, and return the reply code.
NOP - static field in class org.apache.commons.net.telnet.TelnetCommand
No Operation code.
NOT_LOGGED_IN - static field in class org.apache.commons.net.ftp.FTPReply
NTFTPEntryParser - class org.apache.commons.net.ftp.parser.NTFTPEntryParser
Implementation of FTPFileEntryParser and FTPFileListParser for NT Systems.
NTFTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.NTFTPEntryParser
The sole constructor for an NTFTPEntryParser object.
NTFTPEntryParser(org.apache.commons.net.ftp.FTPClientConfig) - constructor for class org.apache.commons.net.ftp.parser.NTFTPEntryParser
This constructor allows the creation of an NTFTPEntryParser object with something other than the default configuration.
NTP_DATE_FORMAT - static field in class org.apache.commons.net.ntp.TimeStamp
Default NTP date string format.
NTP_MAXCLOCK - static field in class org.apache.commons.net.ntp.NtpV3Packet
NTP_MAXPOLL - static field in class org.apache.commons.net.ntp.NtpV3Packet
NTP_MINCLOCK - static field in class org.apache.commons.net.ntp.NtpV3Packet
NTP_MINPOLL - static field in class org.apache.commons.net.ntp.NtpV3Packet
NTP_PORT - static field in class org.apache.commons.net.ntp.NtpV3Packet
Standard NTP UDP port
NTPUDPClient - class org.apache.commons.net.ntp.NTPUDPClient
The NTPUDPClient class is a UDP implementation of a client for the Network Time Protocol (NTP) described in RFC 1305 as well as the Simple Network Time Protocol (SNTP) in RFC-2030.
NtpUtils - class org.apache.commons.net.ntp.NtpUtils
Common NtpUtils Helper class.
NtpV3Impl - class org.apache.commons.net.ntp.NtpV3Impl
Implementation of NtpV3Packet with methods converting Java objects to/from the Network Time Protocol (NTP) data message header format described in RFC-1305.
NtpV3Impl() - constructor for class org.apache.commons.net.ntp.NtpV3Impl
Creates a new instance of NtpV3Impl
NtpV3Packet - interface org.apache.commons.net.ntp.NtpV3Packet
Interface for a NtpV3Packet with get/set methods corresponding to the fields in the NTP Data Message Header described in RFC 1305.
ntpValue() - method in class org.apache.commons.net.ntp.TimeStamp
Returns the value of this Timestamp as a long value.
number - field in class org.apache.commons.net.pop3.POP3MessageInfo
NUMERIC_DATE_CONFIG - static field in class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
Some Linux distributions are now shipping an FTP server which formats file listing dates in an all-numeric format: "yyyy-MM-dd HH:mm.

O

OCTET_MODE - static field in class org.apache.commons.net.tftp.TFTP
The octet transfer mode.
OK - static field in class org.apache.commons.net.pop3.POP3Reply
The reply code indicating success of an operation.
OLD_ENVIRONMENT_VARIABLES - static field in class org.apache.commons.net.telnet.TelnetOption
omitNewsgroup(String) - method in class org.apache.commons.net.nntp.NewGroupsOrNewsQuery
Add a newsgroup to the list of newsgroups being queried, but indicate that group should not be checked for new news.
open() - method in class org.apache.commons.net.DatagramSocketClient
Opens a DatagramSocket on the local host at the first available port.
open(int) - method in class org.apache.commons.net.DatagramSocketClient
Opens a DatagramSocket on the local host at a specified port.
open(int,InetAddress) - method in class org.apache.commons.net.DatagramSocketClient
Opens a DatagramSocket at the specified address on the local host at a specified port.
OS2FTPEntryParser - class org.apache.commons.net.ftp.parser.OS2FTPEntryParser
Implementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems.
OS2FTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.OS2FTPEntryParser
The default constructor for a OS2FTPEntryParser object.
OS2FTPEntryParser(org.apache.commons.net.ftp.FTPClientConfig) - constructor for class org.apache.commons.net.ftp.parser.OS2FTPEntryParser
This constructor allows the creation of an OS2FTPEntryParser object with something other than the default configuration.
OS400FTPEntryParser - class org.apache.commons.net.ftp.parser.OS400FTPEntryParser
OS400FTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.OS400FTPEntryParser
The default constructor for a OS400FTPEntryParser object.
OS400FTPEntryParser(org.apache.commons.net.ftp.FTPClientConfig) - constructor for class org.apache.commons.net.ftp.parser.OS400FTPEntryParser
This constructor allows the creation of an OS400FTPEntryParser object with something other than the default configuration.
OUT_OF_SPACE - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The disk full error code according to RFC 783, value 3.
OUTPUT_MARKING - static field in class org.apache.commons.net.telnet.TelnetOption

P

PAGE_STRUCTURE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a file is to be treated as a set of independent indexed pages.
PAGE_TYPE_UNKNOWN - static field in class org.apache.commons.net.ftp.FTPReply
parseFileList(InputStream) - method in class org.apache.commons.net.ftp.FTPFileEntryParserImpl
Parses an FTP server file listing and converts it into a usable format in the form of an array of FTPFile instances.
parseFileList(InputStream) - method in class org.apache.commons.net.ftp.FTPFileListParser
Parses an FTP server file listing and converts it into a usable format in the form of an array of FTPFile instances.
parseFileList(InputStream) - method in class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
Parses an FTP server file listing and converts it into a usable format in the form of an array of FTPFile instances.
parseFileList(InputStream,String) - method in class org.apache.commons.net.ftp.FTPFileEntryParserImpl
Parses an FTP server file listing and converts it into a usable format in the form of an array of FTPFile instances.
parseFileList(InputStream,String) - method in class org.apache.commons.net.ftp.FTPFileListParser
Parses an FTP server file listing and converts it into a usable format in the form of an array of FTPFile instances.
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.CompositeFileEntryParser
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParser
Parses a line of a unix FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.FTPFileEntryParser
Parses a line of an FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.MVSFTPEntryParser
Parses a line of an MVS FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.NTFTPEntryParser
Parses a line of an NT FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.OS2FTPEntryParser
Parses a line of an OS2 FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.OS400FTPEntryParser
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
Parses a line of a unix (standard) FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
parseFTPEntry(String) - method in class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
Parses a line of a VMS FTP server file listing and converts it into a usable format in the form of an FTPFile instance.
parseNtpString(String) - static method in class org.apache.commons.net.ntp.TimeStamp
Parses the string argument as a NTP hexidecimal timestamp representation string (e.g.
ParserInitializationException - class org.apache.commons.net.ftp.parser.ParserInitializationException
This class encapsulates all errors that may be thrown by the process of an FTPFileEntryParserFactory creating and instantiating an FTPFileEntryParser.
ParserInitializationException(String) - constructor for class org.apache.commons.net.ftp.parser.ParserInitializationException
Constucts a ParserInitializationException with just a message
ParserInitializationException(String,Throwable) - constructor for class org.apache.commons.net.ftp.parser.ParserInitializationException
Constucts a ParserInitializationException with a message and a root cause.
parseTimestamp(String) - method in class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
This method is called by the concrete parsers to delegate timestamp parsing to the timestamp parser.
parseTimestamp(String) - method in class org.apache.commons.net.ftp.parser.FTPTimestampParser
Parses the supplied datestamp parameter.
parseTimestamp(String) - method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
Implements the one method in the FTPTimestampParser interface according to this algorithm: If the recentDateFormat member has been defined, try to parse the supplied string with that.
PASS - static field in class org.apache.commons.net.ftp.FTPCommand
PASS - static field in class org.apache.commons.net.pop3.POP3Command
Send password.
pass(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP PASS command to the server, receive the reply, and return the reply code.
PASSIVE - static field in class org.apache.commons.net.ftp.FTPCommand
PASSIVE_LOCAL_DATA_CONNECTION_MODE - static field in class org.apache.commons.net.ftp.FTPClient
A constant indicating the FTP session is expecting all transfers to occur between the client (local) and server and that the server is in passive mode, requiring the client to connect to the server's data port to initiate a transfer.
PASSIVE_REMOTE_DATA_CONNECTION_MODE - static field in class org.apache.commons.net.ftp.FTPClient
A constant indicating the FTP session is expecting all transfers to occur between two remote servers and that the server the client is connected to is in passive mode, requiring the other server to connect to the first server's data port to initiate a data transfer.
PASSWORD - static field in class org.apache.commons.net.ftp.FTPCommand
PASV - static field in class org.apache.commons.net.ftp.FTPCommand
pasv() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP PASV command to the server, receive the reply, and return the reply code.
PATHNAME_CREATED - static field in class org.apache.commons.net.ftp.FTPReply
PERMISSION_DENIED - static field in class org.apache.commons.net.nntp.NNTPReply
PERMITTED_POSTING_PERMISSION - static field in class org.apache.commons.net.nntp.NewsgroupInfo
A constant indicating that a newsgroup is public and unmoderated.
POP3 - class org.apache.commons.net.pop3.POP3
The POP3 class is not meant to be used by itself and is provided only so that you may easily implement your own POP3 client if you so desire.
POP3() - constructor for class org.apache.commons.net.pop3.POP3
The default POP3Client constructor.
POP3Client - class org.apache.commons.net.pop3.POP3Client
The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939.
POP3Command - class org.apache.commons.net.pop3.POP3Command
POP3Command stores POP3 command code constants.
POP3MessageInfo - class org.apache.commons.net.pop3.POP3MessageInfo
POP3MessageInfo is used to return information about messages stored on a POP3 server.
POP3MessageInfo() - constructor for class org.apache.commons.net.pop3.POP3MessageInfo
Creates a POP3MessageInfo instance with number and size set to 0, and identifier set to null.
POP3MessageInfo(int,int) - constructor for class org.apache.commons.net.pop3.POP3MessageInfo
Creates a POP3MessageInfo instance with number set to num , size set to octets , and identifier set to null.
POP3MessageInfo(int,String) - constructor for class org.apache.commons.net.pop3.POP3MessageInfo
Creates a POP3MessageInfo instance with number set to num , size undefined, and identifier set to uid.
POP3Reply - class org.apache.commons.net.pop3.POP3Reply
POP3Reply stores POP3 reply code constants.
PORT - static field in class org.apache.commons.net.ftp.FTPCommand
port(InetAddress,int) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP PORT command to the server, receive the reply, and return the reply code.
POST - static field in class org.apache.commons.net.nntp.NNTPCommand
post() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP POST command to the server, receive the reply, and return the reply code.
postArticle() - method in class org.apache.commons.net.nntp.NNTPClient
Post an article to the NNTP server.
POSTING_FAILED - static field in class org.apache.commons.net.nntp.NNTPReply
POSTING_NOT_ALLOWED - static field in class org.apache.commons.net.nntp.NNTPReply
PREPARE_TO_RECONNECT - static field in class org.apache.commons.net.telnet.TelnetOption
preParse(List) - method in class org.apache.commons.net.ftp.FTPFileEntryParser
This method is a hook for those implementors (such as VMSVersioningFTPEntryParser, and possibly others) which need to perform some action upon the FTPFileList after it has been created from the server stream, but before any clients see the list.
preParse(List) - method in class org.apache.commons.net.ftp.FTPFileEntryParserImpl
This method is a hook for those implementors (such as VMSVersioningFTPEntryParser, and possibly others) which need to perform some action upon the FTPFileList after it has been created from the server stream, but before any clients see the list.
preParse(List) - method in class org.apache.commons.net.ftp.parser.VMSVersioningFTPEntryParser
Implement hook provided for those implementers (such as VMSVersioningFTPEntryParser, and possibly others) which return multiple files with the same name to remove the duplicates ..
previous() - method in class org.apache.commons.net.ftp.FTPFileIterator
Returns a single parsed FTPFile object corresponding to the raw input line at the position preceding that of the internal iterator over the list of raw lines maintained by this object After this method is called the internal iterator is retreated by one element (unless it is already at beginning of list).
PRINT_WORKING_DIRECTORY - static field in class org.apache.commons.net.ftp.FTPCommand
printThread(org.apache.commons.net.nntp.Article,int) - static method in class org.apache.commons.net.nntp.Article
Recursive method that traverses a pre-threaded graph (or tree) of connected Article objects and prints them out.
printWorkingDirectory() - method in class org.apache.commons.net.ftp.FTPClient
Returns the pathname of the current working directory.
PROGRAM_FAULT - static field in class org.apache.commons.net.nntp.NNTPReply
PROHIBITED_POSTING_PERMISSION - static field in class org.apache.commons.net.nntp.NewsgroupInfo
A constant indicating that a newsgroup is closed for general posting.
ProtocolCommandEvent - class org.apache.commons.net.ProtocolCommandEvent
There exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving an ASCII text reply.
ProtocolCommandEvent(Object,int,String) - constructor for class org.apache.commons.net.ProtocolCommandEvent
Creates a ProtocolCommandEvent signalling a reply to a command was received.
ProtocolCommandEvent(Object,String,String) - constructor for class org.apache.commons.net.ProtocolCommandEvent
Creates a ProtocolCommandEvent signalling a command was sent to the server.
ProtocolCommandListener - interface org.apache.commons.net.ProtocolCommandListener
There exists a large class of IETF protocols that work by sending an ASCII text command and arguments to a server, and then receiving an ASCII text reply.
This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
ProtocolCommandSupport - class org.apache.commons.net.ProtocolCommandSupport
ProtocolCommandSupport is a convenience class for managing a list of ProtocolCommandListeners and firing ProtocolCommandEvents.
ProtocolCommandSupport(Object) - constructor for class org.apache.commons.net.ProtocolCommandSupport
Creates a ProtocolCommandSupport instant using the indicated source as the source of fired ProtocolCommandEvents.
This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.
PWD - static field in class org.apache.commons.net.ftp.FTPCommand
pwd() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP PWD command to the server, receive the reply, and return the reply code.

Q

query(boolean) - method in class org.apache.commons.net.FingerClient
Fingers the connected host and returns the output as a String.
query(boolean,String) - method in class org.apache.commons.net.FingerClient
Fingers a user at the connected host and returns the output as a String.
query(String) - method in class org.apache.commons.net.WhoisClient
Queries the connected whois server for information regarding the given handle.
QUIT - static field in class org.apache.commons.net.ftp.FTPCommand
QUIT - static field in class org.apache.commons.net.nntp.NNTPCommand
QUIT - static field in class org.apache.commons.net.pop3.POP3Command
Quit session.
QUIT - static field in class org.apache.commons.net.smtp.SMTPCommand
quit() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP QUIT command to the server, receive the reply, and return the reply code.
quit() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP QUIT command to the server, receive the reply, and return the reply code.
quit() - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP QUIT command to the server, receive the reply, and return the reply code.
QUOTE_OF_DAY_PORT - static field in class org.apache.commons.net.CharGenTCPClient
The quote of the day port value of 17 according to RFC 865.
QUOTE_OF_DAY_PORT - static field in class org.apache.commons.net.CharGenUDPClient
The quote of the day port value of 17 according to RFC 865.

R

rcommand(String,String,String) - method in class org.apache.commons.net.bsd.RCommandClient
Same as rcommand(localUsername, remoteUsername, command, false);
rcommand(String,String,String,boolean) - method in class org.apache.commons.net.bsd.RCommandClient
Remotely executes a command through the rshd daemon on the server to which the RCommandClient is connected.
RCommandClient - class org.apache.commons.net.bsd.RCommandClient
RCommandClient is very similar to RExecClient, from which it is derived, and implements the rcmd() facility that first appeared in 4.2BSD Unix.
RCommandClient() - constructor for class org.apache.commons.net.bsd.RCommandClient
The default RCommandClient constructor.
RCPT - static field in class org.apache.commons.net.smtp.SMTPCommand
rcpt(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP RCPT command to the server, receive the reply, and return the reply code.
read() - method in class org.apache.commons.net.io.DotTerminatedMessageReader
Reads and returns the next character in the message.
read() - method in class org.apache.commons.net.io.FromNetASCIIInputStream
Reads and returns the next byte in the stream.
read() - method in class org.apache.commons.net.io.ToNetASCIIInputStream
Reads and returns the next byte in the stream.
read(buffer[]) - method in class org.apache.commons.net.io.FromNetASCIIInputStream
Reads the next number of bytes from the stream into an array and returns the number of bytes read.
read(buffer[]) - method in class org.apache.commons.net.io.ToNetASCIIInputStream
Reads the next number of bytes from the stream into an array and returns the number of bytes read.
read(buffer[],int,int) - method in class org.apache.commons.net.io.FromNetASCIIInputStream
Reads the next number of bytes from the stream into an array and returns the number of bytes read.
read(buffer[],int,int) - method in class org.apache.commons.net.io.ToNetASCIIInputStream
Reads the next number of bytes from the stream into an array and returns the number of bytes read.
read(char[]) - method in class org.apache.commons.net.io.DotTerminatedMessageReader
Reads the next characters from the message into an array and returns the number of characters read.
read(char[],int,int) - method in class org.apache.commons.net.io.DotTerminatedMessageReader
Reads the next characters from the message into an array and returns the number of characters read.
READ_PERMISSION - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating file/directory read permission.
READ_REQUEST - static field in class org.apache.commons.net.tftp.TFTPPacket
This is the actual TFTP spec identifier and is equal to 1.
readerThread - field in class org.apache.commons.net.telnet.TelnetClient
readNextEntry(BufferedReader) - method in class org.apache.commons.net.ftp.FTPFileEntryParser
Reads the next entry using the supplied BufferedReader object up to whatever delemits one entry from the next.
readNextEntry(BufferedReader) - method in class org.apache.commons.net.ftp.FTPFileEntryParserImpl
Reads the next entry using the supplied BufferedReader object up to whatever delemits one entry from the next.
readNextEntry(BufferedReader) - method in class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
Reads the next entry using the supplied BufferedReader object up to whatever delemits one entry from the next.
readServerList(InputStream) - method in class org.apache.commons.net.ftp.FTPListParseEngine
handle the iniitial reading and preparsing of the list returned by the server.
readServerList(InputStream,String) - method in class org.apache.commons.net.ftp.FTPListParseEngine
handle the iniitial reading and preparsing of the list returned by the server.
readStream(InputStream) - method in class org.apache.commons.net.ftp.FTPFileList
internal method for reading the input into the lines vector.
readStream(InputStream,String) - method in class org.apache.commons.net.ftp.FTPFileList
internal method for reading the input into the lines vector.
ready() - method in class org.apache.commons.net.io.DotTerminatedMessageReader
Determines if the message is ready to be read.
receive() - method in class org.apache.commons.net.CharGenUDPClient
Receive the reply data from the server.
receive() - method in class org.apache.commons.net.tftp.TFTP
Receives a TFTPPacket.
receive(byte[]) - method in class org.apache.commons.net.EchoUDPClient
Same as receive(data, data.length) **
receive(byte[],int) - method in class org.apache.commons.net.EchoUDPClient
Receives echoed data and returns its length.
RECEIVED_DO - static field in class org.apache.commons.net.telnet.TelnetNotificationHandler
The remote party sent a DO command.
RECEIVED_DONT - static field in class org.apache.commons.net.telnet.TelnetNotificationHandler
The remote party sent a DONT command.
RECEIVED_WILL - static field in class org.apache.commons.net.telnet.TelnetNotificationHandler
The remote party sent a WILL command.
RECEIVED_WONT - static field in class org.apache.commons.net.telnet.TelnetNotificationHandler
The remote party sent a WONT command.
receivedNegotiation(int,int) - method in class org.apache.commons.net.telnet.TelnetNotificationHandler
Callback method called when TelnetClient receives an option negotiation command.
receiveFile(String,int,OutputStream,InetAddress) - method in class org.apache.commons.net.tftp.TFTPClient
Same as calling receiveFile(filename, mode, output, host, TFTP.DEFAULT_PORT).
receiveFile(String,int,OutputStream,InetAddress,int) - method in class org.apache.commons.net.tftp.TFTPClient
Requests a named file from a remote host, writes the file to an OutputStream, closes the connection, and returns the number of bytes read.
receiveFile(String,int,OutputStream,String) - method in class org.apache.commons.net.tftp.TFTPClient
Same as calling receiveFile(filename, mode, output, hostname, TFTP.DEFAULT_PORT).
receiveFile(String,int,OutputStream,String,int) - method in class org.apache.commons.net.tftp.TFTPClient
Requests a named file from a remote host, writes the file to an OutputStream, closes the connection, and returns the number of bytes read.
RECIPIENT - static field in class org.apache.commons.net.smtp.SMTPCommand
RECORD_STRUCTURE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a file is to be treated as a sequence of records.
RegexFTPFileEntryParserImpl - class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
RegexFTPFileEntryParserImpl(String) - constructor for class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
The constructor for a RegexFTPFileEntryParserImpl object.
REGIME_3270 - static field in class org.apache.commons.net.telnet.TelnetOption
Registers a notification handler to which will be sent notifications of received telnet option negotiation commands.
registerSpyStream(OutputStream) - method in class org.apache.commons.net.telnet.TelnetClient
Registers an OutputStream for spying what's going on in the TelnetClient session.
REIN - static field in class org.apache.commons.net.ftp.FTPCommand
rein() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP REIN command to the server, receive the reply, and return the reply code.
REINITIALIZE - static field in class org.apache.commons.net.ftp.FTPCommand
RelayPath - class org.apache.commons.net.smtp.RelayPath
A class used to represent forward and reverse relay paths.
RelayPath(String) - constructor for class org.apache.commons.net.smtp.RelayPath
Create a relay path with the specified email address as the ultimate destination.
REMOTE_CONTROLLED_TRANSMISSION - static field in class org.apache.commons.net.telnet.TelnetOption
REMOTE_FLOW_CONTROL - static field in class org.apache.commons.net.telnet.TelnetOption
remoteAppend(String) - method in class org.apache.commons.net.ftp.FTPClient
Initiate a server to server file transfer.
remoteRetrieve(String) - method in class org.apache.commons.net.ftp.FTPClient
Initiate a server to server file transfer.
remoteStore(String) - method in class org.apache.commons.net.ftp.FTPClient
Initiate a server to server file transfer.
remoteStoreUnique() - method in class org.apache.commons.net.ftp.FTPClient
Initiate a server to server file transfer.
remoteStoreUnique(String) - method in class org.apache.commons.net.ftp.FTPClient
Initiate a server to server file transfer.
REMOVE_DIRECTORY - static field in class org.apache.commons.net.ftp.FTPCommand
Unregisters a CopyStreamListener.
removeDirectory(String) - method in class org.apache.commons.net.ftp.FTPClient
Removes a directory on the FTP server (if empty).
removeListener(EventListener) - method in class org.apache.commons.net.util.ListenerList
Removes a ProtocolCommandListener.
Removes a ProtocolCommandListener.
Removes a ProtocolCommandListener.
Removes a ProtocolCommandListener.
Removes a ProtocolCommandListener.
rename(String,String) - method in class org.apache.commons.net.ftp.FTPClient
Renames a remote file.
RENAME_FROM - static field in class org.apache.commons.net.ftp.FTPCommand
RENAME_TO - static field in class org.apache.commons.net.ftp.FTPCommand
REPRESENTATION_TYPE - static field in class org.apache.commons.net.ftp.FTPCommand
RESET - static field in class org.apache.commons.net.smtp.SMTPCommand
reset() - method in class org.apache.commons.net.pop3.POP3Client
Reset the POP3 session.
reset() - method in class org.apache.commons.net.smtp.SMTPClient
Aborts the current mail transaction, resetting all server stored sender, recipient, and mail data, cleaing all buffers and tables.
resetIterator() - method in class org.apache.commons.net.ftp.FTPListParseEngine
resets this object's internal iterator to the beginning of the list.
REST - static field in class org.apache.commons.net.ftp.FTPCommand
rest(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP REST command to the server, receive the reply, and return the reply code.
RESTART - static field in class org.apache.commons.net.ftp.FTPCommand
RESTART_MARKER - static field in class org.apache.commons.net.ftp.FTPReply
RETR - static field in class org.apache.commons.net.ftp.FTPCommand
RETR - static field in class org.apache.commons.net.pop3.POP3Command
Retrieve message(s).
retr(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP RETR command to the server, receive the reply, and return the reply code.
RETRIEVE - static field in class org.apache.commons.net.ftp.FTPCommand
retrieveArticle() - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticle(null) **
retrieveArticle(int) - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticle(articleNumber, null) **
Retrieves an article from the currently selected newsgroup.
retrieveArticle(String) - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticle(articleId, null) **
Retrieves an article from the NNTP server.
retrieveArticleBody() - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticleBody(null) **
retrieveArticleBody(int) - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticleBody(articleNumber, null) **
Retrieves an article body from the currently selected newsgroup.
retrieveArticleBody(String) - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticleBody(articleId, null) **
Retrieves an article body from the NNTP server.
retrieveArticleHeader() - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticleHeader(null) **
retrieveArticleHeader(int) - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticleHeader(articleNumber, null) **
Retrieves an article header from the currently selected newsgroup.
retrieveArticleHeader(String) - method in class org.apache.commons.net.nntp.NNTPClient
Same as retrieveArticleHeader(articleId, null) **
Retrieves an article header from the NNTP server.
retrieveArticleInfo(int) - method in class org.apache.commons.net.nntp.NNTPClient
Return article headers for a specified post.
retrieveArticleInfo(int,int) - method in class org.apache.commons.net.nntp.NNTPClient
Return article headers for all articles between lowArticleNumber and highArticleNumber, inclusively.
retrieveFile(String,OutputStream) - method in class org.apache.commons.net.ftp.FTPClient
Retrieves a named file from the server and writes it to the given OutputStream.
retrieveFileStream(String) - method in class org.apache.commons.net.ftp.FTPClient
Returns an InputStream from which a named file from the server can be read.
retrieveHeader(String,int) - method in class org.apache.commons.net.nntp.NNTPClient
Return an article header for a specified post.
retrieveHeader(String,int,int) - method in class org.apache.commons.net.nntp.NNTPClient
Return an article header for all articles between lowArticleNumber and highArticleNumber, inclusively.
retrieveMessage(int) - method in class org.apache.commons.net.pop3.POP3Client
Retrieve a message from the POP3 server.
retrieveMessageTop(int,int) - method in class org.apache.commons.net.pop3.POP3Client
Retrieve only the specified top number of lines of a message from the POP3 server.
rexec(String,String,String) - method in class org.apache.commons.net.bsd.RExecClient
Same as rexec(username, password, command, false);
rexec(String,String,String,boolean) - method in class org.apache.commons.net.bsd.RExecClient
Remotely executes a command through the rexecd daemon on the server to which the RExecClient is connected.
RExecClient - class org.apache.commons.net.bsd.RExecClient
RExecClient implements the rexec() facility that first appeared in 4.2BSD Unix.
RExecClient() - constructor for class org.apache.commons.net.bsd.RExecClient
The default RExecClient constructor.
rlogin(String,String,String) - method in class org.apache.commons.net.bsd.RLoginClient
Same as the other rlogin method, but no terminal speed is defined.
rlogin(String,String,String,int) - method in class org.apache.commons.net.bsd.RLoginClient
Logins into a remote machine through the rlogind daemon on the server to which the RLoginClient is connected.
RLoginClient - class org.apache.commons.net.bsd.RLoginClient
RLoginClient is very similar to RCommandClient, from which it is derived, and uses the rcmd() facility implemented in RCommandClient to implement the functionality of the rlogin command that first appeared in 4.2BSD Unix.
RLoginClient() - constructor for class org.apache.commons.net.bsd.RLoginClient
The default RLoginClient constructor.
RMD - static field in class org.apache.commons.net.ftp.FTPCommand
rmd(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP RMD command to the server, receive the reply, and return the reply code.
RNFR - static field in class org.apache.commons.net.ftp.FTPCommand
rnfr(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP RNFR command to the server, receive the reply, and return the reply code.
RNTO - static field in class org.apache.commons.net.ftp.FTPCommand
rnto(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP RNTO command to the server, receive the reply, and return the reply code.
RSET - static field in class org.apache.commons.net.pop3.POP3Command
Reset session.
RSET - static field in class org.apache.commons.net.smtp.SMTPCommand
rset() - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP RSET command to the server, receive the reply, and return the reply code.

S

SAML - static field in class org.apache.commons.net.smtp.SMTPCommand
saml(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP SAML command to the server, receive the reply, and return the reply code.
SB - static field in class org.apache.commons.net.telnet.TelnetCommand
Start subnegotiation code.
SE - static field in class org.apache.commons.net.telnet.TelnetCommand
End subnegotiation code.
SECONDS_1900_TO_1970 - static field in class org.apache.commons.net.TimeTCPClient
The number of seconds between 00:00 1 January 1900 and 00:00 1 January 1970.
SECONDS_1900_TO_1970 - static field in class org.apache.commons.net.TimeUDPClient
The number of seconds between 00:00 1 January 1900 and 00:00 1 January 1970.
SEGMENT_SIZE - static field in class org.apache.commons.net.tftp.TFTPPacket
The TFTP data packet maximum segment size in bytes.
selectArticle(int) - method in class org.apache.commons.net.nntp.NNTPClient
Same as selectArticle(articleNumber, null) **
Select an article in the currently selected newsgroup by its number.
selectArticle(org.apache.commons.net.nntp.ArticlePointer) - method in class org.apache.commons.net.nntp.NNTPClient
Same as selectArticle(null, articleId) .
selectArticle(String) - method in class org.apache.commons.net.nntp.NNTPClient
Same as selectArticle(articleId, null) **
Select an article by its unique identifier (including enclosing &lt and &gt) and return its article number and id through the pointer parameter.
selectNewsgroup(String) - method in class org.apache.commons.net.nntp.NNTPClient
Same as selectNewsgroup(newsgroup, null) **
Select the specified newsgroup to be the target of for future article retrieval and posting operations.
selectNextArticle() - method in class org.apache.commons.net.nntp.NNTPClient
Same as selectNextArticle(null) **
Select the article following the currently selected article in the currently selected newsgroup and return its number and unique id through the pointer parameter.
selectPreviousArticle() - method in class org.apache.commons.net.nntp.NNTPClient
Same as selectPreviousArticle(null) **
Select the article preceeding the currently selected article in the currently selected newsgroup and return its number and unique id through the pointer parameter.
SEND - static field in class org.apache.commons.net.smtp.SMTPCommand
send(byte[],InetAddress) - method in class org.apache.commons.net.DiscardUDPClient
Same as send(data, data.length, host.
send(byte[],InetAddress) - method in class org.apache.commons.net.EchoUDPClient
Same as send(data, data.length, host) **
send(byte[],int,InetAddress) - method in class org.apache.commons.net.DiscardUDPClient
Same as send(data, length, host.
send(byte[],int,InetAddress) - method in class org.apache.commons.net.EchoUDPClient
Sends the specified data to the specified server at the default echo port.
send(byte[],int,InetAddress,int) - method in class org.apache.commons.net.DiscardUDPClient
Sends the specified data to the specified server at the specified port.
send(InetAddress) - method in class org.apache.commons.net.CharGenUDPClient
Same as send(host, CharGenUDPClient.DEFAULT_PORT); **
send(InetAddress,int) - method in class org.apache.commons.net.CharGenUDPClient
Sends the data initiation datagram.
send(org.apache.commons.net.tftp.TFTPPacket) - method in class org.apache.commons.net.tftp.TFTP
Sends a TFTP packet to its destination.
send(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP SEND command to the server, receive the reply, and return the reply code.
SEND_AND_MAIL_FROM - static field in class org.apache.commons.net.smtp.SMTPCommand
SEND_ARTICLE_TO_POST - static field in class org.apache.commons.net.nntp.NNTPReply
SEND_ARTICLE_TO_TRANSFER - static field in class org.apache.commons.net.nntp.NNTPReply
SEND_FROM - static field in class org.apache.commons.net.smtp.SMTPCommand
SEND_LOCATION - static field in class org.apache.commons.net.telnet.TelnetOption
SEND_MESSAGE_DATA - static field in class org.apache.commons.net.smtp.SMTPCommand
SEND_OR_MAIL_FROM - static field in class org.apache.commons.net.smtp.SMTPCommand
sendAYT(long) - method in class org.apache.commons.net.telnet.TelnetClient
Sends an Are You There sequence and waits for the result.
sendCommand(int) - method in class org.apache.commons.net.ftp.FTP
Sends an FTP command with no arguments to the server, waits for a reply and returns the numerical response code.
sendCommand(int) - method in class org.apache.commons.net.nntp.NNTP
Sends an NNTP command with no arguments to the server, waits for a reply and returns the numerical response code.
sendCommand(int) - method in class org.apache.commons.net.pop3.POP3
Sends a command with no arguments to the server and returns the reply code.
sendCommand(int) - method in class org.apache.commons.net.smtp.SMTP
Sends an SMTP command with no arguments to the server, waits for a reply and returns the numerical response code.
sendCommand(int,String) - method in class org.apache.commons.net.ftp.FTP
Sends an FTP command to the server, waits for a reply and returns the numerical response code.
sendCommand(int,String) - method in class org.apache.commons.net.nntp.NNTP
Sends an NNTP command to the server, waits for a reply and returns the numerical response code.
sendCommand(int,String) - method in class org.apache.commons.net.pop3.POP3
Sends a command an arguments to the server and returns the reply code.
sendCommand(int,String) - method in class org.apache.commons.net.smtp.SMTP
Sends an SMTP command to the server, waits for a reply and returns the numerical response code.
sendCommand(String) - method in class org.apache.commons.net.ftp.FTP
Sends an FTP command with no arguments to the server, waits for a reply and returns the numerical response code.
sendCommand(String) - method in class org.apache.commons.net.nntp.NNTP
Sends an NNTP command with no arguments to the server, waits for a reply and returns the numerical response code.
sendCommand(String) - method in class org.apache.commons.net.pop3.POP3
Sends a command with no arguments to the server and returns the reply code.
sendCommand(String) - method in class org.apache.commons.net.smtp.SMTP
Sends an SMTP command with no arguments to the server, waits for a reply and returns the numerical response code.
sendCommand(String,String) - method in class org.apache.commons.net.ftp.FTP
Sends an FTP command to the server, waits for a reply and returns the numerical response code.
sendCommand(String,String) - method in class org.apache.commons.net.nntp.NNTP
Sends an NNTP command to the server, waits for a reply and returns the numerical response code.
sendCommand(String,String) - method in class org.apache.commons.net.pop3.POP3
Sends a command an arguments to the server and returns the reply code.
sendCommand(String,String) - method in class org.apache.commons.net.smtp.SMTP
Sends an SMTP command to the server, waits for a reply and returns the numerical response code.
sendFile(String,int,InputStream,InetAddress) - method in class org.apache.commons.net.tftp.TFTPClient
Same as calling sendFile(filename, mode, input, host, TFTP.DEFAULT_PORT).
sendFile(String,int,InputStream,InetAddress,int) - method in class org.apache.commons.net.tftp.TFTPClient
Requests to send a file to a remote host, reads the file from an InputStream, sends the file to the remote host, and closes the connection.
sendFile(String,int,InputStream,String) - method in class org.apache.commons.net.tftp.TFTPClient
Same as calling sendFile(filename, mode, input, hostname, TFTP.DEFAULT_PORT).
sendFile(String,int,InputStream,String,int) - method in class org.apache.commons.net.tftp.TFTPClient
Requests to send a file to a remote host, reads the file from an InputStream, sends the file to the remote host, and closes the connection.
sendMessageData() - method in class org.apache.commons.net.smtp.SMTPClient
Send the SMTP DATA command in preparation to send an email message.
sendNoOp() - method in class org.apache.commons.net.ftp.FTPClient
Sends a NOOP command to the FTP server.
sendNoOp() - method in class org.apache.commons.net.smtp.SMTPClient
Sends a NOOP command to the SMTP server.
sendShortMessageData(String) - method in class org.apache.commons.net.smtp.SMTPClient
A convenience method for sending short messages.
sendSimpleMessage(String,String,String) - method in class org.apache.commons.net.smtp.SMTPClient
A convenience method for a sending short email without having to explicitly set the sender and recipient(s).
sendSimpleMessage(String,String[],String) - method in class org.apache.commons.net.smtp.SMTPClient
A convenience method for a sending short email without having to explicitly set the sender and recipient(s).
sendSiteCommand(String) - method in class org.apache.commons.net.ftp.FTPClient
Send a site specific command.
SERVER_READY_POSTING_ALLOWED - static field in class org.apache.commons.net.nntp.NNTPReply
SERVER_READY_POSTING_NOT_ALLOWED - static field in class org.apache.commons.net.nntp.NNTPReply
SERVICE_CLOSING_CONTROL_CONNECTION - static field in class org.apache.commons.net.ftp.FTPReply
SERVICE_CLOSING_TRANSMISSION_CHANNEL - static field in class org.apache.commons.net.smtp.SMTPReply
SERVICE_DISCONTINUED - static field in class org.apache.commons.net.nntp.NNTPReply
SERVICE_NOT_AVAILABLE - static field in class org.apache.commons.net.ftp.FTPReply
SERVICE_NOT_AVAILABLE - static field in class org.apache.commons.net.smtp.SMTPReply
SERVICE_NOT_READY - static field in class org.apache.commons.net.ftp.FTPReply
SERVICE_READY - static field in class org.apache.commons.net.ftp.FTPReply
SERVICE_READY - static field in class org.apache.commons.net.smtp.SMTPReply
setAcceptLocal(boolean) - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Set behaviour of the option for DO requests coming from the other end.
setAcceptRemote(boolean) - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Set behaviour of the option for WILL requests coming from the other end.
setAddress(InetAddress) - method in class org.apache.commons.net.tftp.TFTPPacket
Sets the host address where the packet is going to be sent.
setArticleId(String) - method in class org.apache.commons.net.nntp.Article
setArticleNumber(int) - method in class org.apache.commons.net.nntp.Article
setBlockNumber(int) - method in class org.apache.commons.net.tftp.TFTPAckPacket
Sets the block number of the acknowledgement.
setBlockNumber(int) - method in class org.apache.commons.net.tftp.TFTPDataPacket
Sets the block number of the data packet.
setBufferSize(int) - method in class org.apache.commons.net.ftp.FTPClient
Set the internal buffer size.
setChild(org.apache.commons.net.nntp.Threadable) - method in class org.apache.commons.net.nntp.Article
setChild(org.apache.commons.net.nntp.Threadable) - method in class org.apache.commons.net.nntp.Threadable
setControlEncoding(String) - method in class org.apache.commons.net.ftp.FTP
Sets the character encoding used by the FTP control connection.
setData(byte[],int,int) - method in class org.apache.commons.net.tftp.TFTPDataPacket
Sets the data for the data packet.
setDatagramPacket(DatagramPacket) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set the contents of this object from source datagram packet.
setDatagramPacket(DatagramPacket) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set the contents of this object from the datagram packet
Sets the DatagramSocketFactory used by the DatagramSocketClient to open DatagramSockets.
setDataTimeout(int) - method in class org.apache.commons.net.ftp.FTPClient
Sets the timeout in milliseconds to use when reading from the data connection.
setDate(String) - method in class org.apache.commons.net.nntp.Article
setDefaultDateFormatStr(String) - method in class org.apache.commons.net.ftp.FTPClientConfig
setter for the defaultDateFormatStr property.
setDefaultPort(int) - method in class org.apache.commons.net.SocketClient
Sets the default port the SocketClient should connect to when a port is not specified.
setDefaultTimeout(int) - method in class org.apache.commons.net.DatagramSocketClient
Set the default timeout in milliseconds to use when opening a socket.
setDefaultTimeout(int) - method in class org.apache.commons.net.SocketClient
Set the default timeout in milliseconds to use when opening a socket.
setFileStructure(int) - method in class org.apache.commons.net.ftp.FTPClient
Sets the file structure.
setFileTransferMode(int) - method in class org.apache.commons.net.ftp.FTPClient
Sets the transfer mode.
setFileType(int) - method in class org.apache.commons.net.ftp.FTPClient
Sets the file type to be transferred.
setFileType(int,int) - method in class org.apache.commons.net.ftp.FTPClient
Sets the file type to be transferred and the format.
setFrom(String) - method in class org.apache.commons.net.nntp.Article
setGroup(String) - method in class org.apache.commons.net.ftp.FTPFile
Set the name of the group owning the file.
setHardLinkCount(int) - method in class org.apache.commons.net.ftp.FTPFile
Set the number of hard links to this file.
setInitLocal(boolean) - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Tells this option whether to send a WILL request upon connection.
setInitRemote(boolean) - method in class org.apache.commons.net.telnet.TelnetOptionHandler
Tells this option whether to send a DO request upon connection.
setLeapIndicator(int) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set leap indicator as defined in RFC-1305.
setLeapIndicator(int) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set leap indicator.
setLink(String) - method in class org.apache.commons.net.ftp.FTPFile
If the FTPFile is a symbolic link, use this method to set the name of the file being pointed to by the symbolic link.
setMaxTimeouts(int) - method in class org.apache.commons.net.tftp.TFTPClient
Sets the maximum number of times a receive attempt is allowed to timeout during a receiveFile() or sendFile() operation before ending attempts to retry the receive and failing.
setMode(int) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set mode as defined in RFC-1305.
setMode(int) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set mode as defined in RFC-1305
setName(String) - method in class org.apache.commons.net.ftp.FTPFile
Set the name of the file.
setNext(org.apache.commons.net.nntp.Threadable) - method in class org.apache.commons.net.nntp.Article
setNext(org.apache.commons.net.nntp.Threadable) - method in class org.apache.commons.net.nntp.Threadable
setOriginateTimeStamp(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set originate timestamp given NTP TimeStamp object.
Set originate timestamp given NTP TimeStamp object.
set the factory used for parser creation to the supplied factory object.
setPermission(int,int,boolean) - method in class org.apache.commons.net.ftp.FTPFile
Set if the given access group (one of the _ACCESS constants) has the given access permission (one of the _PERMISSION constants) to the file.
setPoll(int) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set poll interval as defined in RFC-1305.
setPoll(int) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set poll interval as defined in RFC-1305.
setPort(int) - method in class org.apache.commons.net.tftp.TFTPPacket
Sets the port where the packet is going to be sent.
setPrecision(int) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set precision as defined in RFC-1305.
setRawListing(String) - method in class org.apache.commons.net.ftp.FTPFile
Set the original FTP server raw listing from which the FTPFile was created.
setReaderThread(boolean) - method in class org.apache.commons.net.telnet.TelnetClient
Sets the status of the reader thread.
setReceiveTimeStamp(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set receive timestamp given NTP TimeStamp object.
setReceiveTimeStamp(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set receive timestamp given NTP TimeStamp object.
setRecentDateFormatStr(String) - method in class org.apache.commons.net.ftp.FTPClientConfig
setter for the recentDateFormatStr property.
setReferenceId(int) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set reference clock identifier field with 32-bit unsigned integer value.
setReferenceId(int) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set reference clock identifier field.
setReferenceTime(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set Reference time with NTP timestamp.
setReferenceTime(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set the reference timestamp given NTP TimeStamp object.
setRemoteVerificationEnabled(boolean) - method in class org.apache.commons.net.ftp.FTPClient
Enable or disable verification that the remote host taking part of a data connection is the same as the host to which the control connection is attached.
setRemoteVerificationEnabled(boolean) - method in class org.apache.commons.net.bsd.RExecClient
Enable or disable verification that the remote host connecting to create a separate error stream is the same as the host to which the standard out stream is connected.
setRestartOffset(long) - method in class org.apache.commons.net.ftp.FTPClient
Sets the restart offset.
setSender(org.apache.commons.net.smtp.RelayPath) - method in class org.apache.commons.net.smtp.SMTPClient
Set the sender of a message using the SMTP MAIL command, specifying a reverse relay path.
setSender(String) - method in class org.apache.commons.net.smtp.SMTPClient
Set the sender of a message using the SMTP MAIL command, specifying the sender's email address.
setServerLanguageCode(String) - method in class org.apache.commons.net.ftp.FTPClientConfig
setter for the serverLanguageCode property.
setServerTimeZoneId(String) - method in class org.apache.commons.net.ftp.FTPClientConfig
setter for the serverTimeZoneId property.
setShortMonthNames(String) - method in class org.apache.commons.net.ftp.FTPClientConfig
setter for the shortMonthNames property.
setSize(long) - method in class org.apache.commons.net.ftp.FTPFile
Set the file size in bytes.
Sets the SocketFactory used by the SocketClient to open socket connections.
setSoLinger(boolean,int) - method in class org.apache.commons.net.SocketClient
Sets the SO_LINGER timeout on the currently opened socket.
setSoTimeout(int) - method in class org.apache.commons.net.DatagramSocketClient
Set the timeout in milliseconds of a currently open connection.
setSoTimeout(int) - method in class org.apache.commons.net.SocketClient
Set the timeout in milliseconds of a currently open connection.
setState(int) - method in class org.apache.commons.net.pop3.POP3
Sets POP3 client state.
setStratum(int) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set stratum level as defined in RFC-1305.
setStratum(int) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set stratum as defined in RFC-1305
setSubject(String) - method in class org.apache.commons.net.nntp.Article
setTcpNoDelay(boolean) - method in class org.apache.commons.net.SocketClient
Enables or disables the Nagle's algorithm (TCP_NODELAY) on the currently opened socket.
setTimestamp(Calendar) - method in class org.apache.commons.net.ftp.FTPFile
Set the file timestamp.
setTransmitTime(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set transmit time with NTP timestamp.
setTransmitTime(org.apache.commons.net.ntp.TimeStamp) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set the transmit timestamp given NTP TimeStamp object.
setType(int) - method in class org.apache.commons.net.ftp.FTPFile
Set the type of the file (DIRECTORY_TYPE, FILE_TYPE, etc.).
setUser(String) - method in class org.apache.commons.net.ftp.FTPFile
Set the name of the user owning the file.
setVersion(int) - method in class org.apache.commons.net.ntp.NTPUDPClient
Sets the NTP protocol version number that client sets on request packet communicate with remote host.
setVersion(int) - method in class org.apache.commons.net.ntp.NtpV3Impl
Set NTP version as defined in RFC-1305.
setVersion(int) - method in class org.apache.commons.net.ntp.NtpV3Packet
Set version as defined in RFC-1305
SimpleNNTPHeader - class org.apache.commons.net.nntp.SimpleNNTPHeader
This class is used to construct the bare minimum acceptable header for most news readers.
SimpleNNTPHeader(String,String) - constructor for class org.apache.commons.net.nntp.SimpleNNTPHeader
Creates a new SimpleNNTPHeader instance initialized with the given from and subject header field values.
SimpleOptionHandler - class org.apache.commons.net.telnet.SimpleOptionHandler
Simple option handler that can be used for options that don't require subnegotiation.
SimpleOptionHandler(int) - constructor for class org.apache.commons.net.telnet.SimpleOptionHandler
Constructor for the SimpleOptionHandler.
SimpleOptionHandler(int,boolean,boolean,boolean,boolean) - constructor for class org.apache.commons.net.telnet.SimpleOptionHandler
Constructor for the SimpleOptionHandler.
SimpleSMTPHeader - class org.apache.commons.net.smtp.SimpleSMTPHeader
This class is used to construct a bare minimum acceptable header for an email message.
SimpleSMTPHeader(String,String,String) - constructor for class org.apache.commons.net.smtp.SimpleSMTPHeader
Creates a new SimpleSMTPHeader instance initialized with the given from, to, and subject header field values.
simplifiedSubject() - method in class org.apache.commons.net.nntp.Article
simplifiedSubject() - method in class org.apache.commons.net.nntp.Threadable
SITE - static field in class org.apache.commons.net.ftp.FTPCommand
site(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP SITE command to the server, receive the reply, and return the reply code.
SITE_PARAMETERS - static field in class org.apache.commons.net.ftp.FTPCommand
size - field in class org.apache.commons.net.pop3.POP3MessageInfo
SLAVE - static field in class org.apache.commons.net.nntp.NNTPCommand
SLAVE_STATUS_NOTED - static field in class org.apache.commons.net.nntp.NNTPReply
SMNT - static field in class org.apache.commons.net.ftp.FTPCommand
smnt(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP SMNT command to the server, receive the reply, and return the reply code.
SMTP - class org.apache.commons.net.smtp.SMTP
SMTP provides the basic the functionality necessary to implement your own SMTP client.
SMTP() - constructor for class org.apache.commons.net.smtp.SMTP
The default SMTP constructor.
SMTPClient - class org.apache.commons.net.smtp.SMTPClient
SMTPClient encapsulates all the functionality necessary to send files through an SMTP server.
SMTPCommand - class org.apache.commons.net.smtp.SMTPCommand
SMTPCommand stores a set of constants for SMTP command codes.
SMTPConnectionClosedException is used to indicate the premature or unexpected closing of an SMTP connection resulting from a SMTPReply.SERVICE_NOT_AVAILABLE response (SMTP reply code 421) to a failed SMTP command.
SMTPConnectionClosedException() - constructor for class org.apache.commons.net.smtp.SMTPConnectionClosedException
Constructs a SMTPConnectionClosedException with no message **
SMTPConnectionClosedException(String) - constructor for class org.apache.commons.net.smtp.SMTPConnectionClosedException
Constructs a SMTPConnectionClosedException with a specified message.
SMTPReply - class org.apache.commons.net.smtp.SMTPReply
SMTPReply stores a set of constants for SMTP reply codes.
SocketClient - class org.apache.commons.net.SocketClient
The SocketClient provides the basic operations that are required of client objects accessing sockets.
SocketClient() - constructor for class org.apache.commons.net.SocketClient
Default constructor for SocketClient.
SocketFactory - interface org.apache.commons.net.SocketFactory
The SocketFactory interface provides a means for the programmer to control the creation of sockets and provide his own Socket implementations for use by all classes derived from SocketClient.
SocketInputStream - class org.apache.commons.net.io.SocketInputStream
This class wraps an input stream, storing a reference to its originating socket.
SocketInputStream(Socket,InputStream) - constructor for class org.apache.commons.net.io.SocketInputStream
Creates a SocketInputStream instance wrapping an input stream and storing a reference to a socket that should be closed on closing the stream.
SocketOutputStream - class org.apache.commons.net.io.SocketOutputStream
This class wraps an output stream, storing a reference to its originating socket.
SocketOutputStream(Socket,OutputStream) - constructor for class org.apache.commons.net.io.SocketOutputStream
Creates a SocketOutputStream instance wrapping an output stream and storing a reference to a socket that should be closed on closing the stream.
SOML - static field in class org.apache.commons.net.smtp.SMTPCommand
soml(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP SOML command to the server, receive the reply, and return the reply code.
START_MAIL_INPUT - static field in class org.apache.commons.net.smtp.SMTPReply
startSubnegotiationLocal() - method in class org.apache.commons.net.telnet.EchoOptionHandler
Implements the abstract method of TelnetOptionHandler.
startSubnegotiationLocal() - method in class org.apache.commons.net.telnet.SimpleOptionHandler
Implements the abstract method of TelnetOptionHandler.
startSubnegotiationLocal() - method in class org.apache.commons.net.telnet.SuppressGAOptionHandler
Implements the abstract method of TelnetOptionHandler.
startSubnegotiationLocal() - method in class org.apache.commons.net.telnet.TelnetOptionHandler
This method is invoked whenever this option is acknowledged active on the local end (TelnetClient sent a WILL, remote side sent a DO).
startSubnegotiationLocal() - method in class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Implements the abstract method of TelnetOptionHandler.
startSubnegotiationRemote() - method in class org.apache.commons.net.telnet.EchoOptionHandler
Implements the abstract method of TelnetOptionHandler.
startSubnegotiationRemote() - method in class org.apache.commons.net.telnet.SimpleOptionHandler
Implements the abstract method of TelnetOptionHandler.
startSubnegotiationRemote() - method in class org.apache.commons.net.telnet.SuppressGAOptionHandler
Implements the abstract method of TelnetOptionHandler.
startSubnegotiationRemote() - method in class org.apache.commons.net.telnet.TelnetOptionHandler
This method is invoked whenever this option is acknowledged active on the remote end (TelnetClient sent a DO, remote side sent a WILL).
startSubnegotiationRemote() - method in class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Implements the abstract method of TelnetOptionHandler.
STAT - static field in class org.apache.commons.net.ftp.FTPCommand
STAT - static field in class org.apache.commons.net.nntp.NNTPCommand
STAT - static field in class org.apache.commons.net.pop3.POP3Command
Get status.
stat() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP STAT command to the server, receive the reply, and return the reply code.
stat() - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP STAT command to the server, receive the initial reply, and return the reply code.
stat(int) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP STAT command to the server, receive the initial reply, and return the reply code.
stat(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP STAT command to the server, receive the reply, and return the reply code.
stat(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP STAT command to the server, receive the initial reply, and return the reply code.
STATUS - static field in class org.apache.commons.net.ftp.FTPCommand
STATUS - static field in class org.apache.commons.net.telnet.TelnetOption
status() - method in class org.apache.commons.net.pop3.POP3Client
Get the mailbox status.
stopSpyStream() - method in class org.apache.commons.net.telnet.TelnetClient
Stops spying this TelnetClient.
STOR - static field in class org.apache.commons.net.ftp.FTPCommand
stor(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP STOR command to the server, receive the reply, and return the reply code.
STORAGE_ALLOCATION_EXCEEDED - static field in class org.apache.commons.net.ftp.FTPReply
STORAGE_ALLOCATION_EXCEEDED - static field in class org.apache.commons.net.smtp.SMTPReply
STORE - static field in class org.apache.commons.net.ftp.FTPCommand
STORE_UNIQUE - static field in class org.apache.commons.net.ftp.FTPCommand
storeFile(String,InputStream) - method in class org.apache.commons.net.ftp.FTPClient
Stores a file on the server using the given name and taking input from the given InputStream.
storeFileStream(String) - method in class org.apache.commons.net.ftp.FTPClient
Returns an OutputStream through which data can be written to store a file on the server using the given name.
storeUniqueFile(InputStream) - method in class org.apache.commons.net.ftp.FTPClient
Stores a file on the server using a unique name assigned by the server and taking input from the given InputStream.
storeUniqueFile(String,InputStream) - method in class org.apache.commons.net.ftp.FTPClient
Stores a file on the server using a unique name derived from the given name and taking input from the given InputStream.
storeUniqueFileStream() - method in class org.apache.commons.net.ftp.FTPClient
Returns an OutputStream through which data can be written to store a file on the server using a unique name assigned by the server.
storeUniqueFileStream(String) - method in class org.apache.commons.net.ftp.FTPClient
Returns an OutputStream through which data can be written to store a file on the server using a unique name derived from the given name.
STOU - static field in class org.apache.commons.net.ftp.FTPCommand
stou() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP STOU command to the server, receive the reply, and return the reply code.
stou(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP STOU command to the server, receive the reply, and return the reply code.
STREAM_TRANSFER_MODE - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a file is to be transfered as a stream of bytes.
STRU - static field in class org.apache.commons.net.ftp.FTPCommand
stru(int) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP STRU command to the server, receive the reply, and return the reply code.
STRUCTURE_MOUNT - static field in class org.apache.commons.net.ftp.FTPCommand
structureMount(String) - method in class org.apache.commons.net.ftp.FTPClient
Issue the FTP SMNT command.
subjectIsReply() - method in class org.apache.commons.net.nntp.Article
subjectIsReply() - method in class org.apache.commons.net.nntp.Threadable
SUPDUP - static field in class org.apache.commons.net.telnet.TelnetOption
SUPDUP_OUTPUT - static field in class org.apache.commons.net.telnet.TelnetOption
SUPPRESS_GO_AHEAD - static field in class org.apache.commons.net.telnet.TelnetOption
SuppressGAOptionHandler - class org.apache.commons.net.telnet.SuppressGAOptionHandler
Implements the telnet suppress go ahead option RFC 858.
SuppressGAOptionHandler() - constructor for class org.apache.commons.net.telnet.SuppressGAOptionHandler
Constructor for the SuppressGAOptionHandler.
SuppressGAOptionHandler(boolean,boolean,boolean,boolean) - constructor for class org.apache.commons.net.telnet.SuppressGAOptionHandler
Constructor for the SuppressGAOptionHandler.
SUSP - static field in class org.apache.commons.net.telnet.TelnetCommand
Suspend process code.
SYMBOLIC_LINK_TYPE - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating an FTPFile is a symbolic link.
SYNCH - static field in class org.apache.commons.net.telnet.TelnetCommand
Synchronize code.
SYNTAX_ERROR_IN_ARGUMENTS - static field in class org.apache.commons.net.ftp.FTPReply
SYNTAX_ERROR_IN_ARGUMENTS - static field in class org.apache.commons.net.smtp.SMTPReply
SYST - static field in class org.apache.commons.net.ftp.FTPCommand
syst() - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP SYST command to the server, receive the reply, and return the reply code.
SYST_MVS - static field in class org.apache.commons.net.ftp.FTPClientConfig
Identifier by which an MVS-based ftp server is known throughout the commons-net ftp system.
SYST_NT - static field in class org.apache.commons.net.ftp.FTPClientConfig
Identifier by which a WindowsNT-based ftp server is known throughout the commons-net ftp system.
SYST_OS2 - static field in class org.apache.commons.net.ftp.FTPClientConfig
Identifier by which an OS/2-based ftp server is known throughout the commons-net ftp system.
SYST_OS400 - static field in class org.apache.commons.net.ftp.FTPClientConfig
Identifier by which an OS/400-based ftp server is known throughout the commons-net ftp system.
SYST_UNIX - static field in class org.apache.commons.net.ftp.FTPClientConfig
Identifier by which a unix-based ftp server is known throughout the commons-net ftp system.
SYST_VMS - static field in class org.apache.commons.net.ftp.FTPClientConfig
Identifier by which a vms-based ftp server is known throughout the commons-net ftp system.
SYSTAT_PORT - static field in class org.apache.commons.net.CharGenTCPClient
The systat port value of 11 according to RFC 866.
SYSTAT_PORT - static field in class org.apache.commons.net.CharGenUDPClient
The systat port value of 11 according to RFC 866.
SYSTEM - static field in class org.apache.commons.net.ftp.FTPCommand
SYSTEM_STATUS - static field in class org.apache.commons.net.ftp.FTPReply
SYSTEM_STATUS - static field in class org.apache.commons.net.smtp.SMTPReply

T

TACACS_USER_IDENTIFICATION - static field in class org.apache.commons.net.telnet.TelnetOption
TELNET_TEXT_FORMAT - static field in class org.apache.commons.net.ftp.FTP
A constant used to indicate a text file contains format vertical format control characters.
TelnetClient - class org.apache.commons.net.telnet.TelnetClient
The TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.
TelnetClient() - constructor for class org.apache.commons.net.telnet.TelnetClient
Default TelnetClient constructor.
TelnetClient(String) - constructor for class org.apache.commons.net.telnet.TelnetClient
TelnetCommand - class org.apache.commons.net.telnet.TelnetCommand
The TelnetCommand class cannot be instantiated and only serves as a storehouse for telnet command constants.
TelnetNotificationHandler - interface org.apache.commons.net.telnet.TelnetNotificationHandler
The TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a telnet session.
TelnetOption - class org.apache.commons.net.telnet.TelnetOption
The TelnetOption class cannot be instantiated and only serves as a storehouse for telnet option constants.
TelnetOptionHandler - class org.apache.commons.net.telnet.TelnetOptionHandler
The TelnetOptionHandler class is the base class to be used for implementing handlers for telnet options.
TelnetOptionHandler(int,boolean,boolean,boolean,boolean) - constructor for class org.apache.commons.net.telnet.TelnetOptionHandler
Constructor for the TelnetOptionHandler.
TERMINAL_LOCATION_NUMBER - static field in class org.apache.commons.net.telnet.TelnetOption
TERMINAL_SPEED - static field in class org.apache.commons.net.telnet.TelnetOption
TERMINAL_TYPE - static field in class org.apache.commons.net.telnet.TelnetOption
TERMINAL_TYPE - static field in class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Terminal type option
TERMINAL_TYPE_IS - static field in class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Is (for subnegotiation)
TERMINAL_TYPE_SEND - static field in class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Send (for subnegotiation)
TerminalTypeOptionHandler - class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Implements the telnet terminal type option RFC 1091.
TerminalTypeOptionHandler(String) - constructor for class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Constructor for the TerminalTypeOptionHandler.
Constructor for the TerminalTypeOptionHandler.
TFTP - class org.apache.commons.net.tftp.TFTP
The TFTP class exposes a set of methods to allow you to deal with the TFTP protocol directly, in case you want to write your own TFTP client or server.
TFTP() - constructor for class org.apache.commons.net.tftp.TFTP
Creates a TFTP instance with a default timeout of DEFAULT_TIMEOUT, a null socket, and buffered operations disabled.
TFTPAckPacket - class org.apache.commons.net.tftp.TFTPAckPacket
A final class derived from TFTPPacket definiing the TFTP Acknowledgement packet type.
TFTPAckPacket(InetAddress,int,int) - constructor for class org.apache.commons.net.tftp.TFTPAckPacket
Creates an acknowledgment packet to be sent to a host at a given port acknowledging receipt of a block.
TFTPClient - class org.apache.commons.net.tftp.TFTPClient
The TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP.
TFTPClient() - constructor for class org.apache.commons.net.tftp.TFTPClient
Creates a TFTPClient instance with a default timeout of DEFAULT_TIMEOUT, maximum timeouts value of DEFAULT_MAX_TIMEOUTS, a null socket, and buffered operations disabled.
TFTPDataPacket - class org.apache.commons.net.tftp.TFTPDataPacket
A final class derived from TFTPPacket definiing the TFTP Data packet type.
TFTPDataPacket(InetAddress,int,int,byte[]) - constructor for class org.apache.commons.net.tftp.TFTPDataPacket
TFTPDataPacket(InetAddress,int,int,byte[],int,int) - constructor for class org.apache.commons.net.tftp.TFTPDataPacket
Creates a data packet to be sent to a host at a given port with a given block number.
TFTPErrorPacket - class org.apache.commons.net.tftp.TFTPErrorPacket
A final class derived from TFTPPacket definiing the TFTP Error packet type.
TFTPErrorPacket(InetAddress,int,int,String) - constructor for class org.apache.commons.net.tftp.TFTPErrorPacket
Creates an error packet to be sent to a host at a given port with an error code and error message.
TFTPPacket - class org.apache.commons.net.tftp.TFTPPacket
TFTPPacket is an abstract class encapsulating the functionality common to the 5 types of TFTP packets.
TFTPPacketException - class org.apache.commons.net.tftp.TFTPPacketException
A class used to signify the occurrence of an error in the creation of a TFTP packet.
TFTPPacketException() - constructor for class org.apache.commons.net.tftp.TFTPPacketException
Simply calls the corresponding constructor of its superclass.
TFTPPacketException(String) - constructor for class org.apache.commons.net.tftp.TFTPPacketException
Simply calls the corresponding constructor of its superclass.
TFTPReadRequestPacket - class org.apache.commons.net.tftp.TFTPReadRequestPacket
A class derived from TFTPRequestPacket definiing a TFTP read request packet type.
TFTPReadRequestPacket(InetAddress,int,String,int) - constructor for class org.apache.commons.net.tftp.TFTPReadRequestPacket
Creates a read request packet to be sent to a host at a given port with a filename and transfer mode request.
TFTPRequestPacket - class org.apache.commons.net.tftp.TFTPRequestPacket
An abstract class derived from TFTPPacket definiing a TFTP Request packet type.
TFTPWriteRequestPacket - class org.apache.commons.net.tftp.TFTPWriteRequestPacket
A class derived from TFTPRequestPacket definiing a TFTP write request packet type.
TFTPWriteRequestPacket(InetAddress,int,String,int) - constructor for class org.apache.commons.net.tftp.TFTPWriteRequestPacket
Creates a write request packet to be sent to a host at a given port with a filename and transfer mode request.
thread(org.apache.commons.net.nntp.Threadable[]) - method in class org.apache.commons.net.nntp.Threader
The main threader entry point - The client passes in an array of Threadable objects, and the Threader constructs a connected 'graph' of messages
Threadable - interface org.apache.commons.net.nntp.Threadable
A placeholder interface for threadable message objects Author: Rory Winston <rwinston@checkfree.com>
Threader - class org.apache.commons.net.nntp.Threader
This is an implementation of a message threading algorithm, as originally devised by Zamie Zawinski.
TimeInfo - class org.apache.commons.net.ntp.TimeInfo
Wrapper class to network time packet messages (NTP, etc) that computes related timing info and stats.
TimeInfo(org.apache.commons.net.ntp.NtpV3Packet,long) - constructor for class org.apache.commons.net.ntp.TimeInfo
Create TimeInfo object with raw packet message and destination time received.
TimeInfo(org.apache.commons.net.ntp.NtpV3Packet,long,boolean) - constructor for class org.apache.commons.net.ntp.TimeInfo
Create TimeInfo object with raw packet message and destination time received.
TimeInfo(org.apache.commons.net.ntp.NtpV3Packet,long,List) - constructor for class org.apache.commons.net.ntp.TimeInfo
Create TimeInfo object with raw packet message and destination time received.
TimeInfo(org.apache.commons.net.ntp.NtpV3Packet,long,List,boolean) - constructor for class org.apache.commons.net.ntp.TimeInfo
Create TimeInfo object with raw packet message and destination time received.
TimeStamp - class org.apache.commons.net.ntp.TimeStamp
TimeStamp class represents the Network Time Protocol (NTP) timestamp as defined in RFC-1305 and SNTP (RFC-2030).
TimeStamp(Date) - constructor for class org.apache.commons.net.ntp.TimeStamp
Constructs a newly allocated NTP timestamp object that represents the Java Date argument.
TimeStamp(long) - constructor for class org.apache.commons.net.ntp.TimeStamp
Constructs a newly allocated NTP timestamp object that represents the native 64-bit long argument.
TimeStamp(String) - constructor for class org.apache.commons.net.ntp.TimeStamp
Constructs a newly allocated NTP timestamp object that represents the value represented by the string in hexdecimal form (e.g.
TimeTCPClient - class org.apache.commons.net.TimeTCPClient
The TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868.
TimeTCPClient() - constructor for class org.apache.commons.net.TimeTCPClient
The default TimeTCPClient constructor.
TimeUDPClient - class org.apache.commons.net.TimeUDPClient
The TimeUDPClient class is a UDP implementation of a client for the Time protocol described in RFC 868.
TIMING_MARK - static field in class org.apache.commons.net.telnet.TelnetOption
toDateString() - method in class org.apache.commons.net.ntp.TimeStamp
Converts this TimeStamp object to a String of the form:
 EEE, MMM dd yyyy HH:mm:ss.SSS
See java.text.SimpleDataFormat for code descriptions.
ToNetASCIIInputStream - class org.apache.commons.net.io.ToNetASCIIInputStream
This class wraps an input stream, replacing all singly occurring <LF> (linefeed) characters with <CR><LF> (carriage return followed by linefeed), which is the NETASCII standard for representing a newline.
ToNetASCIIInputStream(InputStream) - constructor for class org.apache.commons.net.io.ToNetASCIIInputStream
Creates a ToNetASCIIInputStream instance that wraps an existing InputStream.
ToNetASCIIOutputStream - class org.apache.commons.net.io.ToNetASCIIOutputStream
This class wraps an output stream, replacing all singly occurring <LF> (linefeed) characters with <CR><LF> (carriage return followed by linefeed), which is the NETASCII standard for representing a newline.
ToNetASCIIOutputStream(OutputStream) - constructor for class org.apache.commons.net.io.ToNetASCIIOutputStream
Creates a ToNetASCIIOutputStream instance that wraps an existing OutputStream.
toNtpTime(long) - static method in class org.apache.commons.net.ntp.TimeStamp
Converts Java time to 64-bit NTP time representation.
TOP - static field in class org.apache.commons.net.pop3.POP3Command
Retrieve top number lines from message.
toString() - method in class org.apache.commons.net.ftp.FTPFile
Returns a string representation of the FTPFile information.
toString() - method in class org.apache.commons.net.ntp.NtpV3Impl
Returns details of NTP packet as a string.
toString() - method in class org.apache.commons.net.smtp.RelayPath
Return the properly formatted string representation of the relay path.
toString() - method in class org.apache.commons.net.nntp.SimpleNNTPHeader
Converts the SimpleNNTPHeader to a properly formatted header in the form of a String, including the blank line used to separate the header from the article body.
toString() - method in class org.apache.commons.net.smtp.SimpleSMTPHeader
Converts the SimpleSMTPHeader to a properly formatted header in the form of a String, including the blank line used to separate the header from the article body.
toString() - method in class org.apache.commons.net.ntp.TimeStamp
Converts this TimeStamp object to a String.
toString(long) - static method in class org.apache.commons.net.ntp.TimeStamp
Converts 64-bit NTP timestamp value to a String.
toUTCString() - method in class org.apache.commons.net.ntp.TimeStamp
Converts this TimeStamp object to a String of the form:
 EEE, MMM dd yyyy HH:mm:ss.SSS UTC
See java.text.SimpleDataFormat for code descriptions.
TRANSACTION_FAILED - static field in class org.apache.commons.net.smtp.SMTPReply
TRANSACTION_STATE - static field in class org.apache.commons.net.pop3.POP3
A constant representing the POP3 transaction state.
TRANSFER_ABORTED - static field in class org.apache.commons.net.ftp.FTPReply
TRANSFER_FAILED - static field in class org.apache.commons.net.nntp.NNTPReply
TRANSFER_MODE - static field in class org.apache.commons.net.ftp.FTPCommand
TURN - static field in class org.apache.commons.net.smtp.SMTPCommand
turn() - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP TURN command to the server, receive the reply, and return the reply code.
TYPE - static field in class org.apache.commons.net.ftp.FTPCommand
type(int) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP TYPE command to the server, receive the reply, and return the reply code.
type(int,int) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP TYPE command for text files to the server, receive the reply, and return the reply code.
TYPE_DAYTIME - static field in class org.apache.commons.net.ntp.NtpV3Packet
TYPE_ICMP - static field in class org.apache.commons.net.ntp.NtpV3Packet
TYPE_NTP - static field in class org.apache.commons.net.ntp.NtpV3Packet
TYPE_TIME - static field in class org.apache.commons.net.ntp.NtpV3Packet

U

ui(byte) - static method in class org.apache.commons.net.ntp.NtpV3Impl
Convert byte to unsigned integer.
UIDL - static field in class org.apache.commons.net.pop3.POP3Command
List unique message identifier(s).
ul(byte) - static method in class org.apache.commons.net.ntp.NtpV3Impl
Convert byte to unsigned long.
UNDEFINED - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The undefined error code according to RFC 783, value 0.
UnixFTPEntryParser - class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
Implementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems.
UnixFTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
The default constructor for a UnixFTPEntryParser object.
UnixFTPEntryParser(org.apache.commons.net.ftp.FTPClientConfig) - constructor for class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
This constructor allows the creation of a UnixFTPEntryParser object with something other than the default configuration.
UNKNOWN_POSTING_PERMISSION - static field in class org.apache.commons.net.nntp.NewsgroupInfo
A constant indicating that the posting permission of a newsgroup is unknown.
UNKNOWN_STREAM_SIZE - static field in class org.apache.commons.net.io.CopyStreamEvent
Constant used to indicate the stream size is unknown.
UNKNOWN_TID - static field in class org.apache.commons.net.tftp.TFTPErrorPacket
The unknown transfer id error code according to RFC 783, value 5.
UNKNOWN_TYPE - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating an FTPFile is of unknown type.
UNRECOGNIZED_COMMAND - static field in class org.apache.commons.net.ftp.FTPReply
UNRECOGNIZED_COMMAND - static field in class org.apache.commons.net.smtp.SMTPReply
unregisterNotifHandler() - method in class org.apache.commons.net.telnet.TelnetClient
Unregisters the current notification handler.
UPDATE_STATE - static field in class org.apache.commons.net.pop3.POP3
A constant representing the POP3 update state.
USER - static field in class org.apache.commons.net.ftp.FTPCommand
USER - static field in class org.apache.commons.net.pop3.POP3Command
Send user name.
user(String) - method in class org.apache.commons.net.ftp.FTP
A convenience method to send the FTP USER command to the server, receive the reply, and return the reply code.
USER_ACCESS - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating user access permissions.
USER_LOGGED_IN - static field in class org.apache.commons.net.ftp.FTPReply
USER_NOT_LOCAL - static field in class org.apache.commons.net.smtp.SMTPReply
USER_NOT_LOCAL_WILL_FORWARD - static field in class org.apache.commons.net.smtp.SMTPReply
USERNAME - static field in class org.apache.commons.net.ftp.FTPCommand
Util - class org.apache.commons.net.io.Util
The Util class cannot be instantiated and stores short static convenience methods that are often quite useful.

V

VERIFY - static field in class org.apache.commons.net.smtp.SMTPCommand
verify(String) - method in class org.apache.commons.net.smtp.SMTPClient
Verify that a username or email address is valid, i.e., that mail can be delivered to that mailbox on the server.
verifyRemote(Socket) - method in class org.apache.commons.net.SocketClient
Verifies that the remote end of the given socket is connected to the the same host that the SocketClient is currently connected to.
VERSION_3 - static field in class org.apache.commons.net.ntp.NtpV3Packet
VERSION_4 - static field in class org.apache.commons.net.ntp.NtpV3Packet
VMSFTPEntryParser - class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
Implementation FTPFileEntryParser and FTPFileListParser for VMS Systems.
VMSFTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
Constructor for a VMSFTPEntryParser object.
VMSFTPEntryParser(org.apache.commons.net.ftp.FTPClientConfig) - constructor for class org.apache.commons.net.ftp.parser.VMSFTPEntryParser
This constructor allows the creation of a VMSFTPEntryParser object with something other than the default configuration.
VMSVersioningFTPEntryParser - class org.apache.commons.net.ftp.parser.VMSVersioningFTPEntryParser
Special implementation VMSFTPEntryParser with versioning turned on.
VMSVersioningFTPEntryParser() - constructor for class org.apache.commons.net.ftp.parser.VMSVersioningFTPEntryParser
Constructor for a VMSFTPEntryParser object.
This constructor allows the creation of a VMSVersioningFTPEntryParser object with something other than the default configuration.
VRFY - static field in class org.apache.commons.net.smtp.SMTPCommand
vrfy(String) - method in class org.apache.commons.net.smtp.SMTP
A convenience method to send the SMTP VRFY command to the server, receive the reply, and return the reply code.

W

WhoisClient - class org.apache.commons.net.WhoisClient
The WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954.
WhoisClient() - constructor for class org.apache.commons.net.WhoisClient
The default whois constructor.
WILL - static field in class org.apache.commons.net.telnet.TelnetCommand
Agree to use option code.
WINDOW_SIZE - static field in class org.apache.commons.net.telnet.TelnetOption
WONT - static field in class org.apache.commons.net.telnet.TelnetCommand
Refuse to use option code.
WORLD_ACCESS - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating world access permissions.
write(buffer[]) - method in class org.apache.commons.net.io.FromNetASCIIOutputStream
Writes a byte array to the stream.
write(buffer[]) - method in class org.apache.commons.net.io.ToNetASCIIOutputStream
Writes a byte array to the stream.
write(buffer[],int,int) - method in class org.apache.commons.net.io.FromNetASCIIOutputStream
Writes a number of bytes from a byte array to the stream starting from a given offset.
write(buffer[],int,int) - method in class org.apache.commons.net.io.SocketOutputStream
Writes a number of bytes from a byte array to the stream starting from a given offset.
write(buffer[],int,int) - method in class org.apache.commons.net.io.ToNetASCIIOutputStream
Writes a number of bytes from a byte array to the stream starting from a given offset.
write(char[]) - method in class org.apache.commons.net.io.DotTerminatedMessageWriter
Writes a character array to the output.
write(char[],int,int) - method in class org.apache.commons.net.io.DotTerminatedMessageWriter
Writes a number of characters from a character array to the output starting from a given offset.
write(int) - method in class org.apache.commons.net.io.DotTerminatedMessageWriter
Writes a character to the output.
write(int) - method in class org.apache.commons.net.io.FromNetASCIIOutputStream
Writes a byte to the stream.
write(int) - method in class org.apache.commons.net.io.ToNetASCIIOutputStream
Writes a byte to the stream.
write(String) - method in class org.apache.commons.net.io.DotTerminatedMessageWriter
Writes a String to the output.
write(String,int,int) - method in class org.apache.commons.net.io.DotTerminatedMessageWriter
Writes part of a String to the output starting from a given offset.
WRITE_PERMISSION - static field in class org.apache.commons.net.ftp.FTPFile
A constant indicating file/directory write permission.
WRITE_REQUEST - static field in class org.apache.commons.net.tftp.TFTPPacket
This is the actual TFTP spec identifier and is equal to 2.

X

X3_PAD - static field in class org.apache.commons.net.telnet.TelnetOption
X_DISPLAY_LOCATION - static field in class org.apache.commons.net.telnet.TelnetOption
XHDR - static field in class org.apache.commons.net.nntp.NNTPCommand
xhdr(String,String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP XHDR command to the server, receive the reply, and return the reply code.
XOVER - static field in class org.apache.commons.net.nntp.NNTPCommand
xover(String) - method in class org.apache.commons.net.nntp.NNTP
A convenience method to send the NNTP XOVER command to the server, receive the reply, and return the reply code.