The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
Todo Work | 29 | todo, XXX, FIXME, @deprecated |
Each tag is detailed below:
Number of occurrences found in the code: 29
org.jboss.netty.example.http.upload.HttpClient | Line |
---|---|
/formget No use of HttpPostRequestEncoder since not a POST Start the connection attempt. | 161 |
/formpost Start the connection attempt. | 240 |
/formpostmultipart Start the connection attempt. | 334 |
org.jboss.netty.example.http.upload.HttpRequestHandler | Line |
Auto-generated catch block | 315 |
org.jboss.netty.handler.codec.http2.DiskFileUpload | Line |
should we compare size ? | 103 |
org.jboss.netty.handler.codec.http2.HttpChunkAggregator | Line |
Respond with 413 Request Entity Too Large and discard the traffic or close the connection. No need to notify the upstream handlers - just log. If decoding a response, just throw an exception. | 94 |
Respond with 413 Request Entity Too Large and discard the traffic or close the connection. No need to notify the upstream handlers - just log. If decoding a response, just throw an exception. | 135 |
org.jboss.netty.handler.codec.http2.HttpMessage | Line |
Use {@link HttpHeaders#getContentLength(HttpMessage)} instead. | 129 |
Use {@link HttpHeaders#getContentLength(HttpMessage, long)} instead. | 135 |
Use {@link HttpHeaders#isKeepAlive(HttpMessage)} instead. | 167 |
org.jboss.netty.handler.codec.http2.HttpMessageDecoder | Line |
Respond with Bad Request and discard the traffic or close the connection. No need to notify the upstream handlers - just log. If decoding a response, just throw an exception. | 550 |
Respond with Bad Request and discard the traffic or close the connection. No need to notify the upstream handlers - just log. If decoding a response, just throw an exception. | 599 |
org.jboss.netty.handler.codec.http2.HttpVersion | Line |
Use {@link #HttpVersion(String, boolean)} instead. | 78 |
Use {@link #HttpVersion(String, int, int, boolean)} instead. | 119 |
org.jboss.netty.handler.codec.http2.MemoryFileUpload | Line |
should we compare size for instance ? | 91 |
org.jboss.netty.handler.codec.http2.QueryStringDecoder | Line |
Use {@link #QueryStringDecoder(String, Charset)} instead. | 118 |
Use {@link #QueryStringDecoder(URI, Charset)} instead. | 175 |
org.jboss.netty.handler.codec.http2.QueryStringEncoder | Line |
Use {@link #QueryStringEncoder(String, Charset)} instead. | 78 |
test.udp.traffic.LeakyBucketHandler | Line |
object to queue: ctx and message event, so that we can send up/down pipline using ctx | 34 |
will be set in constructor | 56 |
log overflow | 118 |
check if channel writeable | 165 |
when spliting: handle future correctly: create new one | 193 |
output up/downstream using QueueEvent | 240 |
Auto-generated method stub | 267 |
Auto-generated method stub | 274 |
Auto-generated method stub | 281 |
Auto-generated method stub | 288 |
Auto-generated catch block | 320 |