A B C D E F G H I J K N O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absolute() - Method in class org.xbib.netty.http.client.api.Request
- acceptGzip(boolean) - Method in class org.xbib.netty.http.client.api.Request.Builder
- acquire() - Method in interface org.xbib.netty.http.client.api.Pool
- addBodyData(InterfaceHttpData) - Method in class org.xbib.netty.http.client.api.Request.Builder
- addCookie(Cookie) - Method in class org.xbib.netty.http.client.api.Request.Builder
- addFormParameter(String, String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- addHeader(String, Object) - Method in class org.xbib.netty.http.client.api.Request.Builder
- addParameter(String, Object) - Method in class org.xbib.netty.http.client.api.Request.Builder
- addRawFormParameter(String, String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- addRawParameter(String, String) - Method in class org.xbib.netty.http.client.api.Request.Builder
B
- BackOff - Interface in org.xbib.netty.http.client.api
-
Back-off policy when retrying an operation.
- build() - Method in class org.xbib.netty.http.client.api.Request.Builder
- builder(ByteBufAllocator, HttpMethod) - Static method in class org.xbib.netty.http.client.api.Request
- builder(HttpMethod) - Static method in class org.xbib.netty.http.client.api.Request
- builder(HttpMethod, Request) - Static method in class org.xbib.netty.http.client.api.Request
C
- cancel() - Method in interface org.xbib.netty.http.client.api.Transport
- canRedirect() - Method in class org.xbib.netty.http.client.api.Request
- charset(Charset) - Method in class org.xbib.netty.http.client.api.Request.Builder
- close() - Method in interface org.xbib.netty.http.client.api.Transport
- connect() - Static method in class org.xbib.netty.http.client.api.Request
- content() - Method in class org.xbib.netty.http.client.api.Request
- content(byte[], String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- content(ByteBuf) - Method in class org.xbib.netty.http.client.api.Request.Builder
- content(ByteBuf, String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- content(CharSequence, CharSequence) - Method in class org.xbib.netty.http.client.api.Request.Builder
- content(CharSequence, CharSequence, Charset) - Method in class org.xbib.netty.http.client.api.Request.Builder
- contentType(CharSequence) - Method in class org.xbib.netty.http.client.api.Request.Builder
- contentType(CharSequence, Charset) - Method in class org.xbib.netty.http.client.api.Request.Builder
- cookies() - Method in class org.xbib.netty.http.client.api.Request
D
E
- enableBackOff(boolean) - Method in class org.xbib.netty.http.client.api.Request.Builder
- enableHttp1() - Method in class org.xbib.netty.http.client.api.Request.Builder
- enableHttp2() - Method in class org.xbib.netty.http.client.api.Request.Builder
- ExceptionListener - Interface in org.xbib.netty.http.client.api
- execute(Request) - Method in interface org.xbib.netty.http.client.api.Transport
- execute(Request, Function<HttpResponse, T>) - Method in interface org.xbib.netty.http.client.api.Transport
F
- fail(Throwable) - Method in interface org.xbib.netty.http.client.api.Transport
G
- get() - Static method in class org.xbib.netty.http.client.api.Request
- get() - Method in interface org.xbib.netty.http.client.api.Transport
- get(long, TimeUnit) - Method in interface org.xbib.netty.http.client.api.Transport
- getBackOff() - Method in class org.xbib.netty.http.client.api.Request
- getBodyData() - Method in class org.xbib.netty.http.client.api.Request
- getCompletableFuture() - Method in class org.xbib.netty.http.client.api.Request
- getCookieBox() - Method in interface org.xbib.netty.http.client.api.Transport
- getFailure() - Method in interface org.xbib.netty.http.client.api.Transport
- getHttpAddress() - Method in interface org.xbib.netty.http.client.api.Transport
- getSession() - Method in interface org.xbib.netty.http.client.api.Transport
- getTimeoutInMillis() - Method in class org.xbib.netty.http.client.api.Request
-
Return the timeout in milliseconds per request.
- getUserAgent() - Static method in class org.xbib.netty.http.client.api.UserAgent
H
- head() - Static method in class org.xbib.netty.http.client.api.Request
- headers() - Method in class org.xbib.netty.http.client.api.Request
- HttpChannelInitializer - Interface in org.xbib.netty.http.client.api
- httpMethod() - Method in class org.xbib.netty.http.client.api.Request
- httpVersion() - Method in class org.xbib.netty.http.client.api.Request
I
- initChannel(Channel) - Method in interface org.xbib.netty.http.client.api.HttpChannelInitializer
- initializerClass() - Method in interface org.xbib.netty.http.client.api.ProtocolProvider
- isBackOff() - Method in class org.xbib.netty.http.client.api.Request
- isFailed() - Method in interface org.xbib.netty.http.client.api.Transport
- isFollowRedirect() - Method in class org.xbib.netty.http.client.api.Request
J
- json(String) - Method in class org.xbib.netty.http.client.api.Request.Builder
K
- keepAlive(boolean) - Method in class org.xbib.netty.http.client.api.Request.Builder
N
- nextBackOffMillis() - Method in interface org.xbib.netty.http.client.api.BackOff
-
Gets the number of milliseconds to wait before retrying the operation or
BackOff.STOPto indicate that no retries should be made.
O
- onException(Throwable) - Method in interface org.xbib.netty.http.client.api.ExceptionListener
- onResponse(HttpResponse) - Method in class org.xbib.netty.http.client.api.Request
- onResponse(R) - Method in interface org.xbib.netty.http.client.api.ResponseListener
- options() - Static method in class org.xbib.netty.http.client.api.Request
- org.xbib.netty.http.client.api - package org.xbib.netty.http.client.api
-
Listeners for Netty HTTP client.
P
- patch() - Static method in class org.xbib.netty.http.client.api.Request
- Pool<T> - Interface in org.xbib.netty.http.client.api
- Pool.PoolKeySelectorType - Enum in org.xbib.netty.http.client.api
- post() - Static method in class org.xbib.netty.http.client.api.Request
- prepare(int) - Method in interface org.xbib.netty.http.client.api.Pool
- ProtocolProvider<C extends HttpChannelInitializer,T extends Transport> - Interface in org.xbib.netty.http.client.api
- pushPromiseReceived(Channel, Integer, Integer, Http2Headers) - Method in interface org.xbib.netty.http.client.api.Transport
- put() - Static method in class org.xbib.netty.http.client.api.Request
R
- RANDOM - org.xbib.netty.http.client.api.Pool.PoolKeySelectorType
- relative() - Method in class org.xbib.netty.http.client.api.Request
- release() - Method in class org.xbib.netty.http.client.api.Request
- release(T, boolean) - Method in interface org.xbib.netty.http.client.api.Pool
- remoteAddress(HttpAddress) - Method in class org.xbib.netty.http.client.api.Request.Builder
- removeHeader(String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- Request - Class in org.xbib.netty.http.client.api
-
HTTP client request.
- Request.Builder - Class in org.xbib.netty.http.client.api
- reset() - Method in interface org.xbib.netty.http.client.api.BackOff
-
Reset to initial state.
- ResponseListener<R extends org.xbib.netty.http.common.HttpResponse> - Interface in org.xbib.netty.http.client.api
- responseReceived(Channel, Integer, FullHttpResponse) - Method in interface org.xbib.netty.http.client.api.Transport
- ROUNDROBIN - org.xbib.netty.http.client.api.Pool.PoolKeySelectorType
S
- setBackOff(BackOff) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setCompletableFuture(CompletableFuture<Request>) - Method in class org.xbib.netty.http.client.api.Request
- setCookieBox(CookieBox) - Method in interface org.xbib.netty.http.client.api.Transport
- setFollowRedirect(boolean) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setHeader(String, Object) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setHeaders(HttpHeaders) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setHeaders(Map<String, Object>) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setMaxRedirects(int) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setMethod(HttpMethod) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setParameters(Map<String, Object>) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setResponseListener(ResponseListener<HttpResponse>) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setResponseListener(ResponseListener<HttpResponse>) - Method in class org.xbib.netty.http.client.api.Request
- setTimeoutInMillis(long) - Method in class org.xbib.netty.http.client.api.Request.Builder
- settingsReceived(Http2Settings) - Method in interface org.xbib.netty.http.client.api.Transport
- setUserAgent(String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setVersion(HttpVersion) - Method in class org.xbib.netty.http.client.api.Request.Builder
- setVersion(String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- STOP - Static variable in interface org.xbib.netty.http.client.api.BackOff
-
Indicates that no more retries should be made for use in
BackOff.nextBackOffMillis(). - STOP_BACKOFF - Static variable in interface org.xbib.netty.http.client.api.BackOff
-
Fixed back-off policy that always returns
#STOPforBackOff.nextBackOffMillis(), meaning that the operation should not be retried. - supportsMajorVersion(int) - Method in interface org.xbib.netty.http.client.api.ProtocolProvider
T
- text(String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- toString() - Method in class org.xbib.netty.http.client.api.Request
- trace() - Static method in class org.xbib.netty.http.client.api.Request
- Transport - Interface in org.xbib.netty.http.client.api
- TRANSPORT_ATTRIBUTE_KEY - Static variable in interface org.xbib.netty.http.client.api.Transport
- transportClass() - Method in interface org.xbib.netty.http.client.api.ProtocolProvider
U
- url() - Method in class org.xbib.netty.http.client.api.Request
- url(String) - Method in class org.xbib.netty.http.client.api.Request.Builder
- url(URL) - Method in class org.xbib.netty.http.client.api.Request.Builder
- UserAgent - Class in org.xbib.netty.http.client.api
-
HTTP client user agent.
V
- valueOf(String) - Static method in enum org.xbib.netty.http.client.api.Pool.PoolKeySelectorType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xbib.netty.http.client.api.Pool.PoolKeySelectorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitForSettings() - Method in interface org.xbib.netty.http.client.api.Transport
X
- xml(String) - Method in class org.xbib.netty.http.client.api.Request.Builder
Z
- ZERO_BACKOFF - Static variable in interface org.xbib.netty.http.client.api.BackOff
-
Fixed back-off policy whose back-off time is always zero, meaning that the operation is retried immediately without waiting.
All Classes All Packages