|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Newsgroups:
field.
copyReader(source, dest, DEFAULT_COPY_BUFFER_SIZE);
copyStream(source, dest, DEFAULT_COPY_BUFFER_SIZE);
DISCONNECTED_STATE
.
ACTIVE_LOCAL_DATA_CONNECTION_MODE
.
PASSIVE_LOCAL_DATA_CONNECTION_MODE
.
ACTIVE_REMOTE_DATA_CONNECTION
.
PASSIVE_REMOTE_DATA_CONNECTION_MODE
.
_DATA_CONNECTION_MODE
constants.
getTime(host, DEFAULT_PORT);
From:
header field.
Newsgroups:
header field.
Subject:
header field.
getTime(host, DaytimeUDPClient.DEFAULT_PORT);
getTime(host, DEFAULT_PORT);
_TYPE
constants),
e.g., if it is a directory, a regular file, or a symbolic link.
_ACCESS
constants) has the given access permission (one of the
_PERMISSION
constants) to the file.
FTPFileListParser
, obtain a
list of file information for a directory or information for
just a single file.
FTPFileListParser
,
obtain a list of file information for the current working directory.
DefaultFTPFileListParser
, obtain a list of
file information
for a directory or information for just a single file.
DefaultFTPFileListParser
, obtain a list of
file information for the current working directory.
number
and
size
set to 0, and identifier
set to
null.
number
set
to num
, size
set to octets
,
and identifier
set to null.
number
set
to num
, size
undefined,
and identifier
set to uid
.
FTPFile
instances.
FTPFile
instances.
rcommand(localUsername, remoteUsername, command, false);
receive(data, data.length)
STREAM_TRANSFER_MODE
file transfer starting
from the given offset.
retrieveArticle(articleId, null)
retrieveArticle(null)
retrieveArticle(articleNumber, null)
retrieveArticleBody(articleId, null)
retrieveArticleBody(null)
retrieveArticleBody(articleNumber, null)
retrieveArticleHeader(articleId, null)
retrieveArticleHeader(null)
retrieveArticleHeader(articleNumber, null)
rexec(username, password, command, false);
selectArticle(articleId, null)
selectArticle(null, articleId)
.
selectArticle(articleNumber, null)
selectNewsgroup(newsgroup, null)
selectNextArticle(null)
selectPreviousArticle(null)
send(host, CharGenUDPClient.DEFAULT_PORT);
send(data, length, host.
- send(byte[], InetAddress) -
Method in class org.apache.commons.net.DiscardUDPClient
- Same as
send(data, 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[], InetAddress) -
Method in class org.apache.commons.net.EchoUDPClient
- Same as
send(data, data.length, host)
- 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(TFTPPacket) -
Method in class org.apache.commons.net.tftp.TFTP
- Sends a TFTP packet to its destination.
- 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(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(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(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(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(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(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(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(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) -
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, 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) -
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, 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(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.smtp.SMTP
- Sends an SMTP 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.smtp.SMTP
- Sends an SMTP command with no arguments to the server, waits for a
reply and returns the numerical response code.
- 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, 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, 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, String) -
Method in class org.apache.commons.net.tftp.TFTPClient
- Same as calling sendFile(filename, mode, input, hostname, TFTP.DEFAULT_PORT).
- 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.
- setAddress(InetAddress) -
Method in class org.apache.commons.net.tftp.TFTPPacket
- Sets the host address where the packet is going to be sent.
- 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.
- setData(byte[], int, int) -
Method in class org.apache.commons.net.tftp.TFTPDataPacket
- Sets the data for the data packet.
- setDataTimeout(int) -
Method in class org.apache.commons.net.ftp.FTPClient
- Sets the timeout in milliseconds to use when reading from the
data connection.
- setDatagramSocketFactory(DatagramSocketFactory) -
Method in class org.apache.commons.net.DatagramSocketClient
- Sets the DatagramSocketFactory used by the DatagramSocketClient
to open DatagramSockets.
- 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.
- 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.
- 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.
- setName(String) -
Method in class org.apache.commons.net.ftp.FTPFile
- Set the name of the file.
- 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.
- setPort(int) -
Method in class org.apache.commons.net.tftp.TFTPPacket
- Sets the port where the packet is going to be sent.
- setRawListing(String) -
Method in class org.apache.commons.net.ftp.FTPFile
- Set the original FTP server raw listing from which the FTPFile was
created.
- 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.
- 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.
- setRestartOffset(long) -
Method in class org.apache.commons.net.ftp.FTPClient
- Sets the restart offset.
- setSender(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.
- setSize(long) -
Method in class org.apache.commons.net.ftp.FTPFile
- Set the file size in bytes.
- 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.
- setSocketFactory(SocketFactory) -
Method in class org.apache.commons.net.SocketClient
- Sets the SocketFactory used by the SocketClient to open socket
connections.
- setState(int) -
Method in class org.apache.commons.net.pop3.POP3
- Sets POP3 client state.
- 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.
- 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.
- 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.
- size -
Variable in class org.apache.commons.net.pop3.POP3MessageInfo
-
- 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.
- 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.
- 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(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.
- 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() -
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() -
Method in class org.apache.commons.net.pop3.POP3Client
- Get the mailbox status.
- 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.
- 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(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.
- 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.
- 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.
- 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.
- 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.
- streamSize -
Variable in class org.apache.commons.net.io.CopyStreamEvent
-
- 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.
- structureMount(String) -
Method in class org.apache.commons.net.ftp.FTPClient
- Issue the FTP SMNT command.
- 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.
AUTHORIZATION_STATE
.
_errorStream_
will point to an InputStream from which the standard error of the
remote process can be read (after a call to rexec()).
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |