com.mindbright.ssh
public interface SSHClientUser
| Modifier and Type | Method and Description |
|---|---|
int |
getAliveInterval()
Get alive interval (0 = do not send keepalive packets)
|
int |
getCompressionLevel()
Get desired level of compression
|
int |
getConnectTimeout()
Timeout when connecting to server (in seconds)
|
java.lang.String |
getDisplay()
Get the display for X11 forwardings
|
int |
getHelloTimeout()
Timeout when waiting for initial greeting from server (in seconds)
|
SSHInteractor |
getInteractor()
Get interactor which should handle the authentication phase
|
int |
getKexTimeout()
Timeout of key exchange (in seconds)
|
int |
getMaxPacketSz()
get maximum packet size (0 = no limit)
|
NetworkConnection |
getProxyConnection()
Return a connection to the server.
|
java.lang.String |
getSrvHost()
Get host to connect to
|
int |
getSrvPort()
Get port number to connect to
|
boolean |
wantPTY()
Return true if we need a PTY on the server
|
boolean |
wantX11Forward()
Return true if X11 forwarding is desired
|
java.lang.String getSrvHost()
throws java.io.IOException
java.io.IOExceptionint getSrvPort()
NetworkConnection getProxyConnection() throws java.io.IOException
java.io.IOExceptionjava.lang.String getDisplay()
int getMaxPacketSz()
int getAliveInterval()
int getCompressionLevel()
int getConnectTimeout()
int getHelloTimeout()
int getKexTimeout()
boolean wantX11Forward()
boolean wantPTY()
SSHInteractor getInteractor()