Encoder/Decoder should be generic
---------------------------------

                 Key: PROTOCOLS-33
                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-33
             Project: JAMES Protocols
          Issue Type: Improvement
          Components: api
    Affects Versions: 1.5
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 1.6


For Netty we have an Encoder and Decoder to convert stuff to a Request and from 
a Response. This kind of Encoder / Decoder should not depend on netty and are 
generic as we also need it when using other transport implementations. The best 
thing would be to decode from byte[] to Response and encode from Request to 
byte[]. This will make it reusable with "any" transport impl.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to