Uses of Interface
org.jenkinsci.remoting.protocol.IOHubRegistrationCallback
Packages that use IOHubRegistrationCallback
-
Uses of IOHubRegistrationCallback in org.jenkinsci.remoting.protocol
Methods in org.jenkinsci.remoting.protocol with parameters of type IOHubRegistrationCallbackModifier and TypeMethodDescriptionfinal 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.