Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.client.session | |
org.apache.sshd.common.forward | |
org.apache.sshd.scp.common.helpers |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<ClientChannelEvent> |
ClientChannelEvent.VALUES |
Modifier and Type | Method and Description |
---|---|
protected <C extends java.util.Collection<ClientChannelEvent>> |
AbstractClientChannel.updateCurrentChannelState(C state) |
Modifier and Type | Method and Description |
---|---|
static ClientChannelEvent |
ClientChannelEvent.valueOf(java.lang.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 |
---|---|
java.util.Set<ClientChannelEvent> |
ClientChannel.getChannelState() |
java.util.Set<ClientChannelEvent> |
AbstractClientChannel.getChannelState() |
default java.util.Set<ClientChannelEvent> |
ClientChannel.waitFor(java.util.Collection<ClientChannelEvent> mask,
java.time.Duration timeout)
Waits until any of the specified events in the mask is signaled
|
java.util.Set<ClientChannelEvent> |
ClientChannel.waitFor(java.util.Collection<ClientChannelEvent> mask,
long timeout)
Waits until any of the specified events in the mask is signaled
|
java.util.Set<ClientChannelEvent> |
AbstractClientChannel.waitFor(java.util.Collection<ClientChannelEvent> mask,
long timeout) |
Modifier and Type | Method and Description |
---|---|
default java.util.Set<ClientChannelEvent> |
ClientChannel.waitFor(java.util.Collection<ClientChannelEvent> mask,
java.time.Duration timeout)
Waits until any of the specified events in the mask is signaled
|
java.util.Set<ClientChannelEvent> |
ClientChannel.waitFor(java.util.Collection<ClientChannelEvent> mask,
long timeout)
Waits until any of the specified events in the mask is signaled
|
java.util.Set<ClientChannelEvent> |
AbstractClientChannel.waitFor(java.util.Collection<ClientChannelEvent> mask,
long timeout) |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<ClientChannelEvent> |
ClientSession.REMOTE_COMMAND_WAIT_EVENTS |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<ClientChannelEvent> |
DefaultForwarder.STATIC_IO_MSG_RECEIVED_EVENTS |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<ClientChannelEvent> |
ScpIoUtils.COMMAND_WAIT_EVENTS |