Uses of Interface
com.github.kevinsawicki.http.HttpRequest.ConnectionFactory
-
-
Uses of HttpRequest.ConnectionFactory in com.github.kevinsawicki.http
Fields in com.github.kevinsawicki.http declared as HttpRequest.ConnectionFactory Modifier and Type Field Description private static HttpRequest.ConnectionFactoryHttpRequest. CONNECTION_FACTORYstatic HttpRequest.ConnectionFactoryHttpRequest.ConnectionFactory. DEFAULTAHttpRequest.ConnectionFactorywhich uses the built-inURL.openConnection()Methods in com.github.kevinsawicki.http with parameters of type HttpRequest.ConnectionFactory Modifier and Type Method Description static voidHttpRequest. setConnectionFactory(HttpRequest.ConnectionFactory connectionFactory)Specify theHttpRequest.ConnectionFactoryused to create new requests.
-