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.ConnectionFactory
HttpRequest. CONNECTION_FACTORY
static HttpRequest.ConnectionFactory
HttpRequest.ConnectionFactory. DEFAULT
AHttpRequest.ConnectionFactory
which uses the built-inURL.openConnection()
Methods in com.github.kevinsawicki.http with parameters of type HttpRequest.ConnectionFactory Modifier and Type Method Description static void
HttpRequest. setConnectionFactory(HttpRequest.ConnectionFactory connectionFactory)
Specify theHttpRequest.ConnectionFactory
used to create new requests.
-