Javadoc
This commit is contained in:
parent
85f1db7459
commit
54dd31c449
@ -56,17 +56,22 @@ h5 {
|
||||
|
||||
/* Tables */
|
||||
table {
|
||||
border-collapse : collapse;
|
||||
border-collapse: collapse;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
background: #CCCCFF;
|
||||
color:#000000;
|
||||
padding: 3px 6px;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
padding: 3px 6px;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
/* Table colors */
|
||||
|
@ -36,7 +36,7 @@ import org.jboss.netty.handler.codec.replay.ReplayingDecoder;
|
||||
* {@link HttpChunk}s.
|
||||
*
|
||||
* <h3>Parameters that prevents excessive memory consumption</h3>
|
||||
* <table>
|
||||
* <table border="1">
|
||||
* <tr>
|
||||
* <th>Name</th><th>Meaning</th>
|
||||
* </tr>
|
||||
|
@ -30,7 +30,7 @@ import org.jboss.netty.handler.codec.frame.TooLongFrameException;
|
||||
* Decodes {@link ChannelBuffer}s into {@link HttpRequest}s and {@link HttpChunk}s.
|
||||
*
|
||||
* <h3>Parameters that prevents excessive memory consumption</h3>
|
||||
* <table>
|
||||
* <table border="1">
|
||||
* <tr>
|
||||
* <th>Name</th><th>Meaning</th>
|
||||
* </tr>
|
||||
|
@ -31,7 +31,7 @@ import org.jboss.netty.handler.codec.frame.TooLongFrameException;
|
||||
* {@link HttpChunk}s.
|
||||
*
|
||||
* <h3>Parameters that prevents excessive memory consumption</h3>
|
||||
* <table>
|
||||
* <table border="1">
|
||||
* <tr>
|
||||
* <th>Name</th><th>Meaning</th>
|
||||
* </tr>
|
||||
|
@ -45,7 +45,7 @@ import org.jboss.netty.util.TimerTask;
|
||||
* read, write, or both operation for a while.
|
||||
*
|
||||
* <h3>Supported idle states</h3>
|
||||
* <table>
|
||||
* <table border="1">
|
||||
* <tr>
|
||||
* <th>Property</th><th>Meaning</th>
|
||||
* </tr>
|
||||
|
Loading…
Reference in New Issue
Block a user