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
decode
Object decode(ChannelHandlerContext ctx,
ChannelBuffer buffer,
T state)
throws Exception
- Throws:
Exception
exceptionCaught
void exceptionCaught(ChannelHandlerContext ctx,
ExceptionEvent e)
throws Exception
- Throws:
Exception
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.