org.apache.commons.net |
|
Java Source File Name | Type | Comment |
CharGenTCPClient.java | Class | The CharGenTCPClient class is a TCP implementation of a client for the
character generator protocol described in RFC 864. |
CharGenUDPClient.java | Class | The CharGenUDPClient class is a UDP implementation of a client for the
character generator protocol described in RFC 864. |
DatagramSocketClient.java | Class | The DatagramSocketClient provides the basic operations that are required
of client objects accessing datagram sockets. |
DatagramSocketFactory.java | Interface | 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
org.apache.commons.net.DatagramSocketClient .
This allows you to provide your own DatagramSocket implementations and
to perform security checks or browser capability requests before
creating a DatagramSocket.
author: Daniel F. |
DaytimeTCPClient.java | Class | The DaytimeTCPClient class is a TCP implementation of a client for the
Daytime protocol described in RFC 867. |
DaytimeUDPClient.java | Class | The DaytimeUDPClient class is a UDP implementation of a client for the
Daytime protocol described in RFC 867. |
DefaultDatagramSocketFactory.java | Class | DefaultDatagramSocketFactory implements the DatagramSocketFactory
interface by simply wrapping the java.net.DatagramSocket
constructors. |
DefaultSocketFactory.java | Class | DefaultSocketFactory implements the SocketFactory interface by
simply wrapping the java.net.Socket and java.net.ServerSocket
constructors. |
DiscardTCPClient.java | Class | The DiscardTCPClient class is a TCP implementation of a client for the
Discard protocol described in RFC 863. |
DiscardUDPClient.java | Class | The DiscardUDPClient class is a UDP implementation of a client for the
Discard protocol described in RFC 863. |
EchoTCPClient.java | Class | The EchoTCPClient class is a TCP implementation of a client for the
Echo protocol described in RFC 862. |
EchoUDPClient.java | Class | The EchoUDPClient class is a UDP implementation of a client for the
Echo protocol described in RFC 862. |
FingerClient.java | Class | The FingerClient class implements the client side of the Internet Finger
Protocol defined in RFC 1288. |
MalformedServerReplyException.java | Class | This exception is used to indicate that the reply from a server
could not be interpreted. |
ProtocolCommandEvent.java | Class | 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. |
ProtocolCommandListener.java | Interface | 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.java | Class | ProtocolCommandSupport is a convenience class for managing a list of
ProtocolCommandListeners and firing ProtocolCommandEvents. |
SocketClient.java | Class | The SocketClient provides the basic operations that are required of
client objects accessing sockets. |
SocketFactory.java | Interface | 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
org.apache.commons.net.SocketClient .
This allows you to provide your own Socket implementations and
to perform security checks or browser capability requests before
creating a Socket.
author: Daniel F. |
TimeTCPClient.java | Class | The TimeTCPClient class is a TCP implementation of a client for the
Time protocol described in RFC 868. |
TimeUDPClient.java | Class | The TimeUDPClient class is a UDP implementation of a client for the
Time protocol described in RFC 868. |
WhoisClient.java | Class | The WhoisClient class implements the client side of the Internet Whois
Protocol defined in RFC 954. |