netty5/codec-stomp/src
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
..
main/java/io/netty/handler/codec/stomp Overall refactoring of the STOMP codec 2014-06-04 17:09:11 +09:00
test/java/io/netty/handler/codec/stomp Overall refactoring of the STOMP codec 2014-06-04 17:09:11 +09:00