接口 | 说明 |
---|---|
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
. |
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.
|
类 | 说明 |
---|---|
BaseFtpServer | |
DatagramSocketClient |
The DatagramSocketClient provides the basic operations that are required
of client objects accessing datagram sockets.
|
DefaultDatagramSocketFactory |
DefaultDatagramSocketFactory implements the DatagramSocketFactory
interface by simply wrapping the java.net.DatagramSocket
constructors.
|
DefaultSocketFactory |
DefaultSocketFactory implements the SocketFactory interface by
simply wrapping the java.net.Socket and java.net.ServerSocket
constructors.
|
FtpServer |
普通的ftp服务器配置
|
FTPUtils |
Created by rinoux on 2018/5/2.
|
PrintCommandListener |
This is a support class for some of the example programs.
|
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.
|
ProtocolCommandSupport |
ProtocolCommandSupport is a convenience class for managing a list of
ProtocolCommandListeners and firing ProtocolCommandEvents.
|
SFtpServer |
Secure Ftp服务器连接配置
|
SocketClient |
The SocketClient provides the basic operations that are required of
client objects accessing sockets.
|
枚举 | 说明 |
---|---|
FtpType |
ftp服务器类型,包含普通的ftp和sftp
|
SFtpServer.PasswordType |
异常错误 | 说明 |
---|---|
MalformedServerReplyException |
This exception is used to indicate that the reply from a server
could not be interpreted.
|