Uses of Interface
com.enterprisedt.util.proxy.StreamSocket
Packages that use StreamSocket
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.-
Uses of StreamSocket in com.enterprisedt.net.ftp
Fields in com.enterprisedt.net.ftp declared as StreamSocketModifier and TypeFieldDescriptionprotected StreamSocketFTPControlSocket.controlSockThe underlying socket.Constructors in com.enterprisedt.net.ftp with parameters of type StreamSocketModifierConstructorDescriptionprotectedFTPControlSocket(InetAddress remoteAddr, StreamSocket controlSock, int timeout, String encoding, FTPMessageListener messageListener) Constructs a newFTPControlSocketusing the givenSocketobject. -
Uses of StreamSocket in com.enterprisedt.util.proxy
Classes in com.enterprisedt.util.proxy that implement StreamSocket