mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 23:25:50 +00:00
The API were inconsistent: sometimes using the C format for getters and setters (e.g. String host(), void host(String)), sometimes using the JavaBeans format. Now the API stick with the JavaBean format apart the "fluent" API in Request, that is in the fluent format (i.e. C setter format, but returning this instead of void).