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.Contains classes for enhanced FTP client functionality.
Contains classes for FTPS (FTP over SSL) client functionality.
Contains classes for proxy functionality, including SOCKS and HTTP proxies.
-
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.net.ftp.pro
Fields in com.enterprisedt.net.ftp.pro declared as StreamSocketModifier and TypeFieldDescriptionprotected StreamSocketProFTPActiveDataSocket.acceptedSockThe socket accepted from server. -
Uses of StreamSocket in com.enterprisedt.net.ftp.ssl
Methods in com.enterprisedt.net.ftp.ssl that return StreamSocket -
Uses of StreamSocket in com.enterprisedt.util.proxy
Classes in com.enterprisedt.util.proxy that implement StreamSocketModifier and TypeClassDescriptionclassclassclassclassclassMethods in com.enterprisedt.util.proxy that return StreamSocketModifier and TypeMethodDescriptionPlainServerSocket.acceptConnection()Accept a connection on this socketProxyServerSocket.acceptConnection()Accept a connectionStreamServerSocket.acceptConnection()Accept a connection on this socketstatic StreamSocketStreamSocketFactory.getConnectedSocket(String host, int port, int socketTimeout, ProxySettings settings)