|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CloseFuture | |
|---|---|
| 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 | |
| Uses of CloseFuture in org.apache.sshd |
|---|
| Methods in org.apache.sshd that return CloseFuture | |
|---|---|
CloseFuture |
ClientSession.close(boolean immediately)
Close this session. |
CloseFuture |
ClientChannel.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.agent.local |
|---|
| Methods in org.apache.sshd.agent.local that return CloseFuture | |
|---|---|
CloseFuture |
ChannelAgentForwarding.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.agent.unix |
|---|
| Methods in org.apache.sshd.agent.unix that return CloseFuture | |
|---|---|
CloseFuture |
ChannelAgentForwarding.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.client.channel |
|---|
| Methods in org.apache.sshd.client.channel that return CloseFuture | |
|---|---|
CloseFuture |
AbstractClientChannel.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.client.session |
|---|
| Methods in org.apache.sshd.client.session that return CloseFuture | |
|---|---|
CloseFuture |
ClientSessionImpl.close(boolean immediately)
|
CloseFuture |
ChannelForwardedTcpip.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.common |
|---|
| Methods in org.apache.sshd.common that return CloseFuture | |
|---|---|
CloseFuture |
Channel.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.common.channel |
|---|
| Fields in org.apache.sshd.common.channel declared as CloseFuture | |
|---|---|
protected CloseFuture |
AbstractChannel.closeFuture
|
| Methods in org.apache.sshd.common.channel that return CloseFuture | |
|---|---|
CloseFuture |
AbstractChannel.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.common.future |
|---|
| Classes in org.apache.sshd.common.future that implement CloseFuture | |
|---|---|
class |
DefaultCloseFuture
A default implementation of CloseFuture. |
| Uses of CloseFuture in org.apache.sshd.common.session |
|---|
| Fields in org.apache.sshd.common.session declared as CloseFuture | |
|---|---|
protected CloseFuture |
AbstractSession.closeFuture
A future that will be set 'closed' when the connection is closed. |
| Methods in org.apache.sshd.common.session that return CloseFuture | |
|---|---|
CloseFuture |
AbstractSession.close(boolean immediately)
Close this session. |
| Uses of CloseFuture in org.apache.sshd.server.channel |
|---|
| Methods in org.apache.sshd.server.channel that return CloseFuture | |
|---|---|
CloseFuture |
ChannelSession.close(boolean immediately)
|
CloseFuture |
ChannelDirectTcpip.close(boolean immediately)
|
| Uses of CloseFuture in org.apache.sshd.server.session |
|---|
| Methods in org.apache.sshd.server.session that return CloseFuture | |
|---|---|
CloseFuture |
ServerSession.close(boolean immediately)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||