netty5/codec-stomp
Trustin Lee 25e2f5d288 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:11 +09:00
..
src Overall refactoring of the STOMP codec 2014-06-04 17:09:11 +09:00
pom.xml Overall refactoring of the STOMP codec 2014-06-04 17:09:11 +09:00