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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
