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