| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| org.jenkinsci.remoting.nio |
| Modifier and Type | Field and Description |
|---|---|
static ClassFilter |
ClassFilter.DEFAULT
The currently used default.
|
static ClassFilter |
ClassFilter.NONE
No filtering whatsoever.
|
static ClassFilter |
ClassFilter.STANDARD
A set of sensible default filtering rules to apply, based on a configurable blacklist.
|
| Modifier and Type | Method and Description |
|---|---|
ClassFilter |
ChannelBuilder.getClassFilter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClassFilter.setDefault(ClassFilter filter)
Changes the effective value of
DEFAULT. |
ChannelBuilder |
ChannelBuilder.withClassFilter(ClassFilter filter)
Replaces the
ClassFilter used by the channel. |
| Constructor and Description |
|---|
ObjectInputStreamEx(InputStream in,
ClassLoader cl,
ClassFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
NioChannelBuilder |
NioChannelBuilder.withClassFilter(ClassFilter filter) |
Copyright © 2004–2022. All rights reserved.