Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.agent.common | |
org.apache.sshd.agent.local | |
org.apache.sshd.agent.unix | |
org.apache.sshd.client.channel | |
org.apache.sshd.client.session | |
org.apache.sshd.common | |
org.apache.sshd.common.forward | |
org.apache.sshd.common.future | |
org.apache.sshd.common.io | |
org.apache.sshd.common.io.mina | |
org.apache.sshd.common.io.nio2 | |
org.apache.sshd.common.util | |
org.apache.sshd.server.channel | |
org.apache.sshd.server.session | |
org.apache.sshd.server.x11 |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
SshServer.close(boolean immediately) |
CloseFuture |
ClientSession.close(boolean immediately)
Close this session.
|
CloseFuture |
SshClient.close(boolean immediately) |
CloseFuture |
ClientChannel.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
AgentForwardSupport.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
ChannelAgentForwarding.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
ChannelAgentForwarding.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
AbstractClientChannel.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
ClientUserAuthServiceOld.close(boolean immediately) |
CloseFuture |
ClientUserAuthService.close(boolean immediately) |
CloseFuture |
ClientUserAuthServiceNew.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
Closeable.close(boolean immediately)
Close this resource asynchronously and return a future.
|
CloseFuture |
Service.close(boolean immediately)
Close the service.
|
CloseFuture |
Channel.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
TcpipServerChannel.close(boolean immediately) |
CloseFuture |
DefaultTcpipForwarder.close(boolean immediately) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCloseFuture
A default implementation of
CloseFuture . |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
IoSession.close(boolean immediately)
Closes this session immediately or after all queued write requests
are flushed.
|
Modifier and Type | Method and Description |
---|---|
CloseFuture |
MinaService.close(boolean immediately) |
CloseFuture |
MinaServiceFactory.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
Nio2ServiceFactory.close(boolean immediately) |
CloseFuture |
Nio2Acceptor.close(boolean immediately) |
CloseFuture |
Nio2Service.close(boolean immediately) |
Modifier and Type | Field and Description |
---|---|
protected CloseFuture |
CloseableUtils.AbstractCloseable.closeFuture
A future that will be set 'closed' when the object is actually closed
|
Modifier and Type | Method and Description |
---|---|
CloseFuture |
CloseableUtils.AbstractCloseable.close(boolean immediately) |
static CloseFuture |
CloseableUtils.closed() |
Modifier and Type | Field and Description |
---|---|
protected CloseFuture |
ChannelSession.commandExitFuture |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
ServerUserAuthService.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
X11ForwardSupport.close(boolean immediately) |
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.