com.sshtools.j2ssh.net
Interface TransportProvider
- All Known Implementing Classes:
- ConnectedSocketTransportProvider, HttpProxySocketProvider, SocketTransportProvider, SocksProxySocket
public interface TransportProvider
- Version:
- $Revision: 1.13 $
- Author:
- $author$
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
getInputStream
java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getOutputStream
java.io.OutputStream getOutputStream()
throws java.io.IOException
- Returns:
-
- Throws:
java.io.IOException
getProviderDetail
java.lang.String getProviderDetail()
- Returns:
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.