[JBoss JIRA] Closed: (NETTY-89) Change HTTP codec to support a protocol which is derived from HTTP
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Thu Dec 4 21:06:36 EST 2008
[ https://jira.jboss.org/jira/browse/NETTY-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Trustin Lee closed NETTY-89.
----------------------------
Resolution: Done
HttpVersion and HttpMethod are not enum anymore and therefore a user can define one's own protocol version and method.
> 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.ALPHA3
>
>
> 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