Uses of Class
hudson.remoting.CommandTransport

Packages that use CommandTransport
hudson.remoting Remoting infrastructure for Hudson. 
 

Uses of CommandTransport in hudson.remoting
 

Subclasses of CommandTransport in hudson.remoting
 class AbstractByteArrayCommandTransport
          CommandTransport that works with byte[] instead of command object.
 class AbstractSynchronousByteArrayCommandTransport
          SynchronousCommandTransport that works with byte[] instead of command object.
 class SynchronousCommandTransport
          CommandTransport that implements the read operation in a synchronous fashion.
 

Constructors in hudson.remoting with parameters of type CommandTransport
Channel(java.lang.String name, java.util.concurrent.ExecutorService exec, CommandTransport transport, boolean restricted, java.lang.ClassLoader base)
          Creates a new channel.
 



Copyright © 2013. All Rights Reserved.