|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionException | |
---|---|
com.jscape.inet.ssh | Contains classes for communicating with SSH (Secure Shell) servers. |
com.jscape.inet.ssh.connection | |
com.jscape.inet.ssh.connection.channels |
Uses of ConnectionException in com.jscape.inet.ssh |
---|
Methods in com.jscape.inet.ssh that throw ConnectionException | |
---|---|
void |
AdaptiveSessionRequest.execute(ConnectionClient client)
|
void |
ChannelRequest.execute(ConnectionClient client)
Executes the request. |
Uses of ConnectionException in com.jscape.inet.ssh.connection |
---|
Methods in com.jscape.inet.ssh.connection that throw ConnectionException | |
---|---|
RemotePort |
PortHandler.getPortFor(java.net.InetAddress address,
int port,
Connection connection)
|
Channel |
ConnectionClient.openRemoteConnection(int windowSize,
int packetSize,
ConnectionParameters connectionParams)
Opens a remote TCP connection with local host as originator. |
Channel |
ConnectionClient.openRemoteConnection(int windowSize,
int packetSize,
ConnectionParameters connectionParams,
ConnectionParameters originatorParams)
Opens a remote TCP connection. |
RemotePort |
ConnectionClient.openRemotePort(java.net.InetAddress address,
int port)
Opens the remote TCP port. |
SessionClient |
ConnectionClient.openSession(long windowSize,
int packetSize)
Opens a new session channel. |
Constructors in com.jscape.inet.ssh.connection that throw ConnectionException | |
---|---|
RemotePort(java.net.InetAddress address,
int port,
Connection connection)
Creates a new remote port forwarding service. |
Uses of ConnectionException in com.jscape.inet.ssh.connection.channels |
---|
Methods in com.jscape.inet.ssh.connection.channels that throw ConnectionException | |
---|---|
static SessionClient |
SessionClient.create(long windowSize,
long packetSize,
Connection connection)
Creates a new session client channel. |
static TcpChannel |
TcpChannel.createDirect(long windowSize,
long packetSize,
ConnectionParameters connectionParams,
ConnectionParameters originatorParams,
Connection connection)
Creates a new direct TCP channel. |
void |
SessionClient.requestPty(java.lang.String type,
TerminalWindow window,
byte[] modes)
|
void |
Channel.sendRequest(com.jscape.inet.ssh.connection.messages.SshMsgChannelRequest request)
|
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |