JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
J
N
O
R
S
A
authenticate(Route, Response)
- Method in class io.jenkins.plugins.okhttp.api.internals.
JenkinsProxyAuthenticator
C
cancel(boolean)
- Method in class io.jenkins.plugins.okhttp.api.
OkHttpFuture
connectFailed(URI, SocketAddress, IOException)
- Method in class io.jenkins.plugins.okhttp.api.internals.
JenkinsProxySelector
G
GET_RESPONSE
- Static variable in class io.jenkins.plugins.okhttp.api.
OkHttpFuture
A converter returning the response itself.
getCall()
- Method in exception io.jenkins.plugins.okhttp.api.
OkHttpFutureException
The call responsible of this exception.
I
io.jenkins.plugins.okhttp.api
- package io.jenkins.plugins.okhttp.api
io.jenkins.plugins.okhttp.api.internals
- package io.jenkins.plugins.okhttp.api.internals
J
JenkinsOkHttpClient
- Class in
io.jenkins.plugins.okhttp.api
This class allows to take into consideration if Jenkins is running behind a proxy or not and return a proper
OkHttpClient
client.
JenkinsProxyAuthenticator
- Class in
io.jenkins.plugins.okhttp.api.internals
JenkinsProxyAuthenticator(ProxyConfiguration)
- Constructor for class io.jenkins.plugins.okhttp.api.internals.
JenkinsProxyAuthenticator
JenkinsProxySelector
- Class in
io.jenkins.plugins.okhttp.api.internals
JenkinsProxySelector(ProxyConfiguration)
- Constructor for class io.jenkins.plugins.okhttp.api.internals.
JenkinsProxySelector
N
newClientBuilder(OkHttpClient)
- Static method in class io.jenkins.plugins.okhttp.api.
JenkinsOkHttpClient
Generates a new builder for the given base client.
O
OkHttpFuture
<
T
> - Class in
io.jenkins.plugins.okhttp.api
Provides a mechanism to transform an HTTP response asynchronously relying only on JDK APIs.
OkHttpFuture(Call)
- Constructor for class io.jenkins.plugins.okhttp.api.
OkHttpFuture
Creates a future with no converter.
OkHttpFuture(Call, ResponseConverter<T>)
- Constructor for class io.jenkins.plugins.okhttp.api.
OkHttpFuture
OkHttpFutureException
- Exception in
io.jenkins.plugins.okhttp.api
OkHttpFutureException(Call, Throwable)
- Constructor for exception io.jenkins.plugins.okhttp.api.
OkHttpFutureException
onResponse(Call, Response)
- Method in interface io.jenkins.plugins.okhttp.api.
ResponseConverter
Called when the HTTP request finishes successfully and there is a response to process.
R
ResponseConverter
<
T
> - Interface in
io.jenkins.plugins.okhttp.api
A response converter allows to convert a
Response
to another object.
S
select(URI)
- Method in class io.jenkins.plugins.okhttp.api.internals.
JenkinsProxySelector
A
C
G
I
J
N
O
R
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016–2021. All rights reserved.