net.gleamynode.netty.bootstrap
Class ClientBootstrap

java.lang.Object
  extended by net.gleamynode.netty.bootstrap.Bootstrap
      extended by 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)

Constructor Summary
ClientBootstrap()
           
ClientBootstrap(ChannelFactory channelFactory)
           
 
Method Summary
 ChannelFuture connect()
           
 ChannelFuture connect(SocketAddress remoteAddress)
           
 ChannelFuture connect(SocketAddress remoteAddress, SocketAddress localAddress)
           
 
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
 

Constructor Detail

ClientBootstrap

public ClientBootstrap()

ClientBootstrap

public ClientBootstrap(ChannelFactory channelFactory)
Method Detail

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.