You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2016/09/18 08:32:21 UTC

[jira] [Created] (DIRMINA-1045) Not all the session configuration parameter can be set using the setaAll() method

Emmanuel Lecharny created DIRMINA-1045:
------------------------------------------

             Summary: Not all the session configuration parameter can be set using the setaAll() method
                 Key: DIRMINA-1045
                 URL: https://issues.apache.org/jira/browse/DIRMINA-1045
             Project: MINA
          Issue Type: Bug
    Affects Versions: 2.0.14
            Reporter: Emmanuel Lecharny
             Fix For: 2.0.15


The {{setAll(IoSessionConfig)}} method does not set all the possible configurtion parameters : typically, the specific ones for each {{AbstratIsSessionConfig}} subclasses aren't supported (KeepAlive for the {{AbstractSocketSessionConfig}} class, etc). This is because teh {{setAll}} method is declared as final in the {{AbstractIoSessionConfig}} and can't be overloaded.



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