You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2019/10/08 06:08:32 UTC

[GitHub] [mina-sshd] wh0 opened a new pull request #108: ChannelSession: Split parsing from handlers

wh0 opened a new pull request #108: ChannelSession: Split parsing from handlers
URL: https://github.com/apache/mina-sshd/pull/108
 
 
   This splits out part of `handleXxx` into `handleXxxParsed`, which takes a bunch of named arguments instead of a `Buffer buffer`. This way, subclasses can handle these requests differently while still using the same parsing logic as ChannelSession.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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