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

A

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.
ABOR - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
abort() - Method in class org.apache.commons.net.ftp.FTPClient
Abort a transfer in progress.
ABORT - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
ABORT - Static variable in class org.apache.commons.net.telnet.TelnetCommand
Abort code.
ACCESS_VIOLATION - Static variable in class org.apache.commons.net.tftp.TFTPErrorPacket
The access violation error code according to RFC 783, value 2.
ACCOUNT - Static variable 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.
ACCT - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
ACKNOWLEDGEMENT - Static variable in class org.apache.commons.net.tftp.TFTPPacket
This is the actual TFTP spec identifier and is equal to 4.
ACTION_ABORTED - Static variable in class org.apache.commons.net.ftp.FTPReply
 
ACTION_ABORTED - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
ACTION_NOT_TAKEN - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
ACTION_OK - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
ACTIVE_LOCAL_DATA_CONNECTION_MODE - Static variable 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 variable 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.
addCopyStreamListener(CopyStreamListener) - Method in class org.apache.commons.net.io.CopyStreamAdapter
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.
addOptionHandler(TelnetOptionHandler) - Method in class org.apache.commons.net.telnet.TelnetClient
Registers a new TelnetOptionHandler for this telnet client to use.
addProtocolCommandListener(ProtocolCommandListener) - Method in class org.apache.commons.net.ftp.FTP
Adds a ProtocolCommandListener.
addProtocolCommandListener(ProtocolCommandListener) - Method in class org.apache.commons.net.nntp.NNTP
Adds a ProtocolCommandListener.
addProtocolCommandListener(ProtocolCommandListener) - Method in class org.apache.commons.net.pop3.POP3
Adds a ProtocolCommandListener.
addProtocolCommandListener(ProtocolCommandListener) - Method in class org.apache.commons.net.ProtocolCommandSupport
Adds a ProtocolCommandListener.
addProtocolCommandListener(ProtocolCommandListener) - Method in class org.apache.commons.net.smtp.SMTP
Adds a ProtocolCommandListener.
addRecipient(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(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.
ALLO - Static variable 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.
ALLOCATE - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
answerSubnegotiation(int[], int) - Method in class org.apache.commons.net.telnet.EchoOptionHandler
Implements the abstract method of TelnetOptionHandler.
answerSubnegotiation(int[], int) - Method in class org.apache.commons.net.telnet.SimpleOptionHandler
Implements the abstract method of TelnetOptionHandler.
answerSubnegotiation(int[], int) - Method in class org.apache.commons.net.telnet.SuppressGAOptionHandler
Implements the abstract method of TelnetOptionHandler.
answerSubnegotiation(int[], 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(int[], int) - Method in class org.apache.commons.net.telnet.TerminalTypeOptionHandler
Implements the abstract method of TelnetOptionHandler.
AO - Static variable in class org.apache.commons.net.telnet.TelnetCommand
Abort Output code.
APOP - Static variable in class org.apache.commons.net.pop3.POP3Command
Authorization.
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.
APPE - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
APPEND - Static variable 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 variable in class org.apache.commons.net.telnet.TelnetOption
 
Article - Class in org.apache.commons.net.nntp
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(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(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() - 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 - Static variable in class org.apache.commons.net.nntp.NNTPCommand
 
ARTICLE_LIST_BY_MESSAGE_ID_FOLLOWS - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_NOT_WANTED - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_POSTED_OK - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_REJECTED - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_RETRIEVED_BODY_FOLLOWS - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_RETRIEVED_HEAD_AND_BODY_FOLLOW - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_RETRIEVED_HEAD_FOLLOWS - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_RETRIEVED_REQUEST_TEXT_SEPARATELY - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
ARTICLE_TRANSFERRED_OK - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
articleId - Variable in class org.apache.commons.net.nntp.ArticlePointer
The unique id of the referenced article, including the enclosing < and > symbols which are technically not part of the identifier, but are required by all NNTP commands taking an article id as an argument.
articleNumber - Variable in class org.apache.commons.net.nntp.ArticlePointer
The number of the referenced article.
ArticlePointer - Class in org.apache.commons.net.nntp
This class is a structure used to return article number and unique id information extracted from an NNTP server reply.
ArticlePointer() - Constructor for class org.apache.commons.net.nntp.ArticlePointer
 
ASCII_FILE_TYPE - Static variable 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 variable 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 variable in class org.apache.commons.net.telnet.TelnetOption
 
AUTHENTICATION_ACCEPTED - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
AUTHENTICATION_REJECTED - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
AUTHENTICATION_REQUIRED - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
AUTHINFO - Static variable 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 variable 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 variable in class org.apache.commons.net.telnet.TelnetCommand
Are You There code.

B

BAD_COMMAND_SEQUENCE - Static variable in class org.apache.commons.net.ftp.FTPReply
 
BAD_COMMAND_SEQUENCE - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
beginBufferedOps() - Method in class org.apache.commons.net.tftp.TFTP
Initializes the internal buffers.
BINARY - Static variable in class org.apache.commons.net.telnet.TelnetOption
 
BINARY_FILE_TYPE - Static variable 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 variable in class org.apache.commons.net.tftp.TFTP
The binary transfer mode.
BLOCK_TRANSFER_MODE - Static variable 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(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.
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() - 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 - Static variable in class org.apache.commons.net.nntp.NNTPCommand
 
BREAK - Static variable 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(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 variable in class org.apache.commons.net.telnet.TelnetOption
 
bytesTransferred(CopyStreamEvent) - Method in class org.apache.commons.net.io.CopyStreamAdapter
This method is invoked by a CopyStreamEvent source after copying a block of bytes from a stream.
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(CopyStreamEvent) - Method in interface org.apache.commons.net.io.CopyStreamListener
This method is invoked by a CopyStreamEvent source after copying a block of bytes from a stream.
bytesTransferred(long, int, long) - Method in interface 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.

C

CANNOT_OPEN_DATA_CONNECTION - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CARRIAGE_CONTROL_TEXT_FORMAT - Static variable in class org.apache.commons.net.ftp.FTP
A constant used to indicate a text file contains ASA vertical format control characters.
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.
CDUP - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
CHANGE_TO_PARENT_DIRECTORY - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
CHANGE_WORKING_DIRECTORY - Static variable 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 - Class in examples
This is an example program demonstrating how to use the CharGenTCPClient and CharGenUDPClient classes.
chargen() - Constructor for class examples.chargen
 
CHARGEN_PORT - Static variable in class org.apache.commons.net.CharGenTCPClient
The character generator port value of 19 according to RFC 864.
CHARGEN_PORT - Static variable in class org.apache.commons.net.CharGenUDPClient
The character generator port value of 19 according to RFC 864.
chargenTCP(String) - Static method in class examples.chargen
 
CharGenTCPClient - Class in org.apache.commons.net
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.
chargenUDP(String) - Static method in class examples.chargen
 
CharGenUDPClient - Class in org.apache.commons.net
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 variable in class org.apache.commons.net.nntp.NNTPReply
 
CLOSING_DATA_CONNECTION - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_100 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_110 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_120 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_125 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_150 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_199 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_200 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_200 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_201 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_202 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_202 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_205 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_211 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_211 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_211 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_212 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_213 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_214 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_214 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_215 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_215 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_215 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_220 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_220 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_220 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_221 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_221 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_221 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_222 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_223 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_225 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_226 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_227 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_230 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_230 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_231 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_235 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_240 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_250 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_250 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_251 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_257 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_281 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_331 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_332 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_335 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_340 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_350 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_354 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_381 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_400 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_408 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_411 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_412 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_420 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_421 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_421 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_421 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_422 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_423 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_425 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_426 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_430 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_435 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_436 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_437 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_440 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_441 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_450 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_450 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_451 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_451 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_452 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_452 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_482 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_500 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_500 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_500 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_501 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_501 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_501 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_502 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_502 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_502 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_503 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_503 - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
CODE_503 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_504 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_504 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_521 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_530 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_532 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_550 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_550 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_551 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_551 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_552 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_552 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_553 - Static variable in class org.apache.commons.net.ftp.FTPReply
 
CODE_553 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
CODE_554 - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
COMMAND_IS_SUPERFLUOUS - Static variable in class org.apache.commons.net.ftp.FTPReply
 
COMMAND_NOT_IMPLEMENTED - Static variable in class org.apache.commons.net.ftp.FTPReply
 
COMMAND_NOT_IMPLEMENTED - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
COMMAND_NOT_IMPLEMENTED_FOR_PARAMETER - Static variable in class org.apache.commons.net.ftp.FTPReply
 
COMMAND_NOT_IMPLEMENTED_FOR_PARAMETER - Static variable in class org.apache.commons.net.smtp.SMTPReply
 
COMMAND_NOT_RECOGNIZED - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
COMMAND_OK - Static variable in class org.apache.commons.net.ftp.FTPReply
 
COMMAND_SYNTAX_ERROR - Static variable in class org.apache.commons.net.nntp.NNTPReply
 
compareTo(TimeStamp) - Method in class org.apache.commons.net.ntp.TimeStamp
Compares two Timestamps numerically.
compareTo(Object) - Method in class org.apache.commons.net.ntp.TimeStamp
Compares this TimeStamp to another Object.
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 in org.apache.commons.net.ftp.parser
This implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined.
CompositeFileEntryParser(FTPFileEntryParser[]) - Constructor for class org.apache.commons.net.ftp.parser.CompositeFileEntryParser
 
COMPRESSED_TRANSFER_MODE - Static variable 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 in org.apache.commons.net.ftp
This interface adds the aspect of configurability by means of a supplied FTPClientConfig object to other classes in the system, especially listing parsers.
ConfigurableFTPFileEntryParserImpl - Class in org.apache.commons.net.ftp.parser
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(FTPClientConfig) - Method in interface org.apache.commons.net.ftp.Configurable
 
configure(FTPClientConfig) - Method in class org.apache.commons.net.ftp.FTPClient
Implementation of the Configurable interface.
configure(FTPClientConfig) - Method in class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
Implementation of the Configurable interface.
configure(FTPClientConfig) - Method in class org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
Implementation of the Configurable interface.
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) - 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.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, 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(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(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(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(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, 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(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(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.
copyReader(Reader, Writer, int, long, CopyStreamListener) - 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 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.
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.
copyReader(Reader, Writer) - Static method in class org.apache.commons.net.io.Util
Same as copyReader(source, dest, DEFAULT_COPY_BUFFER_SIZE);
copyStream(InputStream, OutputStream, int, long, CopyStreamListener, boolean) - 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 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, int, long, CopyStreamListener) - 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 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, 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.
copyStream(InputStream, OutputStream) - Static method in class org.apache.commons.net.io.Util
Same as copyStream(source, dest, DEFAULT_COPY_BUFFER_SIZE);
CopyStreamAdapter - Class in org.apache.commons.net.io
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 in org.apache.commons.net.io
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 - Exception in org.apache.commons.net.io
The CopyStreamException class is thrown by the org.apache.commons.io.Util copyStream() methods.
CopyStreamException(String, long, IOException) - Constructor for exception org.apache.commons.net.io.CopyStreamException
Creates a new CopyStreamException instance.
CopyStreamListener - Interface in org.apache.commons.net.io
The CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation.
create(InputStream, FTPFileEntryParser, String) - Static method in class org.apache.commons.net.ftp.FTPFileList
Deprecated. The only way to create an FTPFileList object.
create(InputStream, FTPFileEntryParser) - Static method in class org.apache.commons.net.ftp.FTPFileList
Deprecated. The version of this method which takes an encoding should be used.
createDatagramSocket() - Method in interface org.apache.commons.net.DatagramSocketFactory
Creates a DatagramSocket on the local host at the first available port.
createDatagramSocket(int) - Method in interface org.apache.commons.net.DatagramSocketFactory
Creates a DatagramSocket on the local host at a specified port.
createDatagramSocket(int, InetAddress) - Method in interface org.apache.commons.net.DatagramSocketFactory
Creates a DatagramSocket at the specified address on the local host at a specified 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.DefaultDatagramSocketFactory
Creates a DatagramSocket on the local host at a specified port.
createDatagramSocket(int, InetAddress) - Method in class org.apache.commons.net.DefaultDatagramSocketFactory
Creates a DatagramSocket at the specified address on the local host at a specified port.
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(FTPClientConfig) - Method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
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.
createFileEntryParser(String) - Method in interface 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.
createFileEntryParser(FTPClientConfig) - Method in interface org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory
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.
createFileList(FTPFileEntryParser) - Method in class org.apache.commons.net.ftp.FTPClient
Deprecated. - use initiateListParsing(FTPFileEntryParser) method instead.
createFileList(String, FTPFileEntryParser) - Method in class org.apache.commons.net.ftp.FTPClient
Deprecated. - use initiateListParsing(String, FTPFileEntryParser) method instead.
createMVSEntryParser() - Method in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
 
createNetwareFTPEntryParser() - 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, 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, 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) - Method in interface org.apache.commons.net.SocketFactory
Creates a ServerSocket bound to a specified port.
createServerSocket(int, int) - Method in interface 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 interface 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(String, 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.DefaultSocketFactory
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(InetAddress, 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) - Method in interface org.apache.commons.net.SocketFactory
Creates a Socket connected to the given host and port.
createSocket(InetAddress, int) - Method in interface org.apache.commons.net.SocketFactory
Creates a Socket connected to the given host and port.
createSocket(String, int, InetAddress, int) - Method in interface 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(InetAddress, int, InetAddress, int) - Method in interface 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(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.
CWD - Static variable in class org.apache.commons.net.ftp.FTPCommand
 

D

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 - Static variable in class org.apache.commons.net.smtp.SMTPCommand
 
DATA - Static variable in class org.apache.commons.net.tftp.TFTPPacket
This is the actual TFTP spec identifier and is equal to 3.
DATA_CONNECTION_ALREADY_OPEN - Static variable in class org.apache.commons.net.ftp.FTPReply
 
DATA_CONNECTION_OPEN - Static variable in class org.apache.commons.net.ftp.FTPReply
 
DATA_ENTRY_TERMINAL - Static variable in class org.apache.commons.net.telnet.TelnetOption
 
DATA_PORT - Static variable in class org.apache.commons.net.ftp.FTPCommand
 
DatagramSocketClient - Class in org.apache.commons.net
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 in org.apache.commons.net
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 .
daytime - Class in examples
This is an example program demonstrating how to use the DaytimeTCP and DaytimeUDP classes.
daytime() - Constructor for class examples.daytime
 
daytimeTCP(String) - Static method in class examples.daytime
 
DaytimeTCPClient - Class in org.apache.commons.net
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.
daytimeUDP(String) - Static method in class examples.daytime
 
DaytimeUDPClient - Class in org.apache.commons.net
The DaytimeUDPClient class is a UDP implementation of a client for the Daytime protocol described in RFC 867.
DaytimeUDPClient() - Constructor for class org.apache.commons.net.DaytimeUDPClient
 
DEBUG_OUTPUT - Static variable 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 variable 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 variable in class org.apache.commons.net.io.Util
The default buffer size used by copyStream and copyReader .
DEFAULT_DATA_PORT - Static variable in class org.apache.commons.net.ftp.FTP
The default FTP data port (20).
DEFAULT_HOST - Static variable in class org.apache.commons.net.WhoisClient
The default whois host to query.
DEFAULT_MAX_TIMEOUTS - Static variable 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 variable in class org.apache.commons.net.bsd.RCommandClient
The default rshell port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.bsd.RExecClient
The default rexec port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.bsd.RLoginClient
The default rlogin port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.CharGenTCPClient
The default chargen port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.CharGenUDPClient
The default chargen port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.DaytimeTCPClient
The default daytime port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.DaytimeUDPClient
The default daytime port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.DiscardTCPClient
The default discard port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.DiscardUDPClient
The default discard port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.EchoTCPClient
The default echo port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.EchoUDPClient
The default echo port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.FingerClient
The default FINGER port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.ftp.FTP
The default FTP control port (21).
DEFAULT_PORT - Static variable in class org.apache.commons.net.nntp.NNTP
The default NNTP port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.ntp.NTPUDPClient
The default NTP port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.pop3.POP3
The default POP3 port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.smtp.SMTP
The default SMTP port (25).
DEFAULT_PORT - Static variable in class org.apache.commons.net.tftp.TFTP
The default TFTP port according to RFC 783 is 69.
DEFAULT_PORT - Static variable in class org.apache.commons.net.TimeTCPClient
The default time port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.TimeUDPClient
The default time port.
DEFAULT_PORT - Static variable in class org.apache.commons.net.WhoisClient
The default whois port.
DEFAULT_RECENT_SDF - Static variable in interface org.apache.commons.net.ftp.parser.FTPTimestampParser
the default recent date format.
DEFAULT_SDF - Static variable in interface org.apache.commons.net.ftp.parser.FTPTimestampParser
the default default date format.
DEFAULT_TIMEOUT - Static variable in class org.apache.commons.net.tftp.TFTP
The default number of milliseconds to wait to receive a datagram before timing out.
DefaultDatagramSocketFactory - Class in org.apache.commons.net
DefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.net.DatagramSocket constructors.
DefaultDatagramSocketFactory() - Constructor for class org.apache.commons.net.DefaultDatagramSocketFactory
 
DefaultFTPFileEntryParserFactory - Class in org.apache.commons.net.ftp.parser
This is the default implementation of the FTPFileEntryParserFactory interface.
DefaultFTPFileEntryParserFactory() - Constructor for class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
 
DefaultFTPFileListParser - Class in org.apache.commons.net.ftp
Deprecated. This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use the autodetect mechanism in DefaultFTPFileEntryParserFactory instead.
DefaultFTPFileListParser() - Constructor for class org.apache.commons.net.ftp.DefaultFTPFileListParser
Deprecated.  
DefaultSocketFactory - Class in org.apache.commons.net
DefaultSocketFactory implements the SocketFa