| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| org.jenkinsci.remoting.nio |
| Modifier and Type | Field and Description |
|---|---|
static ClassFilter |
ClassFilter.DEFAULT
A set of sensible default filtering rules to apply,
unless the context guarantees the trust between two channels.
|
static ClassFilter |
ClassFilter.NONE
No filtering whatsoever.
|
| Modifier and Type | Method and Description |
|---|---|
ClassFilter |
ChannelBuilder.getClassFilter() |
| Modifier and Type | Method and Description |
|---|---|
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–2017. All rights reserved.