Uses of Class
hudson.remoting.CommandTransport
Packages that use CommandTransport
-
Uses of CommandTransport in hudson.remoting
Subclasses of CommandTransport in hudson.remotingModifier and TypeClassDescriptionclassCommandTransportthat works withbyte[]instead of command object.classclassSynchronousCommandTransportthat works withbyte[]instead of command object.classCommandTransportthat implements the read operation in a synchronous fashion.Methods in hudson.remoting that return CommandTransportModifier and TypeMethodDescriptionprotected CommandTransportChannelBuilder.makeTransport(InputStream is, OutputStream os, Channel.Mode mode, Capability cap) Instantiate a transport.protected CommandTransportChannelBuilder.negotiate(InputStream is, OutputStream os) Performs hand-shaking and creates aCommandTransport.Methods in hudson.remoting with parameters of type CommandTransportConstructors in hudson.remoting with parameters of type CommandTransportModifierConstructorDescriptionprotectedChannel(ChannelBuilder settings, CommandTransport transport) Channel(String name, ExecutorService exec, CommandTransport transport, boolean restricted, ClassLoader base) Deprecated.Channel(String name, ExecutorService exec, CommandTransport transport, boolean restricted, ClassLoader base, JarCache jarCache) Deprecated.as of 2.38 UseChannelBuilderChannelBuilder(name, exec) .withArbitraryCallableAllowed(!restricted) .withRemoteClassLoadingAllowed(!restricted) .withBaseLoader(base) .withJarCache(jarCache) .build(transport)
ChannelBuilderChannelBuilder(name, exec) .withArbitraryCallableAllowed(!restricted) .withRemoteClassLoadingAllowed(!restricted) .withBaseLoader(base) .build(transport)