netty5/codec-http/src
Leonardo Freitas Gomes 7324ce6fde Improves SelectedProtocol enum to avoid boilerplate on subclasses
NPN server providers return a String version of the negotiated protocol
and the getProtocolByName method allows to easily get an instance of
the SelectedProtocol enum and avoid the need for a switch statement in
each subclass to match the String against the enum value.
2014-01-11 13:54:46 +01:00
..
main/java/io/netty/handler/codec Improves SelectedProtocol enum to avoid boilerplate on subclasses 2014-01-11 13:54:46 +01:00
test/java/io/netty/handler/codec Fix a bug where HttpObjectDecoder produces LastHttpContent after entering BAD_MESSAGE state 2014-01-10 16:16:02 +09:00