Advertisement
Guest User

Untitled

a guest
Jan 17th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. e.manager.channel().pipeline().addLast(new ChannelHandler() {
  2.  
  3. @Override
  4. public void handlerRemoved(ChannelHandlerContext ctx) throws Exception {
  5. // TODO Auto-generated method stub
  6.  
  7. }
  8.  
  9. @Override
  10. public void handlerAdded(ChannelHandlerContext ctx) throws Exception {
  11. // TODO Auto-generated method stub
  12.  
  13. }
  14.  
  15. @Override
  16. public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
  17. throws Exception {
  18. // TODO Auto-generated method stub
  19.  
  20. }
  21.  
  22. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement