Fix type
This commit is contained in:
parent
9024bc8704
commit
d7aa5c6d8a
@ -235,7 +235,7 @@ public class ClientBootstrap extends Bootstrap {
|
|||||||
* to a remoteAddress by calling {@link Channel#connect(SocketAddress)}.This method is useful where bind and connect
|
* to a remoteAddress by calling {@link Channel#connect(SocketAddress)}.This method is useful where bind and connect
|
||||||
* need to be done in separate steps.
|
* need to be done in separate steps.
|
||||||
*
|
*
|
||||||
* This can also be useful if you want to set and attachment to the {@link Channel} via
|
* This can also be useful if you want to set an attachment to the {@link Channel} via
|
||||||
* {@link Channel#setAttachment(Object)} so you can use it after the {@link #bind(SocketAddress)} was done.
|
* {@link Channel#setAttachment(Object)} so you can use it after the {@link #bind(SocketAddress)} was done.
|
||||||
* <br>
|
* <br>
|
||||||
* For example:
|
* For example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user