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 ClassFilterClassFilter.DEFAULTThe currently used default.static final ClassFilterClassFilter.NONENo filtering whatsoever.static final ClassFilterClassFilter.STANDARDA 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 voidClassFilter.setDefault(ClassFilter filter) Changes the effective value ofDEFAULT.ChannelBuilder.withClassFilter(ClassFilter filter) Replaces theClassFilterused 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