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 | 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 |
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 | Interface and Description |
---|---|
interface |
Transport
Transport layer of the SSH protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportImpl
A thread-safe
Transport implementation. |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthImpl
UserAuth implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthMethod
An authentication method of the SSH Authentication Protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthMethod
This abstract class for
AuthMethod implements common or default functionality. |
class |
AuthHostbased
Implements the
hostbased SSH authentication method. |
class |
AuthKeyboardInteractive
Implements the
keyboard-interactive authentication method. |
class |
AuthNone
none auth. |
class |
AuthPassword
Implements the
password authentication method. |
class |
AuthPublickey
Implements the
"publickey" SSH authentication method. |
class |
KeyedAuthMethod |
Copyright © 2009–2014. All rights reserved.