net.gleamynode.netty.channel
Class AbstractServerChannel
java.lang.Object
net.gleamynode.netty.channel.AbstractChannel
net.gleamynode.netty.channel.AbstractServerChannel
- All Implemented Interfaces:
- Comparable<Channel>, Channel
public abstract class AbstractServerChannel
- extends AbstractChannel
- Version:
- $Rev$, $Date$
- Author:
- The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)
| Methods inherited from class net.gleamynode.netty.channel.AbstractChannel |
bind, close, compareTo, equals, getFactory, getId, getParent, getPipeline, getSucceededFuture, getUnsupportedOperationFuture, hashCode, isOpen, isReadable, isWritable, setClosed, setReadable, toString |
AbstractServerChannel
protected AbstractServerChannel(ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink)
connect
public ChannelFuture connect(SocketAddress remoteAddress)
- Specified by:
connect in interface Channel- Overrides:
connect in class AbstractChannel
disconnect
public ChannelFuture disconnect()
- Specified by:
disconnect in interface Channel- Overrides:
disconnect in class AbstractChannel
getInterestOps
public int getInterestOps()
- Specified by:
getInterestOps in interface Channel- Overrides:
getInterestOps in class AbstractChannel
setInterestOps
public ChannelFuture setInterestOps(int interestOps)
- Specified by:
setInterestOps in interface Channel- Overrides:
setInterestOps in class AbstractChannel
setInterestOpsNow
protected void setInterestOpsNow(int interestOps)
- Overrides:
setInterestOpsNow in class AbstractChannel
write
public ChannelFuture write(Object message)
- Specified by:
write in interface Channel- Overrides:
write in class AbstractChannel
write
public ChannelFuture write(Object message,
SocketAddress remoteAddress)
- Specified by:
write in interface Channel- Overrides:
write in class AbstractChannel
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.