Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
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.channel | |
org.apache.sshd.common.future | |
org.apache.sshd.common.session | |
org.apache.sshd.server.channel | |
org.apache.sshd.server.session |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
ClientSession.close(boolean immediately) |
CloseFuture |
ClientChannel.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 |
ClientSessionImpl.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
Channel.close(boolean immediately) |
Modifier and Type | Field and Description |
---|---|
protected CloseFuture |
AbstractChannel.closeFuture |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
AbstractChannel.close(boolean immediately) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCloseFuture
A default implementation of
CloseFuture . |
Modifier and Type | Field and Description |
---|---|
protected CloseFuture |
AbstractSession.closeFuture
A future that will be set 'closed' when the connection is closed.
|
Modifier and Type | Method and Description |
---|---|
CloseFuture |
AbstractSession.close(boolean immediately)
Close this session.
|
Modifier and Type | Method and Description |
---|---|
CloseFuture |
ChannelDirectTcpip.close(boolean immediately) |
CloseFuture |
ChannelSession.close(boolean immediately) |
Modifier and Type | Method and Description |
---|---|
CloseFuture |
ServerSession.close(boolean immediately) |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.