Uses of Class
hudson.remoting.ClassFilter
Packages that use ClassFilter
-
Uses of ClassFilter in hudson.remoting
Fields in hudson.remoting declared as ClassFilterModifier and TypeFieldDescriptionstatic final ClassFilter
ClassFilter.DEFAULT
The currently used default.static final ClassFilter
ClassFilter.NONE
No filtering whatsoever.static final ClassFilter
ClassFilter.STANDARD
A set of sensible default filtering rules to apply, based on a configurable blacklist.Methods in hudson.remoting that return ClassFilterMethods in hudson.remoting with parameters of type ClassFilterModifier and TypeMethodDescriptionstatic void
ClassFilter.setDefault
(ClassFilter filter) Changes the effective value ofDEFAULT
.ChannelBuilder.withClassFilter
(ClassFilter filter) Replaces theClassFilter
used by the channel.Constructors in hudson.remoting with parameters of type ClassFilterModifierConstructorDescriptionObjectInputStreamEx
(InputStream in, ClassLoader cl, ClassFilter filter) -
Uses of ClassFilter in org.jenkinsci.remoting.nio
Methods in org.jenkinsci.remoting.nio with parameters of type ClassFilter