|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.connection | |
net.schmizz.sshj.connection.channel | |
net.schmizz.sshj.connection.channel.direct | |
net.schmizz.sshj.connection.channel.forwarded |
Uses of Connection in net.schmizz.sshj |
---|
Fields in net.schmizz.sshj declared as Connection | |
---|---|
protected Connection |
SSHClient.conn
ssh-connection service |
Methods in net.schmizz.sshj that return Connection | |
---|---|
Connection |
SSHClient.getConnection()
|
Uses of Connection in net.schmizz.sshj.connection |
---|
Classes in net.schmizz.sshj.connection that implement Connection | |
---|---|
class |
ConnectionImpl
Connection implementation. |
Uses of Connection in net.schmizz.sshj.connection.channel |
---|
Fields in net.schmizz.sshj.connection.channel declared as Connection | |
---|---|
protected Connection |
AbstractChannel.conn
Connection layer |
Constructors in net.schmizz.sshj.connection.channel with parameters of type Connection | |
---|---|
AbstractChannel(Connection conn,
String type)
|
Uses of Connection in net.schmizz.sshj.connection.channel.direct |
---|
Constructors in net.schmizz.sshj.connection.channel.direct with parameters of type Connection | |
---|---|
AbstractDirectChannel(Connection conn,
String type)
|
|
LocalPortForwarder.DirectTCPIPChannel(Connection conn,
Socket socket,
LocalPortForwarder.Parameters parameters)
|
|
LocalPortForwarder(Connection conn,
LocalPortForwarder.Parameters parameters,
ServerSocket serverSocket)
|
|
SessionChannel(Connection conn)
|
Uses of Connection in net.schmizz.sshj.connection.channel.forwarded |
---|
Fields in net.schmizz.sshj.connection.channel.forwarded declared as Connection | |
---|---|
protected Connection |
AbstractForwardedChannelOpener.conn
|
Constructors in net.schmizz.sshj.connection.channel.forwarded with parameters of type Connection | |
---|---|
AbstractForwardedChannel(Connection conn,
String type,
int recipient,
long remoteWinSize,
long remoteMaxPacketSize,
String origIP,
int origPort)
|
|
AbstractForwardedChannelOpener(String chanType,
Connection conn)
|
|
RemotePortForwarder.ForwardedTCPIPChannel(Connection conn,
int recipient,
long remoteWinSize,
long remoteMaxPacketSize,
RemotePortForwarder.Forward fwd,
String origIP,
int origPort)
|
|
RemotePortForwarder(Connection conn)
|
|
X11Forwarder.X11Channel(Connection conn,
int recipient,
long remoteWinSize,
long remoteMaxPacketSize,
String origIP,
int origPort)
|
|
X11Forwarder(Connection conn,
ConnectListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |