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 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.closeEventChannel close eventprotected final Event<ConnectionException> AbstractChannel.openEventChannel open eventFields in net.schmizz.sshj.connection.channel with type parameters of type EventModifier and TypeFieldDescriptionprivate final Queue<Event<ConnectionException>> AbstractChannel.chanReqResponseEventsMethods 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) -
Uses of Event in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as EventModifier and TypeFieldDescriptionprivate final Event<TransportException> TransportImpl.closeprivate final Event<TransportException> KeyExchanger.doneprivate final Event<TransportException> KeyExchanger.kexInitSentprivate final Event<TransportException> TransportImpl.serviceAccept