Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G I M N O P Q R S T V W _

A

addProtocolCommandListener(ProtocolCommandListener) - Method in class org.apache.commons.net.ProtocolCommandSupport
Adds a ProtocolCommandListener.

C

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.
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.
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.
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.
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.

D

DEFAULT_HOST - Static variable in class org.apache.commons.net.WhoisClient
The default whois host to query.
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.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.
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.
DaytimeUDPClient() - Constructor for class org.apache.commons.net.DaytimeUDPClient
 
DefaultDatagramSocketFactory - class org.apache.commons.net.DefaultDatagramSocketFactory.
DefaultDatagramSocketFactory implements the DatagramSocketFactory interface by simply wrapping the java.net.DatagramSocket constructors.
DefaultDatagramSocketFactory() - Constructor for class org.apache.commons.net.DefaultDatagramSocketFactory
 
DefaultSocketFactory - class org.apache.commons.net.DefaultSocketFactory.
DefaultSocketFactory implements the SocketFactory interface by simply wrapping the java.net.Socket and java.net.ServerSocket constructors.
DefaultSocketFactory() - Constructor for class org.apache.commons.net.DefaultSocketFactory
 
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.SocketClient
Disconnects the socket connection.

E

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.
EchoUDPClient() - Constructor for class org.apache.commons.net.EchoUDPClient
 

F

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() 55 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() 55 methods.

G

getCommand() - Method in class org.apache.commons.net.ProtocolCommandEvent
Returns the string representation of the command type sent (e.g., "STAT" or "GET").
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, 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.
getDate(InetAddress) - Method in class org.apache.commons.net.TimeUDPClient
Same as getTime(host, DEFAULT_PORT);
getDefaultPort() - Method in class org.apache.commons.net.SocketClient
Returns the current value of the default port (stored in _defaultPort_ 55 ).
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.
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(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(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(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.
getListenerCount() - Method in class org.apache.commons.net.ProtocolCommandSupport
Returns the number of ProtocolCommandListeners currently registered.
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.
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.
getMessage() - Method in class org.apache.commons.net.ProtocolCommandEvent
Returns the entire message sent to or received from the server.
getOutputStream() - Method in class org.apache.commons.net.DiscardTCPClient
Returns an OutputStream through which you may write data to the server.
getRemoteAddress() - Method in class org.apache.commons.net.SocketClient
 
getRemotePort() - Method in class org.apache.commons.net.SocketClient
Returns the port number of the remote host to which the client is connected.
getReplyCode() - Method in class org.apache.commons.net.ProtocolCommandEvent
Returns the reply code of the received server reply.
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.
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(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) - Method in class org.apache.commons.net.DaytimeUDPClient
Same as getTime(host, DaytimeUDPClient.DEFAULT_PORT);
getTime() - Method in class org.apache.commons.net.TimeTCPClient
Retrieves the time from the server 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(InetAddress) - Method in class org.apache.commons.net.TimeUDPClient
Same as getTime(host, DEFAULT_PORT);

I

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.
isOpen() - Method in class org.apache.commons.net.DatagramSocketClient
Returns true if the client has a currently open socket.
isReply() - Method in class org.apache.commons.net.ProtocolCommandEvent
Returns true if the ProtocolCommandEvent was generated as a result of receiving a reply.

M

MalformedServerReplyException - exception org.apache.commons.net.MalformedServerReplyException.
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.

N

NETASCII_EOL - Static variable in class org.apache.commons.net.SocketClient
The end of line character sequence used by most IETF protocols.
NETSTAT_PORT - Static variable in class org.apache.commons.net.CharGenTCPClient
The netstat port value of 19.
NETSTAT_PORT - Static variable in class org.apache.commons.net.CharGenUDPClient
The netstat port value of 19.

O

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.
org.apache.commons.net - package org.apache.commons.net
 

P

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, String, String) - Constructor for class org.apache.commons.net.ProtocolCommandEvent
Creates a ProtocolCommandEvent signalling a command was sent to the server.
ProtocolCommandEvent(Object, int, String) - Constructor for class org.apache.commons.net.ProtocolCommandEvent
Creates a ProtocolCommandEvent signalling a reply to a command was received.
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.
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.
protocolCommandSent(ProtocolCommandEvent) - Method in interface org.apache.commons.net.ProtocolCommandListener
This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
protocolReplyReceived(ProtocolCommandEvent) - Method in interface org.apache.commons.net.ProtocolCommandListener
This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.

Q

QUOTE_OF_DAY_PORT - Static variable 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 variable in class org.apache.commons.net.CharGenUDPClient
The quote of the day port value of 17 according to RFC 865.
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(boolean) - Method in class org.apache.commons.net.FingerClient
Fingers 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.

R

receive() - Method in class org.apache.commons.net.CharGenUDPClient
Receive the reply data from the server.
receive(byte[], int) - Method in class org.apache.commons.net.EchoUDPClient
Receives echoed data and returns its length.
receive(byte[]) - Method in class org.apache.commons.net.EchoUDPClient
Same as receive(data, data.length)
removeProtocolCommandListener(ProtocolCommandListener) - Method in class org.apache.commons.net.ProtocolCommandSupport
Removes a ProtocolCommandListener.

S

SECONDS_1900_TO_1970 - Static variable 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 variable in class org.apache.commons.net.TimeUDPClient
The number of seconds between 00:00 1 January 1900 and 00:00 1 January 1970.
SYSTAT_PORT - Static variable in class org.apache.commons.net.CharGenTCPClient
The systat port value of 11 according to RFC 866.
SYSTAT_PORT - Static variable in class org.apache.commons.net.CharGenUDPClient
The systat port value of 11 according to RFC 866.
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.
send(InetAddress, int) - Method in class org.apache.commons.net.CharGenUDPClient
Sends the data initiation datagram.
send(InetAddress) - Method in class org.apache.commons.net.CharGenUDPClient
Same as send(host, CharGenUDPClient.DEFAULT_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(byte[], int, InetAddress) - Method in class org.apache.commons.net.DiscardUDPClient
Same as 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)
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.
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.
setTcpNoDelay(boolean) - Method in class org.apache.commons.net.SocketClient
Enables or disables the Nagle's algorithm (TCP_NODELAY) on the currently opened socket.

T

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.
TimeUDPClient() - Constructor for class org.apache.commons.net.TimeUDPClient
 

V

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.

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.

_

__DEFAULT_SOCKET_FACTORY - Static variable in class org.apache.commons.net.DatagramSocketClient
The default DatagramSocketFactory shared by all DatagramSocketClient instances.
__DEFAULT_SOCKET_FACTORY - Static variable in class org.apache.commons.net.SocketClient
The default SocketFactory shared by all SocketClient instances.
__LONG_FLAG - Static variable in class org.apache.commons.net.FingerClient
 
__buffer - Variable in class org.apache.commons.net.DaytimeTCPClient
 
__buffer - Variable in class org.apache.commons.net.FingerClient
 
__command - Variable in class org.apache.commons.net.ProtocolCommandEvent
 
__dummyData - Variable in class org.apache.commons.net.DaytimeUDPClient
 
__dummyData - Variable in class org.apache.commons.net.TimeUDPClient
 
__isCommand - Variable in class org.apache.commons.net.ProtocolCommandEvent
 
__listeners - Variable in class org.apache.commons.net.ProtocolCommandSupport
 
__message - Variable in class org.apache.commons.net.ProtocolCommandEvent
 
__query - Variable in class org.apache.commons.net.FingerClient
 
__receiveData - Variable in class org.apache.commons.net.CharGenUDPClient
 
__receivePacket - Variable in class org.apache.commons.net.CharGenUDPClient
 
__receivePacket - Variable in class org.apache.commons.net.EchoUDPClient
 
__replyCode - Variable in class org.apache.commons.net.ProtocolCommandEvent
 
__sendPacket - Variable in class org.apache.commons.net.CharGenUDPClient
 
__source - Variable in class org.apache.commons.net.ProtocolCommandSupport
 
__timeData - Variable in class org.apache.commons.net.DaytimeUDPClient
 
__timeData - Variable in class org.apache.commons.net.TimeUDPClient
 
_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.
_defaultPort_ - Variable in class org.apache.commons.net.SocketClient
The default port the client should connect to.
_input_ - Variable in class org.apache.commons.net.SocketClient
The socket's InputStream.
_isConnected_ - Variable in class org.apache.commons.net.SocketClient
A status variable indicating if the client's socket is currently open.
_isOpen_ - Variable in class org.apache.commons.net.DatagramSocketClient
A status variable indicating if the client's socket is currently open.
_output_ - Variable in class org.apache.commons.net.SocketClient
The socket's OutputStream.
_sendPacket - Variable in class org.apache.commons.net.DiscardUDPClient
 
_socketFactory_ - Variable in class org.apache.commons.net.DatagramSocketClient
The datagram socket's DatagramSocketFactory.
_socketFactory_ - Variable in class org.apache.commons.net.SocketClient
The socket's SocketFactory.
_socket_ - Variable in class org.apache.commons.net.DatagramSocketClient
The datagram socket used for the connection.
_socket_ - Variable in class org.apache.commons.net.SocketClient
The socket used for the connection.
_timeout_ - Variable in class org.apache.commons.net.DatagramSocketClient
The timeout to use after opening a socket.
_timeout_ - Variable in class org.apache.commons.net.SocketClient
The timeout to use after opening a socket.

A C D E F G I M N O P Q R S T V W _