Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- e.manager.channel().pipeline().addLast(new ChannelHandler() {
- @Override
- public void handlerRemoved(ChannelHandlerContext ctx) throws Exception {
- // TODO Auto-generated method stub
- }
- @Override
- public void handlerAdded(ChannelHandlerContext ctx) throws Exception {
- // TODO Auto-generated method stub
- }
- @Override
- public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
- throws Exception {
- // TODO Auto-generated method stub
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement