Better table L&F
This commit is contained in:
parent
87390319c8
commit
9c0b5d1949
@ -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}.
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user