Uses of Class
org.jenkinsci.remoting.engine.JnlpProtocolHandlerFactory
Packages that use JnlpProtocolHandlerFactory
-
Uses of JnlpProtocolHandlerFactory in org.jenkinsci.remoting.engine
Methods in org.jenkinsci.remoting.engine that return JnlpProtocolHandlerFactoryModifier and TypeMethodDescriptionJnlpProtocolHandlerFactory.withClientDatabase(JnlpClientDatabase clientDatabase) Add aJnlpClientDatabase.Add aIOHub.JnlpProtocolHandlerFactory.withNioChannelHub(NioChannelHub nioChannelHub) Add aNioChannelHub.JnlpProtocolHandlerFactory.withPreferNonBlockingIO(boolean preferNio) Set the I/O blocking mode preferencesJnlpProtocolHandlerFactory.withSSLClientAuthRequired(boolean needClientAuth) Set the policy on client authentication certificates to use forJnlpProtocolHandler.handle(Socket, Map, List)calls.JnlpProtocolHandlerFactory.withSSLContext(SSLContext context) Add aSSLContext.