Modifier and Type | Interface and Description |
---|---|
interface |
Service
Represents a service running on top of the SSH transport layer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
An abstract class for
Service that implements common or default functionality. |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorNotifiable.Util.alertAll(SSHException error,
ErrorNotifiable... notifiables)
Notify all
notifiables of given error . |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorNotifiable.Util.alertAll(SSHException error,
Collection<? extends ErrorNotifiable> notifiables)
Notify all
notifiables of given error . |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Connection implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
Channel
A channel is the basic medium for application-layer data on top of an SSH transport.
|
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 |
class |
ChannelInputStream
InputStream for channels. |
class |
ChannelOutputStream
OutputStream for channels. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthImpl
UserAuth implementation. |
Copyright © 2009–2013. All rights reserved.