Uses of Class
net.schmizz.concurrent.Event
Packages that use Event
Package
Description
-
Uses of Event in net.schmizz.concurrent
Methods in net.schmizz.concurrent with parameters of type EventModifier and TypeMethodDescriptionstatic void
ErrorDeliveryUtil.alertEvents
(Throwable x, Event<?>... events) Method parameters in net.schmizz.concurrent with type arguments of type EventModifier and TypeMethodDescriptionstatic void
ErrorDeliveryUtil.alertEvents
(Throwable x, Collection<? extends Event<?>> events) -
Uses of Event in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that return EventModifier and TypeMethodDescriptionprivate Event
<IOException> StreamCopier.spawnDaemon
(String name) -
Uses of Event in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as EventModifier and TypeFieldDescriptionprotected final Event
<ConnectionException> AbstractChannel.closeEvent
Channel close eventprotected final Event
<ConnectionException> AbstractChannel.openEvent
Channel open eventFields in net.schmizz.sshj.connection.channel with type parameters of type EventModifier and TypeFieldDescriptionprivate final Queue
<Event<ConnectionException>> AbstractChannel.chanReqResponseEvents
Methods in net.schmizz.sshj.connection.channel that return EventModifier and TypeMethodDescriptionprotected Event
<ConnectionException> AbstractChannel.sendChannelRequest
(String reqType, boolean wantReply, Buffer.PlainBuffer reqSpecific) Methods in net.schmizz.sshj.connection.channel with parameters of type EventModifier and TypeMethodDescriptionstatic void
SocketStreamCopyMonitor.monitor
(int frequency, TimeUnit unit, Event<IOException> x, Event<IOException> y, Channel channel, Socket socket) -
Uses of Event in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as EventModifier and TypeFieldDescriptionprivate final Event
<TransportException> TransportImpl.close
private final Event
<TransportException> KeyExchanger.done
private final Event
<TransportException> KeyExchanger.kexInitSent
private final Event
<TransportException> TransportImpl.serviceAccept