Modifier and Type | Field and Description |
---|---|
protected Connection |
SSHClient.conn
ssh-connection service |
Modifier and Type | Method and Description |
---|---|
Connection |
SSHClient.getConnection() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Connection implementation. |
Modifier and Type | Field and Description |
---|---|
protected Connection |
AbstractChannel.conn
Connection layer
|
Constructor and Description |
---|
AbstractChannel(Connection conn,
String type) |
Constructor and Description |
---|
AbstractDirectChannel(Connection conn,
String type) |
DirectTCPIPChannel(Connection conn,
Socket socket,
LocalPortForwarder.Parameters parameters) |
LocalPortForwarder(Connection conn,
LocalPortForwarder.Parameters parameters,
ServerSocket serverSocket) |
SessionChannel(Connection conn) |
Modifier and Type | Field and Description |
---|---|
protected Connection |
AbstractForwardedChannelOpener.conn |
Constructor and Description |
---|
AbstractForwardedChannel(Connection conn,
String type,
int recipient,
long remoteWinSize,
long remoteMaxPacketSize,
String origIP,
int origPort) |
AbstractForwardedChannelOpener(String chanType,
Connection conn) |
ForwardedTCPIPChannel(Connection conn,
int recipient,
long remoteWinSize,
long remoteMaxPacketSize,
RemotePortForwarder.Forward fwd,
String origIP,
int origPort) |
RemotePortForwarder(Connection conn) |
X11Channel(Connection conn,
int recipient,
long remoteWinSize,
long remoteMaxPacketSize,
String origIP,
int origPort) |
X11Forwarder(Connection conn,
ConnectListener listener) |
Copyright © 2009–2017. All rights reserved.