Uses of Class
io.netty.handler.codec.haproxy.HAProxyMessage
-
Packages that use HAProxyMessage Package Description io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol header -
-
Uses of HAProxyMessage in io.netty.handler.codec.haproxy
Methods in io.netty.handler.codec.haproxy that return HAProxyMessage Modifier and Type Method Description HAProxyMessage
HAProxyMessage. retain()
HAProxyMessage
HAProxyMessage. retain(int increment)
HAProxyMessage
HAProxyMessage. touch()
HAProxyMessage
HAProxyMessage. touch(java.lang.Object hint)
Methods in io.netty.handler.codec.haproxy with parameters of type HAProxyMessage Modifier and Type Method Description protected void
HAProxyMessageEncoder. encode(ChannelHandlerContext ctx, HAProxyMessage msg, ByteBuf out)
-