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.
|
Modifier and Type | Method and Description |
---|---|
IoBuffer |
IoBufferWrapper.accept(ClassNameMatcher m)
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
|
abstract IoBuffer |
IoBuffer.accept(ClassNameMatcher m)
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
|
IoBuffer |
AbstractIoBuffer.accept(ClassNameMatcher m)
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
|
Modifier and Type | Method and Description |
---|---|
void |
IoBufferWrapper.setMatchers(List<ClassNameMatcher> matchers)
Set the list of class matchers for in incoming buffer
|
abstract void |
IoBuffer.setMatchers(List<ClassNameMatcher> matchers)
Set the list of class matchers for in incoming buffer
|
void |
AbstractIoBuffer.setMatchers(List<ClassNameMatcher> matchers)
Set the list of class matchers for in incoming buffer
|
Modifier and Type | Class and Description |
---|---|
class |
FullClassNameMatcher
A
ClassNameMatcher that matches on full class names. |
class |
RegexpClassNameMatcher
A
ClassNameMatcher that uses regular expressions. |
class |
WildcardClassNameMatcher
A
ClassNameMatcher that uses simplified regular expressions
provided by org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectSerializationCodecFactory.accept(ClassNameMatcher classNameMatcher)
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
|
void |
ObjectSerializationDecoder.accept(ClassNameMatcher classNameMatcher)
Accept class names where the supplied ClassNameMatcher matches for
deserialization, unless they are otherwise rejected.
|
Copyright © 2004–2025 Apache MINA Project. All rights reserved.