snufkinsnorka commented on issue #25:
URL: https://github.com/apache/mina/pull/25#issuecomment-616402730


   We want to extend those in order to add ability of moving IoSession 
established sockets from processor to processor. 
   We use this when we want to move connections between different servers 
(which are implemented with different classLoaders)
   
   In order to implement this we need for example to override 
ShadowNioSocketAcceptor.open methods. 
   For example, during open, we no longer need to create the socket, but we do 
need to register the selector, which is why we also change it to be protected.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to