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 voidErrorDeliveryUtil.alertEvents(Throwable x, Event<?>... events) Method parameters in net.schmizz.concurrent with type arguments of type EventModifier and TypeMethodDescriptionstatic voidErrorDeliveryUtil.alertEvents(Throwable x, Collection<? extends Event<?>> events) -
Uses of Event in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that return Event -
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.closeEventChannel close eventprotected final Event<ConnectionException> AbstractChannel.openEventChannel open eventMethods 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 voidSocketStreamCopyMonitor.monitor(int frequency, TimeUnit unit, Event<IOException> x, Event<IOException> y, Channel channel, Socket socket)