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(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(InputStream is,
OutputStream os,
Channel.Mode mode) |
static void |
Launcher.main(InputStream is,
OutputStream os,
Channel.Mode mode,
boolean performPing) |
Constructor and Description |
---|
Channel(String name,
ExecutorService exec,
Channel.Mode mode,
InputStream is,
OutputStream os) |
Channel(String name,
ExecutorService exec,
Channel.Mode mode,
InputStream is,
OutputStream os,
OutputStream header) |
Channel(String name,
ExecutorService exec,
Channel.Mode mode,
InputStream is,
OutputStream os,
OutputStream header,
boolean restricted) |
Channel(String name,
ExecutorService exec,
Channel.Mode mode,
InputStream is,
OutputStream os,
OutputStream header,
boolean restricted,
ClassLoader base)
Creates a new channel.
|
Copyright © 2013. All rights reserved.