| Package | Description |
|---|---|
| org.apache.sshd.client.session |
| Modifier and Type | Method and Description |
|---|---|
protected <C extends Collection<ClientSession.ClientSessionEvent>> |
ClientSessionImpl.updateCurrentSessionState(C state) |
| Modifier and Type | Method and Description |
|---|---|
static ClientSession.ClientSessionEvent |
ClientSession.ClientSessionEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientSession.ClientSessionEvent[] |
ClientSession.ClientSessionEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ClientSession.ClientSessionEvent> |
ClientSession.getSessionState() |
Set<ClientSession.ClientSessionEvent> |
ClientSessionImpl.getSessionState() |
default Set<ClientSession.ClientSessionEvent> |
ClientSession.waitFor(Collection<ClientSession.ClientSessionEvent> mask,
Duration timeout)
Wait for any one of a specific state to be signaled.
|
Set<ClientSession.ClientSessionEvent> |
ClientSession.waitFor(Collection<ClientSession.ClientSessionEvent> mask,
long timeout)
Wait for any one of a specific state to be signaled.
|
Set<ClientSession.ClientSessionEvent> |
ClientSessionImpl.waitFor(Collection<ClientSession.ClientSessionEvent> mask,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
default Set<ClientSession.ClientSessionEvent> |
ClientSession.waitFor(Collection<ClientSession.ClientSessionEvent> mask,
Duration timeout)
Wait for any one of a specific state to be signaled.
|
Set<ClientSession.ClientSessionEvent> |
ClientSession.waitFor(Collection<ClientSession.ClientSessionEvent> mask,
long timeout)
Wait for any one of a specific state to be signaled.
|
Set<ClientSession.ClientSessionEvent> |
ClientSessionImpl.waitFor(Collection<ClientSession.ClientSessionEvent> mask,
long timeout) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.