Package | Description |
---|---|
com.databricks.sdk.core.commons | |
com.databricks.sdk.core.http |
Modifier and Type | Method and Description |
---|---|
Response |
CommonsHttpClient.execute(Request in) |
Modifier and Type | Class and Description |
---|---|
class |
FormRequest |
Modifier and Type | Method and Description |
---|---|
Request |
Response.getRequest() |
Request |
Request.withHeader(String key,
String value) |
Request |
Request.withHeaders(Map<String,String> headers) |
Request |
Request.withQueryParam(String key,
String value) |
Request |
Request.withUrl(String url) |
Modifier and Type | Method and Description |
---|---|
Response |
HttpClient.execute(Request in) |
Constructor and Description |
---|
Response(Request request,
int statusCode,
String status,
Map<String,List<String>> headers) |
Response(Request request,
int statusCode,
String status,
Map<String,List<String>> headers,
InputStream body) |
Response(Request request,
int statusCode,
String status,
Map<String,List<String>> headers,
String body) |
Copyright © 2023. All rights reserved.