Uses of Class
org.jenkinsci.remoting.protocol.IOHub
Packages that use IOHub
Package
Description
-
Uses of IOHub in org.jenkinsci.remoting.engine
Methods in org.jenkinsci.remoting.engine with parameters of type IOHubConstructors in org.jenkinsci.remoting.engine with parameters of type IOHubModifierConstructorDescriptionJnlpProtocol4Handler(JnlpClientDatabase clientDatabase, ExecutorService threadPool, IOHub ioHub, SSLContext context, boolean needClientAuth, boolean preferNio) Constructor. -
Uses of IOHub in org.jenkinsci.remoting.protocol
Methods in org.jenkinsci.remoting.protocol that return IOHubModifier and TypeMethodDescriptionstatic IOHubCreates and starts a newIOHubinstance.NetworkLayer.getIoHub()Gets theIOHubthat we are using.Constructors in org.jenkinsci.remoting.protocol with parameters of type IOHub -
Uses of IOHub in org.jenkinsci.remoting.protocol.impl
Constructors in org.jenkinsci.remoting.protocol.impl with parameters of type IOHubModifierConstructorDescriptionBIONetworkLayer(IOHub ioHub, ReadableByteChannel in, WritableByteChannel out) Constructor.NIONetworkLayer(IOHub ioHub, ReadableByteChannel in, WritableByteChannel out) Constructor.