Deprecated Constructors |
org.jboss.netty.handler.codec.http2.HttpVersion(String)
Use HttpVersion.HttpVersion(String, boolean) instead. |
org.jboss.netty.handler.codec.http2.HttpVersion(String, int, int)
Use HttpVersion.HttpVersion(String, int, int, boolean) instead. |
org.jboss.netty.handler.codec.http2.QueryStringDecoder(String, String)
Use QueryStringDecoder.QueryStringDecoder(String, Charset) instead. |
org.jboss.netty.handler.codec.http2.QueryStringDecoder(URI, String)
Use QueryStringDecoder.QueryStringDecoder(URI, Charset) instead. |
org.jboss.netty.handler.codec.http2.QueryStringEncoder(String, String)
Use QueryStringEncoder.QueryStringEncoder(String, Charset) instead. |