chibenwa commented on a change in pull request #886:
URL: https://github.com/apache/james-project/pull/886#discussion_r830734128



##########
File path: 
protocols/netty/src/main/java/org/apache/james/protocols/netty/ChannelGroupHandler.java
##########
@@ -19,31 +19,22 @@
 
 package org.apache.james.protocols.netty;
 
-import org.jboss.netty.channel.ChannelHandlerContext;
-import org.jboss.netty.channel.ChannelStateEvent;
-import org.jboss.netty.channel.SimpleChannelUpstreamHandler;
-import org.jboss.netty.channel.group.ChannelGroup;
+import io.netty.channel.ChannelHandler;
+import io.netty.channel.ChannelInboundHandlerAdapter;
+import io.netty.channel.group.ChannelGroup;
 
 /**
  * Add channels to the channel group after the channel was opened.
  * 
  * This handler is thread-safe and thus can be shared across pipelines
  */
-public final class ChannelGroupHandler extends SimpleChannelUpstreamHandler {
[email protected]
+public final class ChannelGroupHandler extends ChannelInboundHandlerAdapter {

Review comment:
       Done in https://github.com/apache/james-project/pull/903




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to