public class ChannelObjectDriverInboundHandler
extends <any>
| Constructor and Description |
|---|
ChannelObjectDriverInboundHandler(AbstractChannelObjectPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead0(ChannelHandlerContext channelHandlerContext,
java.lang.Object o) |
void |
channelUnregistered(ChannelHandlerContext ctx) |
void |
exceptionCaught(ChannelHandlerContext ctx,
java.lang.Throwable cause) |
void |
userEventTriggered(ChannelHandlerContext ctx,
java.lang.Object event) |
public ChannelObjectDriverInboundHandler(AbstractChannelObjectPlugin plugin)
public void channelRead0(ChannelHandlerContext channelHandlerContext,
java.lang.Object o)
public void channelUnregistered(ChannelHandlerContext ctx)
public void userEventTriggered(ChannelHandlerContext ctx,
java.lang.Object event)
throws java.lang.Exception
java.lang.Exceptionpublic void exceptionCaught(ChannelHandlerContext ctx,
java.lang.Throwable cause)
Copyright © 2015 Whizzo Software LLC. All rights reserved.