Better table L&F

This commit is contained in:
Trustin Lee 2008-09-24 12:01:50 +00:00
parent 87390319c8
commit 9c0b5d1949
4 changed files with 9 additions and 5 deletions

View File

@ -48,7 +48,8 @@ import org.jboss.netty.channel.socket.nio.NioSocketChannelConfig;
* {@link ChannelConfig}. To update an option map, please call {@link #setOptions(Map)}.
* <p>
* All {@link ChannelConfig} has the following options:
* <table>
*
* <table border="1" cellspacing="0" cellpadding="6">
* <tr>
* <th>Name</th><th>Associated setter method</th>
* </tr><tr>
@ -59,7 +60,7 @@ import org.jboss.netty.channel.socket.nio.NioSocketChannelConfig;
* <td>{@code "pipelineFactory"}</td><td>{@link #setPipelineFactory(ChannelPipelineFactory)}</td>
* </tr>
* </table>
*
* <p>
* More options are available in the sub-types of {@link ChannelConfig}. For
* example, you can configure the parameters which are specific to a TCP/IP
* socket as explained in {@link SocketChannelConfig} or {@link NioSocketChannelConfig}.

View File

@ -34,7 +34,8 @@ import org.jboss.netty.channel.ChannelConfig;
* In addition to the options provided by {@link ChannelConfig},
* {@link ServerSocketChannelConfig} allows the following options in the
* option map:
* <table>
*
* <table border="1" cellspacing="0" cellpadding="6">
* <tr>
* <th>Name</th><th>Associated setter method</th>
* </tr><tr>

View File

@ -33,7 +33,8 @@ import org.jboss.netty.channel.ChannelConfig;
*
* In addition to the options provided by {@link ChannelConfig},
* {@link SocketChannelConfig} allows the following options in the option map:
* <table>
*
* <table border="1" cellspacing="0" cellpadding="6">
* <tr>
* <th>Name</th><th>Associated setter method</th>
* </tr><tr>

View File

@ -37,7 +37,8 @@ import org.jboss.netty.channel.socket.SocketChannelConfig;
* In addition to the options provided by {@link ChannelConfig} and
* {@link SocketChannelConfig}, {@link NioSocketChannelConfig} allows the
* following options in the option map:
* <table>
*
* <table border="1" cellspacing="0" cellpadding="6">
* <tr>
* <th>Name</th><th>Associated setter method</th>
* </tr><tr>