|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.net.Socket
com.sshtools.j2ssh.net.SocketTransportProvider
public class SocketTransportProvider
| Constructor Summary | |
|---|---|
protected |
SocketTransportProvider(java.lang.String host,
int port)
Creates a new SocketTransportProvider object. |
| Method Summary | |
|---|---|
java.lang.String |
getProviderDetail()
|
| Methods inherited from class java.net.Socket |
|---|
bind, close, connect, connect, getChannel, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sshtools.j2ssh.net.TransportProvider |
|---|
close, getInputStream, getOutputStream |
| Constructor Detail |
|---|
protected SocketTransportProvider(java.lang.String host,
int port)
throws java.io.IOException
host - port -
java.io.IOException| Method Detail |
|---|
public java.lang.String getProviderDetail()
getProviderDetail in interface TransportProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||