You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/08/18 08:48:37 UTC

[GitHub] [james-project] vttranlina commented on a diff in pull request #1132: JAMES-3788 Implement SMTP proxy support for incoming connections usin…

vttranlina commented on code in PR #1132:
URL: https://github.com/apache/james-project/pull/1132#discussion_r948824727


##########
server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/netty/AbstractConfigurableAsyncServer.java:
##########
@@ -444,16 +451,23 @@ protected ChannelHandlerFactory getFrameHandlerFactory() {
     }
 
     protected abstract ChannelInboundHandlerAdapter createCoreHandler();
-    
+
+    protected abstract ChannelInboundHandlerAdapter createProxyHandler();

Review Comment:
   I don't find any where use it



-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org