org.infinispan.server.core.transport
Interface Decoder<T extends Enum<T>>

All Known Implementing Classes:
NoStateDecoder, TextDecoder

public interface Decoder<T extends Enum<T>>

// TODO: Document this

Since:
4.0
Author:
Galder ZamarreƱo

Nested Class Summary
static interface Decoder.Checkpointer<T>
           
 
Method Summary
 Object decode(ChannelHandlerContext ctx, ChannelBuffer buffer, T state)
           
 void exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e)
           
 

Method Detail

decode

Object decode(ChannelHandlerContext ctx,
              ChannelBuffer buffer,
              T state)
              throws Exception
Throws:
Exception

exceptionCaught

void exceptionCaught(ChannelHandlerContext ctx,
                     ExceptionEvent e)
                     throws Exception
Throws:
Exception

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.