Uses of Interface
com.enterprisedt.util.proxy.StreamSocket

Packages that use StreamSocket
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.pro Contains classes for enhanced FTP client functionality. 
com.enterprisedt.net.ftp.ssl Contains classes for FTPS (FTP over SSL) client functionality. 
com.enterprisedt.util.proxy 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 StreamSocket
protected  StreamSocket FTPControlSocket.controlSock
          The underlying socket.
 

Constructors in com.enterprisedt.net.ftp with parameters of type StreamSocket
FTPControlSocket(java.net.InetAddress remoteAddr, StreamSocket controlSock, int timeout, java.lang.String encoding, FTPMessageListener messageListener)
          Constructs a new FTPControlSocket using the given Socket object.
 

Uses of StreamSocket in com.enterprisedt.net.ftp.pro
 

Fields in com.enterprisedt.net.ftp.pro declared as StreamSocket
protected  StreamSocket ProFTPActiveDataSocket.acceptedSock
          The socket accepted from server.
 

Uses of StreamSocket in com.enterprisedt.net.ftp.ssl
 

Methods in com.enterprisedt.net.ftp.ssl that return StreamSocket
 StreamSocket SSLProxyServerSocket.acceptConnection()
          Accept a connection
 

Uses of StreamSocket in com.enterprisedt.util.proxy
 

Classes in com.enterprisedt.util.proxy that implement StreamSocket
 class HttpProxySocket
           
 class PlainSocket
           
 class Socks4ProxySocket
           
 class Socks5ProxySocket
           
 class SocksProxySocket
           
 

Methods in com.enterprisedt.util.proxy that return StreamSocket
 StreamSocket StreamServerSocket.acceptConnection()
          Accept a connection on this socket
 StreamSocket ProxyServerSocket.acceptConnection()
          Accept a connection
 StreamSocket PlainServerSocket.acceptConnection()
          Accept a connection on this socket
static StreamSocket StreamSocketFactory.getConnectedSocket(java.lang.String host, int port, int socketTimeout, ProxySettings settings)
           
 



Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.