netty5/codec-haproxy/src/main/java/io/netty/handler/codec/haproxy
Norman Maurer c53dbb748e Add ProtocolDetectionResult and use it in HAProxyMessageDecoder for allow detect HAProxy protocol.
Motivation:

Sometimes it is useful to detect if a ByteBuf contains a HAProxy header, for example if you want to write something like the PortUnification example.

Modifications:

- Add ProtocolDetectionResult which can be used as a return type for detecting different protocol.
- Add new method which allows to detect HA Proxy messages.

Result:

Easier to detect protocol.
2015-06-23 08:59:07 +02:00
..
HAProxyCommand.java Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00
HAProxyConstants.java Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00
HAProxyMessage.java ByteString introduced as AsciiString super class 2015-04-14 16:35:17 -07:00
HAProxyMessageDecoder.java Add ProtocolDetectionResult and use it in HAProxyMessageDecoder for allow detect HAProxy protocol. 2015-06-23 08:59:07 +02:00
HAProxyProtocolException.java Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00
HAProxyProtocolVersion.java Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00
HAProxyProxiedProtocol.java Checkstyle 2014-06-21 16:04:13 +09:00
package-info.java Move haproxy codec to a separate module 2014-06-21 15:59:21 +09:00