Uses of Class
hudson.remoting.Channel.Mode

Packages that use Channel.Mode
hudson.remoting Remoting infrastructure for Hudson. 
 

Uses of Channel.Mode in hudson.remoting
 

Fields in hudson.remoting declared as Channel.Mode
 Channel.Mode Launcher.mode
           
 

Methods in hudson.remoting that return Channel.Mode
static Channel.Mode Channel.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Channel.Mode[] Channel.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.remoting with parameters of type Channel.Mode
static void Launcher.main(java.io.InputStream is, java.io.OutputStream os, Channel.Mode mode)
           
static void Launcher.main(java.io.InputStream is, java.io.OutputStream os, Channel.Mode mode, boolean performPing)
           
 

Constructors in hudson.remoting with parameters of type Channel.Mode
Channel(java.lang.String name, java.util.concurrent.ExecutorService exec, Channel.Mode mode, java.io.InputStream is, java.io.OutputStream os)
           
Channel(java.lang.String name, java.util.concurrent.ExecutorService exec, Channel.Mode mode, java.io.InputStream is, java.io.OutputStream os, java.io.OutputStream header)
           
Channel(java.lang.String name, java.util.concurrent.ExecutorService exec, Channel.Mode mode, java.io.InputStream is, java.io.OutputStream os, java.io.OutputStream header, boolean restricted)
           
Channel(java.lang.String name, java.util.concurrent.ExecutorService exec, Channel.Mode mode, java.io.InputStream is, java.io.OutputStream os, java.io.OutputStream header, boolean restricted, java.lang.ClassLoader base)
          Creates a new channel.
 



Copyright © 2012. All Rights Reserved.