Deprecated API


Contents
Deprecated Methods
org.jboss.netty.handler.codec.http2.HttpMessage.getContentLength()
          Use HttpHeaders.getContentLength(HttpMessage) instead. 
org.jboss.netty.handler.codec.http2.DefaultHttpMessage.getContentLength()
           
org.jboss.netty.handler.codec.http2.HttpMessage.getContentLength(long)
          Use HttpHeaders.getContentLength(HttpMessage, long) instead. 
org.jboss.netty.handler.codec.http2.DefaultHttpMessage.getContentLength(long)
           
org.jboss.netty.handler.codec.http2.HttpMessage.isKeepAlive()
          Use HttpHeaders.isKeepAlive(HttpMessage) instead. 
org.jboss.netty.handler.codec.http2.DefaultHttpMessage.isKeepAlive()
           
 

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. 
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.