Uses of Interface
org.jenkinsci.remoting.protocol.IOHubReadyListener
-
Uses of IOHubReadyListener in org.jenkinsci.remoting.protocol
Modifier and TypeMethodDescriptionfinal Future<SelectionKey>
IOHub.register
(SelectableChannel channel, IOHubReadyListener listener, boolean accept, boolean connect, boolean read, boolean write) Register theSelectableChannel
for the requested operations using the suppliedIOHubReadyListener
.final void
IOHub.register
(SelectableChannel channel, IOHubReadyListener listener, boolean accept, boolean connect, boolean read, boolean write, IOHubRegistrationCallback callback) Register theSelectableChannel
for the requested operations using the suppliedIOHubReadyListener
, when the registration is complete theIOHubRegistrationCallback
will be invoked. -
Uses of IOHubReadyListener in org.jenkinsci.remoting.protocol.impl
Modifier and TypeClassDescriptionclass