|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
com.jscape.inet.ssh.connection | |
com.jscape.inet.ssh.connection.channels |
Uses of Connection in com.jscape.inet.ssh.connection |
---|
Subclasses of Connection in com.jscape.inet.ssh.connection | |
---|---|
class |
ConnectionClient
|
Methods in com.jscape.inet.ssh.connection with parameters of type Connection | |
---|---|
RemotePort |
PortHandler.getPortFor(java.net.InetAddress address,
int port,
Connection connection)
|
Message |
ChannelRequestHandler.handle(com.jscape.inet.ssh.connection.messages.SshMsgChannelOpen request,
Connection connection)
|
Message |
PortHandler.handle(com.jscape.inet.ssh.connection.messages.SshMsgChannelOpen request,
Connection connection)
|
Message |
GlobalRequestHandler.handle(com.jscape.inet.ssh.connection.messages.SshMsgGlobalRequest request,
Connection connection)
|
void |
Connection.ConnectionClosedListener.onConnectionClosed(Connection connection)
|
void |
Connection.ConnectionClosedListener.NullListener.onConnectionClosed(Connection connection)
|
Constructors in com.jscape.inet.ssh.connection with parameters of type Connection | |
---|---|
RemotePort(java.net.InetAddress address,
int port,
Connection connection)
Creates a new remote port forwarding service. |
Uses of Connection in com.jscape.inet.ssh.connection.channels |
---|
Methods in com.jscape.inet.ssh.connection.channels that return Connection | |
---|---|
Connection |
Channel.getConnection()
|
Methods in com.jscape.inet.ssh.connection.channels with parameters of type Connection | |
---|---|
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. |
static TcpChannel |
TcpChannel.createForwarded(long windowSize,
long packetSize,
com.jscape.inet.ssh.connection.messages.SshMsgChannelOpen request,
Connection connection)
Creates a new direct TCP channel. |
Constructors in com.jscape.inet.ssh.connection.channels with parameters of type Connection | |
---|---|
X11Client(long no,
long windowSize,
long packetSize,
ConnectionParameters params,
Connection connection)
Method X11Client |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |