Uses of Interface
org.apache.mina.core.buffer.matcher.ClassNameMatcher
-
Packages that use ClassNameMatcher Package Description org.apache.mina.core.buffer org.apache.mina.core.buffer.matcher org.apache.mina.filter.codec.serialization Protocol codecs which uses Java object serilization and leads to rapid protocol implementation. -
-
Uses of ClassNameMatcher in org.apache.mina.core.buffer
Methods in org.apache.mina.core.buffer with parameters of type ClassNameMatcher Modifier and Type Method Description IoBufferAbstractIoBuffer. accept(ClassNameMatcher m)Accept classes matching the supplied ClassNameMatcher.abstract IoBufferIoBuffer. accept(ClassNameMatcher m)Accept classes matching the supplied ClassNameMatcher.IoBufferIoBufferWrapper. accept(ClassNameMatcher m)Accept classes matching the supplied ClassNameMatcher.Method parameters in org.apache.mina.core.buffer with type arguments of type ClassNameMatcher Modifier and Type Method Description voidAbstractIoBuffer. setMatchers(java.util.List<ClassNameMatcher> matchers)Replace the current acceptMatchers list.abstract voidIoBuffer. setMatchers(java.util.List<ClassNameMatcher> matchers)Replace the current acceptMatchers list.voidIoBufferWrapper. setMatchers(java.util.List<ClassNameMatcher> matchers)Replace the current acceptMatchers list. -
Uses of ClassNameMatcher in org.apache.mina.core.buffer.matcher
Classes in org.apache.mina.core.buffer.matcher that implement ClassNameMatcher Modifier and Type Class Description classFullClassNameMatcherAClassNameMatcherthat matches on full class names.classRegexpClassNameMatcherAClassNameMatcherthat uses regular expressions.classWildcardClassNameMatcherAClassNameMatcherthat uses simplified regular expressions provided byFilenameUtils.wildcardMatch -
Uses of ClassNameMatcher in org.apache.mina.filter.codec.serialization
Methods in org.apache.mina.filter.codec.serialization with parameters of type ClassNameMatcher Modifier and Type Method Description voidObjectSerializationCodecFactory. accept(ClassNameMatcher classNameMatcher)Accept class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.voidObjectSerializationDecoder. accept(ClassNameMatcher classNameMatcher)Accept class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.
-