Class JavaNetHttpConnector

java.lang.Object
org.glassfish.jersey.jnh.connector.JavaNetHttpConnector
All Implemented Interfaces:
Connector, Inflector<ClientRequest,ClientResponse>

public class JavaNetHttpConnector extends Object implements Connector
Provides a Jersey client Connector, which internally uses Java's HttpClient. The following properties are provided to Java's HttpClient.Builder during creation of the HttpClient:
Author:
Steffen Nießing