org.infinispan.client.hotrod.impl.transport.netty
Class HotrodClientEncoder
java.lang.Object
org.jboss.netty.handler.codec.oneone.OneToOneEncoder
org.infinispan.client.hotrod.impl.transport.netty.HotrodClientEncoder
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler
public class HotrodClientEncoder
- extends org.jboss.netty.handler.codec.oneone.OneToOneEncoder
// TODO: Document this
- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
org.jboss.netty.channel.ChannelHandler.Sharable |
Method Summary |
protected Object |
encode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
Object msg)
|
Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneEncoder |
handleDownstream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotrodClientEncoder
public HotrodClientEncoder()
encode
protected Object encode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
Object msg)
throws Exception
- Specified by:
encode
in class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
- Throws:
Exception
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.