com.datastax.cassandra.transport
Class Message.ProtocolDecoder

java.lang.Object
  extended by org.jboss.netty.handler.codec.oneone.OneToOneDecoder
      extended by com.datastax.cassandra.transport.Message.ProtocolDecoder
All Implemented Interfaces:
org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler
Enclosing class:
Message

public static class Message.ProtocolDecoder
extends org.jboss.netty.handler.codec.oneone.OneToOneDecoder


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
Message.ProtocolDecoder()
           
 
Method Summary
 Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.Channel channel, Object msg)
           
 
Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneDecoder
handleUpstream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message.ProtocolDecoder

public Message.ProtocolDecoder()
Method Detail

decode

public Object decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
                     org.jboss.netty.channel.Channel channel,
                     Object msg)
Specified by:
decode in class org.jboss.netty.handler.codec.oneone.OneToOneDecoder


Copyright © 2013. All Rights Reserved.