|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(InputStream is,
OutputStream os,
Channel.Mode mode)
|
static void |
Launcher.main(InputStream is,
OutputStream os,
Channel.Mode mode,
boolean performPing)
|
| Constructors in hudson.remoting with parameters of type Channel.Mode | |
|---|---|
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)
Creates a new channel. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||