Uses of Enum
org.apache.sshd.client.channel.ClientChannelEvent
Packages that use ClientChannelEvent
Package
Description
-
Uses of ClientChannelEvent in org.apache.sshd.client.channel
Subclasses with type arguments of type ClientChannelEvent in org.apache.sshd.client.channelModifier and TypeClassDescriptionenumVarious events used byClientChannel.waitFor(java.util.Collection, long)Fields in org.apache.sshd.client.channel with type parameters of type ClientChannelEventMethods in org.apache.sshd.client.channel with type parameters of type ClientChannelEventModifier and TypeMethodDescriptionprotected <C extends Collection<ClientChannelEvent>>
CAbstractClientChannel.updateCurrentChannelState(C state) Methods in org.apache.sshd.client.channel that return ClientChannelEventModifier and TypeMethodDescriptionstatic ClientChannelEventReturns 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 ClientChannelEventModifier and TypeMethodDescriptionAbstractClientChannel.getChannelState()ClientChannel.getChannelState()AbstractClientChannel.waitFor(Collection<ClientChannelEvent> mask, long timeout) 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 ClientChannelEventModifier and TypeMethodDescriptionAbstractClientChannel.waitFor(Collection<ClientChannelEvent> mask, long timeout) 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 ClientChannelEventModifier and TypeFieldDescriptionstatic final 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 ClientChannelEventModifier and TypeFieldDescriptionstatic final 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 ClientChannelEventModifier and TypeFieldDescriptionstatic final Set<ClientChannelEvent> ScpIoUtils.COMMAND_WAIT_EVENTS