| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
SshClient.getInnerCloseable() |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
AbstractClientChannel.getInnerCloseable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientSession
An authenticated session to a given SSH server
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnectionService
Client side
ssh-connection service. |
class |
ClientSessionImpl
TODO Add javadoc
|
class |
ClientUserAuthService
Client side
ssh-auth service. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Service
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Channel
TODO Add javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedIoOutputStream
An IoOutputStream capable of queuing write requests
|
class |
ChannelAsyncInputStream |
class |
ChannelAsyncOutputStream |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
BufferedIoOutputStream.getInnerCloseable() |
protected Closeable |
AbstractChannel.getInnerCloseable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TcpipForwarder |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTcpipForwarder
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
TcpipClientChannel.getInnerCloseable() |
protected Closeable |
DefaultTcpipForwarder.getInnerCloseable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IoAcceptor |
interface |
IoConnector |
interface |
IoInputStream |
interface |
IoOutputStream |
interface |
IoService |
interface |
IoServiceFactory |
interface |
IoSession |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIoServiceFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
MinaAcceptor |
class |
MinaConnector |
class |
MinaService |
class |
MinaServiceFactory |
class |
MinaSession |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
MinaSession.getInnerCloseable() |
| Modifier and Type | Class and Description |
|---|---|
class |
Nio2Acceptor |
class |
Nio2Connector |
class |
Nio2Service |
class |
Nio2ServiceFactory |
class |
Nio2Session |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
Nio2Service.getInnerCloseable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionService
Interface implementing ssh-connection service.
|
interface |
Session
Represents an SSH session
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionService
Base implementation of ConnectionService.
|
class |
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
AbstractSession.getInnerCloseable() |
protected Closeable |
AbstractConnectionService.getInnerCloseable() |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
CloseableUtils.Builder.build() |
protected abstract Closeable |
CloseableUtils.AbstractInnerCloseable.getInnerCloseable() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CloseableUtils.close(Closeable closeable) |
CloseableUtils.Builder |
CloseableUtils.Builder.close(Closeable c) |
CloseableUtils.Builder |
CloseableUtils.Builder.parallel(Closeable... closeables) |
CloseableUtils.Builder |
CloseableUtils.Builder.sequential(Closeable... closeables) |
| Modifier and Type | Method and Description |
|---|---|
CloseableUtils.Builder |
CloseableUtils.Builder.parallel(Iterable<? extends Closeable> closeables) |
CloseableUtils.Builder |
CloseableUtils.Builder.sequential(Iterable<Closeable> closeables) |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
SshServer.getInnerCloseable() |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
ChannelSession.getInnerCloseable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerSession |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConnectionService
Server side
ssh-connection service. |
class |
ServerSessionImpl
TODO Add javadoc
|
class |
ServerUserAuthService |
| Modifier and Type | Method and Description |
|---|---|
protected Closeable |
X11ForwardSupport.getInnerCloseable() |
protected Closeable |
X11ForwardSupport.ChannelForwardedX11.getInnerCloseable() |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.