netty5/codec-stomp
Trustin Lee a8143eda27 Overall refactoring of the STOMP codec
- StompObject -> StompSubframe
- StompFrame -> StompHeadersSubframe
- StompContent -> StompContntSubframe
- FullStompFrame -> StompFrame
- StompEncoder/Decoder -> StompSubframeEncoder/Decoder
- StompAggregator -> StompSubframeAggregator
- Simplify the example
- Update Javadoc
- Miscellaneous cleanup
2014-06-04 17:09:42 +09:00
..
src Overall refactoring of the STOMP codec 2014-06-04 17:09:42 +09:00
pom.xml Overall refactoring of the STOMP codec 2014-06-04 17:09:42 +09:00