Package | Description |
---|---|
oracle.wsc.android.session |
Session API.
|
Modifier and Type | Method and Description |
---|---|
static HttpContext.Builder |
HttpContext.Builder.create()
Create a new
HttpContext.Builder . |
HttpContext.Builder |
HttpContext.Builder.withHeader(String headerName,
List<String> headerValues)
Set header list in the HttpContext.
|
HttpContext.Builder |
HttpContext.Builder.withHeader(String headerName,
String headerValue)
Add String-formatted header to the HttpContext.
|
HttpContext.Builder |
HttpContext.Builder.withHeaders(Map<String,List<String>> headers)
Set a list of given headers in the HttpContext.
|
HttpContext.Builder |
HttpContext.Builder.withSslContext(SSLContext context)
Add
SSLContext to the HTTP context. |