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