netty5/codec-http/src
Andrey Mizurov d3906d862e Add user possibility to skip the evaluation of a certain websocket ex… (#8910)
Motivation:

Add user possibility to skip the evaluation of certain web socket extension,
for example we can skip compression extension for messages that already compressed or very small and etc.

Modification:

This pull request is related with #5669

Result:

User can set to WebSocketClientExtensionHandshaker or WebSocketServerExtensionHandshaker a filter to skip the evaluation of certain extension.
2019-03-22 15:02:54 +01:00
..
main/java/io/netty/handler/codec Add user possibility to skip the evaluation of a certain websocket ex… (#8910) 2019-03-22 15:02:54 +01:00
test Add user possibility to skip the evaluation of a certain websocket ex… (#8910) 2019-03-22 15:02:54 +01:00