Interface CodecRegistry
- All Known Implementing Classes:
DefaultCodecs
-
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliterator
-
Method Details
-
addFirst
Register codec before all other codecs.- Parameters:
codec- the codec to register- Throws:
IllegalArgumentException- ifcodecisnull
-
addLast
Register codec after all other codecs.- Parameters:
codec- the codec to register- Throws:
IllegalArgumentException- ifcodecisnull
-