public class HttpUrlConnectionConfigurer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpUrlConnectionConfigurer.Builder |
| Constructor and Description |
|---|
HttpUrlConnectionConfigurer(String requestMethod,
int readTimeoutInMillis,
String authorization,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
static HttpUrlConnectionConfigurer.Builder |
builder(String requestMethod) |
void |
configure(HttpURLConnection httpURLConnection) |
public void configure(HttpURLConnection httpURLConnection) throws ProtocolException
ProtocolExceptionpublic static HttpUrlConnectionConfigurer.Builder builder(String requestMethod)
Copyright © 2010-2017 JmxTrans team. All Rights Reserved.