public class JsonRpcServiceBinderHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
Constructor and Description |
---|
JsonRpcServiceBinderHandler(JsonRpcEndpoint factory) |
Modifier and Type | Method and Description |
---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
Object |
getContext() |
void |
setContext(Object context) |
channelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
handlerAdded, handlerRemoved, isSharable
public JsonRpcServiceBinderHandler(JsonRpcEndpoint factory)
public Object getContext()
public void setContext(Object context)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg) throws Exception
channelRead
in interface io.netty.channel.ChannelInboundHandler
channelRead
in class io.netty.channel.ChannelInboundHandlerAdapter
Exception
public void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) throws Exception
channelReadComplete
in interface io.netty.channel.ChannelInboundHandler
channelReadComplete
in class io.netty.channel.ChannelInboundHandlerAdapter
Exception
Copyright © 2017 OpenDaylight. All rights reserved.