|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSHClientUser
This interface is used when explicitly connection with the version 1 protocol. No new clients should be built based on this.
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.lang.String getSrvHost() throws java.io.IOException
java.io.IOException
int getSrvPort()
NetworkConnection getProxyConnection() throws java.io.IOException
java.io.IOException
java.lang.String getDisplay()
int getMaxPacketSz()
int getAliveInterval()
int getCompressionLevel()
int getConnectTimeout()
int getHelloTimeout()
int getKexTimeout()
boolean wantX11Forward()
boolean wantPTY()
SSHInteractor getInteractor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |