net.tomp2p.simgrid
Class DummyChannelHandlerContext
java.lang.Object
net.tomp2p.simgrid.DummyChannelHandlerContext
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelHandlerContext
public class DummyChannelHandlerContext
- extends Object
- implements org.jboss.netty.channel.ChannelHandlerContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyChannelHandlerContext
public DummyChannelHandlerContext(org.jboss.netty.channel.Channel channel)
canHandleDownstream
public boolean canHandleDownstream()
- Specified by:
canHandleDownstream in interface org.jboss.netty.channel.ChannelHandlerContext
canHandleUpstream
public boolean canHandleUpstream()
- Specified by:
canHandleUpstream in interface org.jboss.netty.channel.ChannelHandlerContext
getAttachment
public Object getAttachment()
- Specified by:
getAttachment in interface org.jboss.netty.channel.ChannelHandlerContext
getChannel
public org.jboss.netty.channel.Channel getChannel()
- Specified by:
getChannel in interface org.jboss.netty.channel.ChannelHandlerContext
getHandler
public org.jboss.netty.channel.ChannelHandler getHandler()
- Specified by:
getHandler in interface org.jboss.netty.channel.ChannelHandlerContext
getName
public String getName()
- Specified by:
getName in interface org.jboss.netty.channel.ChannelHandlerContext
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
- Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelHandlerContext
sendDownstream
public void sendDownstream(org.jboss.netty.channel.ChannelEvent e)
- Specified by:
sendDownstream in interface org.jboss.netty.channel.ChannelHandlerContext
getInput
public Object getInput()
sendUpstream
public void sendUpstream(org.jboss.netty.channel.ChannelEvent e)
- Specified by:
sendUpstream in interface org.jboss.netty.channel.ChannelHandlerContext
setAttachment
public void setAttachment(Object attachment)
- Specified by:
setAttachment in interface org.jboss.netty.channel.ChannelHandlerContext
Copyright © 2012. All Rights Reserved.