-
Recent Posts
Recent Comments
- Jan on Jersey Apache Connector Hangs …?
- Jan on Jersey Apache Connector Hangs …?
- Yev on Jersey Apache Connector Hangs …?
- Jonathan on Jersey Apache Connector Hangs …?
- Tejaswini on Jersey Apache Connector Hangs …?
Archives
Categories
Meta
Monthly Archives: January 2020
New Features in Jersey Client
Jersey 2.30 comes with multiple new features, and this post describes three new interfaces on the client. They are PreInvocationInterceptor, PostInvocationInterceptor, and InvocationBuilderListener.
Suppose a case that the start of the request is to be logged and even measured.… Read more
Posted in Jersey
Comments Off on New Features in Jersey Client
Jersey Apache Connector Hangs …?
Jersey comes with various connectors to third-party HTTP clients. The way the connector is used is simple, put the connector and the third-party client to the classpath, and tell the client to use it. For Apache Connector, use:
ClientConfig clientConfig = new ClientConfig(); clientConfig.connectorProvider(new… Read more
Posted in Jersey
5 Comments