Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.client.scp | |
org.apache.sshd.client.session | |
org.apache.sshd.common.forward |
Modifier and Type | Field and Description |
---|---|
static Set<ClientChannelEvent> |
ClientChannelEvent.VALUES |
Modifier and Type | Method and Description |
---|---|
protected <C extends Collection<ClientChannelEvent>> |
AbstractClientChannel.updateCurrentChannelState(C state) |
Modifier and Type | Method and Description |
---|---|
static ClientChannelEvent |
ClientChannelEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientChannelEvent[] |
ClientChannelEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ClientChannelEvent> |
ClientChannel.getChannelState() |
Set<ClientChannelEvent> |
AbstractClientChannel.getChannelState() |
Set<ClientChannelEvent> |
ClientChannel.waitFor(Collection<ClientChannelEvent> mask,
long timeout)
Waits until any of the specified events in the mask is signaled
|
Set<ClientChannelEvent> |
AbstractClientChannel.waitFor(Collection<ClientChannelEvent> mask,
long timeout) |
Modifier and Type | Method and Description |
---|---|
Set<ClientChannelEvent> |
ClientChannel.waitFor(Collection<ClientChannelEvent> mask,
long timeout)
Waits until any of the specified events in the mask is signaled
|
Set<ClientChannelEvent> |
AbstractClientChannel.waitFor(Collection<ClientChannelEvent> mask,
long timeout) |
Modifier and Type | Field and Description |
---|---|
static Set<ClientChannelEvent> |
AbstractScpClient.COMMAND_WAIT_EVENTS |
Modifier and Type | Field and Description |
---|---|
static Set<ClientChannelEvent> |
ClientSession.REMOTE_COMMAND_WAIT_EVENTS |
Modifier and Type | Field and Description |
---|---|
static Set<ClientChannelEvent> |
DefaultForwardingFilter.STATIC_IO_MSG_RECEIVED_EVENTS |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.