net.gleamynode.netty.bootstrap
Class ServerBootstrap

java.lang.Object
  extended by net.gleamynode.netty.bootstrap.Bootstrap
      extended by net.gleamynode.netty.bootstrap.ServerBootstrap

public class ServerBootstrap
extends Bootstrap

Version:
$Rev$, $Date$
Author:
The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)

Constructor Summary
ServerBootstrap()
           
ServerBootstrap(ChannelFactory channelFactory)
           
 
Method Summary
 Channel bind()
           
 Channel bind(SocketAddress localAddress)
           
 ChannelHandler getParentHandler()
           
 void setParentHandler(ChannelHandler parentHandler)
           
 
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

ServerBootstrap

public ServerBootstrap()

ServerBootstrap

public ServerBootstrap(ChannelFactory channelFactory)
Method Detail

getParentHandler

public ChannelHandler getParentHandler()

setParentHandler

public void setParentHandler(ChannelHandler parentHandler)

bind

public Channel bind()

bind

public Channel bind(SocketAddress localAddress)


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.