You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/09/21 07:41:04 UTC

[jira] [Created] (SSHD-566) Allow specific properties overrides per session, channel

Goldstein Lyor created SSHD-566:
-----------------------------------

             Summary: Allow specific properties overrides per session, channel
                 Key: SSHD-566
                 URL: https://issues.apache.org/jira/browse/SSHD-566
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Goldstein Lyor


The current configuration model relies only on the factory manager as the prime properties carrier. Allow setting "overrides" for a specific session or even channel. The property value resolution will work from "closest" to "farthest" - e.g., if the queried entity is a channel, then it will look for a specific override on the channel, then on the session and lastly on the factory manager. This will allow code to fine-tune parameters for a specific session or channel if the user has some specific preferences - e.g., lengthen some timeouts for a channel with expected heavy traffic load.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)