| Package | Description |
|---|---|
| hudson.remoting |
Copyright (c) 2004-2009 Oracle Corporation.
|
| 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)
Creates a new channel.
|
Copyright © 2015. All Rights Reserved.