Hello.

Few questions about Jetty Client:

1. Do it support SNI [1]? For example Apache Http Client do not [2] and we
want to switch maybe to Jetty Client or some other.

2. Are there any plans to support JSR-339 [3]? I think it can be usefull to
abstract implementation and be able to switch them. I found two
implementations of this JSR - Jersey [4] (reference implementation) and
Apache CXF [5]. I'm not sure what the CXF project is but looks like it
supports this JSR.

3. Do Jetty Client use NIO to do I/O or traditional blocking I/O API? E.g.
Jersey uses thread pool and traditional I/O to do async requests (AFAIK)
and this may not suit my needs.

[1]: https://en.wikipedia.org/wiki/Server_Name_Indication
[2]: https://issues.apache.org/jira/browse/HTTPCLIENT-1119
[3]: http://www.jcp.org/en/jsr/detail?id=339 JAX-RS 2.0: The Java API for
RESTful Web Services
[4]: https://jersey.java.net/
[5]: https://cxf.apache.org/docs/jax-rs-client-api.html

Regards,
Mikhail.
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to