Uses of Class
org.apache.sshd.client.channel.ClientChannelEvent
-
Packages that use ClientChannelEvent Package Description org.apache.sshd.client.channel org.apache.sshd.client.session org.apache.sshd.common.forward org.apache.sshd.scp.common.helpers -
-
Uses of ClientChannelEvent in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel with type parameters of type ClientChannelEvent Modifier and Type Field Description static Set<ClientChannelEvent>
ClientChannelEvent. VALUES
Methods in org.apache.sshd.client.channel with type parameters of type ClientChannelEvent Modifier and Type Method Description protected <C extends Collection<ClientChannelEvent>>
CAbstractClientChannel. updateCurrentChannelState(C state)
Methods in org.apache.sshd.client.channel that return ClientChannelEvent Modifier and Type Method 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.Methods in org.apache.sshd.client.channel that return types with arguments of type ClientChannelEvent Modifier and Type Method Description Set<ClientChannelEvent>
AbstractClientChannel. getChannelState()
Set<ClientChannelEvent>
ClientChannel. getChannelState()
Set<ClientChannelEvent>
AbstractClientChannel. waitFor(Collection<ClientChannelEvent> mask, long timeout)
Set<ClientChannelEvent>
ClientChannel. waitFor(Collection<ClientChannelEvent> mask, long timeout)
Waits until any of the specified events in the mask is signaleddefault Set<ClientChannelEvent>
ClientChannel. waitFor(Collection<ClientChannelEvent> mask, Duration timeout)
Waits until any of the specified events in the mask is signaledMethod parameters in org.apache.sshd.client.channel with type arguments of type ClientChannelEvent Modifier and Type Method Description Set<ClientChannelEvent>
AbstractClientChannel. waitFor(Collection<ClientChannelEvent> mask, long timeout)
Set<ClientChannelEvent>
ClientChannel. waitFor(Collection<ClientChannelEvent> mask, long timeout)
Waits until any of the specified events in the mask is signaleddefault Set<ClientChannelEvent>
ClientChannel. waitFor(Collection<ClientChannelEvent> mask, Duration timeout)
Waits until any of the specified events in the mask is signaled -
Uses of ClientChannelEvent in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session with type parameters of type ClientChannelEvent Modifier and Type Field Description static Set<ClientChannelEvent>
ClientSession. REMOTE_COMMAND_WAIT_EVENTS
-
Uses of ClientChannelEvent in org.apache.sshd.common.forward
Fields in org.apache.sshd.common.forward with type parameters of type ClientChannelEvent Modifier and Type Field Description static Set<ClientChannelEvent>
DefaultForwarder. STATIC_IO_MSG_RECEIVED_EVENTS
-
Uses of ClientChannelEvent in org.apache.sshd.scp.common.helpers
Fields in org.apache.sshd.scp.common.helpers with type parameters of type ClientChannelEvent Modifier and Type Field Description static Set<ClientChannelEvent>
ScpIoUtils. COMMAND_WAIT_EVENTS
-