Uses of Interface
org.jenkinsci.remoting.protocol.IOHubReadyListener
Packages that use IOHubReadyListener
-
Uses of IOHubReadyListener in org.jenkinsci.remoting.protocol
Methods in org.jenkinsci.remoting.protocol with parameters of type IOHubReadyListenerModifier and TypeMethodDescriptionfinal Future<SelectionKey>IOHub.register(SelectableChannel channel, IOHubReadyListener listener, boolean accept, boolean connect, boolean read, boolean write) Register theSelectableChannelfor the requested operations using the suppliedIOHubReadyListener.final voidIOHub.register(SelectableChannel channel, IOHubReadyListener listener, boolean accept, boolean connect, boolean read, boolean write, IOHubRegistrationCallback callback) Register theSelectableChannelfor the requested operations using the suppliedIOHubReadyListener, when the registration is complete theIOHubRegistrationCallbackwill be invoked. -
Uses of IOHubReadyListener in org.jenkinsci.remoting.protocol.impl
Classes in org.jenkinsci.remoting.protocol.impl that implement IOHubReadyListenerModifier and TypeClassDescriptionclass