Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
Modifier and Type | Field and Description |
---|---|
Channel.Mode |
Launcher.mode |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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 © 2013. All Rights Reserved.