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 2014/09/06 23:57:28 UTC

[jira] [Comment Edited] (DIRMINA-670) Make ProtocolEncoder/Decoder interfaces typesafe

    [ https://issues.apache.org/jira/browse/DIRMINA-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703196#comment-12703196 ] 

Emmanuel Lecharny edited comment on DIRMINA-670 at 9/6/14 9:57 PM:
-------------------------------------------------------------------

Should be feasable for 3.0. Not for 2.0, as we are supposed to have frozen the API ...


was (Author: elecharny):
Should be feasable for 3.0. Not for 2.0, as we are supposed to hev frozen the API ...

> Make ProtocolEncoder/Decoder interfaces typesafe
> ------------------------------------------------
>
>                 Key: DIRMINA-670
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-670
>             Project: MINA
>          Issue Type: Wish
>          Components: Core
>    Affects Versions: 2.0.0-M4
>            Reporter: Rory Winston
>            Priority: Minor
>             Fix For: 3.0.0-M3
>
>
> It would be nice to be able to have some type safety in the protocol codec interfaces. For instance, in the ProtocolEncoder interface, a change to something like:
> public interface ProtocolEncoder <T> {
>     void encode(IoSession session, T message, ProtocolEncoderOutput out)
>             throws Exception;
> ...
> }
> Would ensure type safety on objects to be encoded. 



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