| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteInputStream.Flag |
RemoteInputStream.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteInputStream.Flag[] |
RemoteInputStream.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RemoteInputStream(InputStream core,
RemoteInputStream.Flag f) |
RemoteInputStream(InputStream core,
RemoteInputStream.Flag f1,
RemoteInputStream.Flag f2) |
| Constructor and Description |
|---|
RemoteInputStream(InputStream core,
Set<RemoteInputStream.Flag> flags) |
Copyright © 2004–2022. All rights reserved.