net.gleamynode.netty.bootstrap
Class ClientBootstrap
java.lang.Object
net.gleamynode.netty.bootstrap.Bootstrap
net.gleamynode.netty.bootstrap.ClientBootstrap
public class ClientBootstrap
- extends Bootstrap
- Version:
- $Rev$, $Date$
- Author:
- The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)
| Methods inherited from class net.gleamynode.netty.bootstrap.Bootstrap |
getFactory, getOption, getOptions, getPipeline, getPipelineAsMap, getPipelineFactory, setFactory, setOption, setOptions, setPipeline, setPipelineAsMap, setPipelineFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientBootstrap
public ClientBootstrap()
ClientBootstrap
public ClientBootstrap(ChannelFactory channelFactory)
connect
public ChannelFuture connect()
connect
public ChannelFuture connect(SocketAddress remoteAddress)
connect
public ChannelFuture connect(SocketAddress remoteAddress,
SocketAddress localAddress)
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.