[JBoss JIRA] Created: (NETTY-89) Change HTTP codec to support a protocol which is derived from HTTP

Trustin Lee (JIRA) jira-events at lists.jboss.org
Mon Dec 1 00:40:36 EST 2008


Change HTTP codec to support a protocol which is derived from HTTP
------------------------------------------------------------------

                 Key: NETTY-89
                 URL: https://jira.jboss.org/jira/browse/NETTY-89
             Project: Netty
          Issue Type: Feature Request
          Components: Handler
    Affects Versions: 3.1.0.ALPHA1
            Reporter: Trustin Lee
            Assignee: Trustin Lee
             Fix For: 3.1.0.ALPHA2


There are some protocols with different versions and methods which is derived from HTTP.  For now, we are using enum for HttpVersion and HttpMethod, which disallow extension.  One good example is ICAP:

  * http://www.faqs.org/rfcs/rfc3507.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the netty-dev mailing list