Package | Description |
---|---|
net.schmizz.sshj.connection | |
net.schmizz.sshj.connection.channel | |
net.schmizz.sshj.connection.channel.direct | |
net.schmizz.sshj.connection.channel.forwarded |
Modifier and Type | Method and Description |
---|---|
Channel |
Connection.get(int id) |
Channel |
ConnectionImpl.get(int id) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.attach(Channel chan)
Attach a
Channel to this connection. |
void |
ConnectionImpl.attach(Channel chan) |
void |
Connection.forget(Channel chan)
Forget an attached
Channel . |
void |
ConnectionImpl.forget(Channel chan) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Channel.Direct
Direct channels are those that are initiated by us.
|
static interface |
Channel.Forwarded
Forwarded channels are those that are initiated by the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannel |
Modifier and Type | Method and Description |
---|---|
static void |
SocketStreamCopyMonitor.monitor(int frequency,
TimeUnit unit,
Event<IOException> x,
Event<IOException> y,
Channel channel,
Socket socket) |
Constructor and Description |
---|
ChannelInputStream(Channel chan,
Transport trans,
Window.Local win) |
ChannelOutputStream(Channel chan,
Transport trans,
Window.Remote win) |
Modifier and Type | Interface and Description |
---|---|
interface |
Session
|
static interface |
Session.Command
Command API.
|
static interface |
Session.Shell
Shell API.
|
static interface |
Session.Subsystem
Subsystem API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectChannel
Base class for direct channels whose open is initated by the client.
|
static class |
LocalPortForwarder.DirectTCPIPChannel |
class |
SessionChannel
Session implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractForwardedChannel
Base class for forwarded channels whose open is initiated by the server.
|
static class |
RemotePortForwarder.ForwardedTCPIPChannel
A
forwarded-tcpip channel. |
static class |
X11Forwarder.X11Channel
An
x11 forwarded channel. |
Copyright © 2009–2015. All rights reserved.