net.gleamynode.netty.bootstrap
Class ServerBootstrap
java.lang.Object
net.gleamynode.netty.bootstrap.Bootstrap
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)
| 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 |
ServerBootstrap
public ServerBootstrap()
ServerBootstrap
public ServerBootstrap(ChannelFactory channelFactory)
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.