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