- ACCEPT - Static variable in class HttpHeaderNames
-
"accept"
- accept(Object, Payload) - Method in class StatelessTrailersTransformer
-
- accept(Payload) - Method in class StatelessTrailersTransformer
-
- accept(State, Payload) - Method in interface TrailersTransformer
-
Accepts a Payload.
- ACCEPT_CHARSET - Static variable in class HttpHeaderNames
-
"accept-charset"
- ACCEPT_ENCODING - Static variable in class HttpHeaderNames
-
"accept-encoding"
- ACCEPT_LANGUAGE - Static variable in class HttpHeaderNames
-
"accept-language"
- ACCEPT_PATCH - Static variable in class HttpHeaderNames
-
"accept-patch"
- ACCEPT_RANGES - Static variable in class HttpHeaderNames
-
"accept-ranges"
- accepted() - Method in interface BlockingStreamingHttpResponseFactory
-
- accepted() - Method in interface HttpResponseFactory
-
- ACCEPTED - Static variable in class HttpResponseStatus
-
202 Accepted
- accepted() - Method in interface StreamingHttpResponseFactory
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class HttpHeaderNames
-
"access-control-allow-credentials"
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class HttpHeaderNames
-
"access-control-allow-headers"
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class HttpHeaderNames
-
"access-control-allow-methods"
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class HttpHeaderNames
-
"access-control-allow-origin"
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class HttpHeaderNames
-
"access-control-expose-headers"
- ACCESS_CONTROL_MAX_AGE - Static variable in class HttpHeaderNames
-
"access-control-max-age"
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class HttpHeaderNames
-
"access-control-request-headers"
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class HttpHeaderNames
-
"access-control-request-method"
- adaptor() - Method in interface HttpApiConversions.ServiceAdapterHolder
-
- add(CharSequence, CharSequence) - Method in class EmptyHttpHeaders
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class EmptyHttpHeaders
-
- add(CharSequence, CharSequence...) - Method in class EmptyHttpHeaders
-
- add(HttpHeaders) - Method in class EmptyHttpHeaders
-
- add(CharSequence, CharSequence) - Method in interface HttpHeaders
-
Adds a new header with the specified name and value.
- add(CharSequence, Iterable<? extends CharSequence>) - Method in interface HttpHeaders
-
Adds new headers with the specified name and values.
- add(CharSequence, Iterator<? extends CharSequence>) - Method in interface HttpHeaders
-
Adds new headers with the specified name and values.
- add(CharSequence, CharSequence...) - Method in interface HttpHeaders
-
Adds new headers with the specified name and values.
- add(HttpHeaders) - Method in interface HttpHeaders
-
Adds all header names and values of headers to this object.
- addCookie(HttpCookiePair) - Method in interface BlockingStreamingHttpRequest
-
- addCookie(CharSequence, CharSequence) - Method in interface BlockingStreamingHttpRequest
-
- addCookie(HttpCookiePair) - Method in interface BlockingStreamingHttpResponse
-
- addCookie(CharSequence, CharSequence) - Method in interface BlockingStreamingHttpResponse
-
- addCookie(HttpCookiePair) - Method in class BlockingStreamingHttpServerResponse
-
- addCookie(CharSequence, CharSequence) - Method in class BlockingStreamingHttpServerResponse
-
- addCookie(HttpCookiePair) - Method in class EmptyHttpHeaders
-
- addCookie(HttpCookiePair) - Method in interface HttpHeaders
-
- addCookie(CharSequence, CharSequence) - Method in interface HttpHeaders
-
Adds a
cookie with the specified
name and
value.
- addCookie(HttpCookiePair) - Method in interface HttpMetaData
-
- addCookie(CharSequence, CharSequence) - Method in interface HttpMetaData
-
Adds a
cookie with the specified
name and
value.
- addCookie(HttpCookiePair) - Method in interface HttpRequest
-
- addCookie(CharSequence, CharSequence) - Method in interface HttpRequest
-
- addCookie(HttpCookiePair) - Method in interface HttpRequestMetaData
-
- addCookie(CharSequence, CharSequence) - Method in interface HttpRequestMetaData
-
- addCookie(HttpCookiePair) - Method in interface HttpResponse
-
- addCookie(CharSequence, CharSequence) - Method in interface HttpResponse
-
- addCookie(HttpCookiePair) - Method in interface HttpResponseMetaData
-
- addCookie(CharSequence, CharSequence) - Method in interface HttpResponseMetaData
-
- addCookie(HttpCookiePair) - Method in interface StreamingHttpRequest
-
- addCookie(CharSequence, CharSequence) - Method in interface StreamingHttpRequest
-
- addCookie(HttpCookiePair) - Method in interface StreamingHttpResponse
-
- addCookie(CharSequence, CharSequence) - Method in interface StreamingHttpResponse
-
- addHeader(CharSequence, CharSequence) - Method in interface BlockingStreamingHttpRequest
-
- addHeader(CharSequence, CharSequence) - Method in interface BlockingStreamingHttpResponse
-
- addHeader(CharSequence, CharSequence) - Method in class BlockingStreamingHttpServerResponse
-
- addHeader(CharSequence, CharSequence) - Method in interface HttpMetaData
-
Adds a new header with the specified name and value.
- addHeader(CharSequence, CharSequence) - Method in interface HttpRequest
-
- addHeader(CharSequence, CharSequence) - Method in interface HttpRequestMetaData
-
- addHeader(CharSequence, CharSequence) - Method in interface HttpResponse
-
- addHeader(CharSequence, CharSequence) - Method in interface HttpResponseMetaData
-
- addHeader(CharSequence, CharSequence) - Method in interface StreamingHttpRequest
-
- addHeader(CharSequence, CharSequence) - Method in interface StreamingHttpResponse
-
- addHeaders(HttpHeaders) - Method in interface BlockingStreamingHttpRequest
-
- addHeaders(HttpHeaders) - Method in interface BlockingStreamingHttpResponse
-
- addHeaders(HttpHeaders) - Method in class BlockingStreamingHttpServerResponse
-
- addHeaders(HttpHeaders) - Method in interface HttpMetaData
-
Adds all header names and values of headers object.
- addHeaders(HttpHeaders) - Method in interface HttpRequest
-
- addHeaders(HttpHeaders) - Method in interface HttpRequestMetaData
-
- addHeaders(HttpHeaders) - Method in interface HttpResponse
-
- addHeaders(HttpHeaders) - Method in interface HttpResponseMetaData
-
- addHeaders(HttpHeaders) - Method in interface StreamingHttpRequest
-
- addHeaders(HttpHeaders) - Method in interface StreamingHttpResponse
-
- addQueryParameter(String, String) - Method in interface BlockingStreamingHttpRequest
-
- addQueryParameter(String, String) - Method in interface HttpRequest
-
- addQueryParameter(String, String) - Method in interface HttpRequestMetaData
-
Adds a new query parameter with the specified
key and
value, which will be
percent-encoded if needed.
- addQueryParameter(String, String) - Method in interface StreamingHttpRequest
-
- addQueryParameters(String, Iterable<String>) - Method in interface BlockingStreamingHttpRequest
-
- addQueryParameters(String, String...) - Method in interface BlockingStreamingHttpRequest
-
- addQueryParameters(String, Iterable<String>) - Method in interface HttpRequest
-
- addQueryParameters(String, String...) - Method in interface HttpRequest
-
- addQueryParameters(String, Iterable<String>) - Method in interface HttpRequestMetaData
-
Adds new query parameters with the specified key and values.
- addQueryParameters(String, String...) - Method in interface HttpRequestMetaData
-
Adds new query parameters with the specified key and values.
- addQueryParameters(String, Iterable<String>) - Method in interface StreamingHttpRequest
-
- addQueryParameters(String, String...) - Method in interface StreamingHttpRequest
-
- addSetCookie(HttpSetCookie) - Method in interface BlockingStreamingHttpRequest
-
- addSetCookie(CharSequence, CharSequence) - Method in interface BlockingStreamingHttpRequest
-
- addSetCookie(HttpSetCookie) - Method in interface BlockingStreamingHttpResponse
-
- addSetCookie(CharSequence, CharSequence) - Method in interface BlockingStreamingHttpResponse
-
- addSetCookie(HttpSetCookie) - Method in class BlockingStreamingHttpServerResponse
-
- addSetCookie(CharSequence, CharSequence) - Method in class BlockingStreamingHttpServerResponse
-
- addSetCookie(HttpSetCookie) - Method in class EmptyHttpHeaders
-
- addSetCookie(HttpSetCookie) - Method in interface HttpHeaders
-
- addSetCookie(CharSequence, CharSequence) - Method in interface HttpHeaders
-
Adds a
set-cookie with the specified
name
and
value.
- addSetCookie(HttpSetCookie) - Method in interface HttpMetaData
-
- addSetCookie(CharSequence, CharSequence) - Method in interface HttpMetaData
-
Adds a
set-cookie with the specified
name
and
value.
- addSetCookie(HttpSetCookie) - Method in interface HttpRequest
-
- addSetCookie(CharSequence, CharSequence) - Method in interface HttpRequest
-
- addSetCookie(HttpSetCookie) - Method in interface HttpRequestMetaData
-
- addSetCookie(CharSequence, CharSequence) - Method in interface HttpRequestMetaData
-
- addSetCookie(HttpSetCookie) - Method in interface HttpResponse
-
- addSetCookie(CharSequence, CharSequence) - Method in interface HttpResponse
-
- addSetCookie(HttpSetCookie) - Method in interface HttpResponseMetaData
-
- addSetCookie(CharSequence, CharSequence) - Method in interface HttpResponseMetaData
-
- addSetCookie(HttpSetCookie) - Method in interface StreamingHttpRequest
-
- addSetCookie(CharSequence, CharSequence) - Method in interface StreamingHttpRequest
-
- addSetCookie(HttpSetCookie) - Method in interface StreamingHttpResponse
-
- addSetCookie(CharSequence, CharSequence) - Method in interface StreamingHttpResponse
-
- addTrailer(CharSequence, CharSequence) - Method in class HttpOutputStream
-
- addTrailer(CharSequence, CharSequence) - Method in interface HttpPayloadWriter
-
- addTrailer(CharSequence, CharSequence) - Method in interface HttpRequest
-
- addTrailer(CharSequence, CharSequence) - Method in interface HttpResponse
-
- addTrailers(HttpHeaders) - Method in class HttpOutputStream
-
- addTrailers(HttpHeaders) - Method in interface HttpPayloadWriter
-
- addTrailers(HttpHeaders) - Method in interface HttpRequest
-
- addTrailers(HttpHeaders) - Method in interface HttpResponse
-
- advanceCookieHeaderValue() - Method in class HeaderUtils.CookiesByNameIterator
-
- advanceCookieHeaderValue() - Method in class HeaderUtils.CookiesIterator
-
- AGE - Static variable in class HttpHeaderNames
-
"age"
- ALLOW - Static variable in class HttpHeaderNames
-
"allow"
- allowDropRequestTrailers(boolean) - Method in class HttpServerBuilder
-
Provide a hint if request
trailers are allowed to
be dropped.
- allowDropResponseTrailers(boolean) - Method in class MultiAddressHttpClientBuilder
-
- allowDropResponseTrailers(boolean) - Method in class PartitionedHttpClientBuilder
-
- allowDropResponseTrailers(boolean) - Method in class SingleAddressHttpClientBuilder
-
- allowedMethods() - Method in interface RedirectConfig
-
- allowedMethods(HttpRequestMethod...) - Method in class RedirectConfigBuilder
-
- allowNonRelativeRedirects() - Method in interface RedirectConfig
-
Tells if redirection should follow non-relative redirects (if supported by the underlying client implementation).
- allowNonRelativeRedirects(boolean) - Method in class RedirectConfigBuilder
-
Allows non-relative redirects (if supported by the underlying client implementation).
- alpnId() - Method in interface HttpProtocolConfig
-
TLS Application-Layer Protocol Negotiation (ALPN) Protocol ID of the protocol this configuration is for.
- ALREADY_REPORTED - Static variable in class HttpResponseStatus
-
208 Already Reported
- alreadyReported() - Method in interface BlockingStreamingHttpResponseFactory
-
- alreadyReported() - Method in interface HttpResponseFactory
-
- alreadyReported() - Method in interface StreamingHttpResponseFactory
-
- append(MultiAddressHttpClientBuilder.SingleAddressInitializer<U, R>) - Method in interface MultiAddressHttpClientBuilder.SingleAddressInitializer
-
- append(MultiAddressHttpClientFilterFactory<U>) - Method in interface MultiAddressHttpClientFilterFactory
-
- append(PartitionedHttpClientBuilder.SingleAddressInitializer<U, R>) - Method in interface PartitionedHttpClientBuilder.SingleAddressInitializer
-
- append(PartitionHttpClientBuilderConfigurator<U, R>) - Method in interface PartitionHttpClientBuilderConfigurator
-
Deprecated.
- append(HttpExecutionStrategyInfluencer) - Method in class StrategyInfluencerChainBuilder
-
- append(StreamingHttpClientFilterFactory) - Method in interface StreamingHttpClientFilterFactory
-
- append(StreamingHttpConnectionFilterFactory) - Method in interface StreamingHttpConnectionFilterFactory
-
- append(StreamingHttpServiceFilterFactory) - Method in interface StreamingHttpServiceFilterFactory
-
- appendClientBuilderFilter(PartitionHttpClientBuilderConfigurator<U, R>) - Method in class PartitionedHttpClientBuilder
-
- appendClientFilter(StreamingHttpClientFilterFactory) - Method in class MultiAddressHttpClientBuilder
-
- appendClientFilter(Predicate<StreamingHttpRequest>, StreamingHttpClientFilterFactory) - Method in class MultiAddressHttpClientBuilder
-
- appendClientFilter(MultiAddressHttpClientFilterFactory<U>) - Method in class MultiAddressHttpClientBuilder
-
- appendClientFilter(Predicate<StreamingHttpRequest>, MultiAddressHttpClientFilterFactory<U>) - Method in class MultiAddressHttpClientBuilder
-
- appendClientFilter(StreamingHttpClientFilterFactory) - Method in class PartitionedHttpClientBuilder
-
- appendClientFilter(Predicate<StreamingHttpRequest>, StreamingHttpClientFilterFactory) - Method in class PartitionedHttpClientBuilder
-
- appendClientFilter(StreamingHttpClientFilterFactory) - Method in class SingleAddressHttpClientBuilder
-
- appendClientFilter(Predicate<StreamingHttpRequest>, StreamingHttpClientFilterFactory) - Method in class SingleAddressHttpClientBuilder
-
- appendConnectionAcceptorFilter(ConnectionAcceptorFactory) - Method in class HttpServerBuilder
-
Appends the filter to the chain of filters used to decorate the ConnectionAcceptor used by this builder.
- appendConnectionFactoryFilter(ConnectionFactoryFilter<R, FilterableStreamingHttpConnection>) - Method in class MultiAddressHttpClientBuilder
-
- appendConnectionFactoryFilter(ConnectionFactoryFilter<R, FilterableStreamingHttpConnection>) - Method in class PartitionedHttpClientBuilder
-
- appendConnectionFactoryFilter(ConnectionFactoryFilter<R, FilterableStreamingHttpConnection>) - Method in class SingleAddressHttpClientBuilder
-
- appendConnectionFilter(StreamingHttpConnectionFilterFactory) - Method in class MultiAddressHttpClientBuilder
-
- appendConnectionFilter(Predicate<StreamingHttpRequest>, StreamingHttpConnectionFilterFactory) - Method in class MultiAddressHttpClientBuilder
-
- appendConnectionFilter(StreamingHttpConnectionFilterFactory) - Method in class PartitionedHttpClientBuilder
-
- appendConnectionFilter(Predicate<StreamingHttpRequest>, StreamingHttpConnectionFilterFactory) - Method in class PartitionedHttpClientBuilder
-
- appendConnectionFilter(StreamingHttpConnectionFilterFactory) - Method in class SingleAddressHttpClientBuilder
-
- appendConnectionFilter(Predicate<StreamingHttpRequest>, StreamingHttpConnectionFilterFactory) - Method in class SingleAddressHttpClientBuilder
-
- appendIfInfluencer(Object) - Method in class StrategyInfluencerChainBuilder
-
- appendPathSegments(String...) - Method in interface BlockingStreamingHttpRequest
-
- appendPathSegments(String...) - Method in interface HttpRequest
-
- appendPathSegments(String...) - Method in interface HttpRequestMetaData
-
- appendPathSegments(String...) - Method in interface StreamingHttpRequest
-
- appendServiceFilter(StreamingHttpServiceFilterFactory) - Method in class HttpServerBuilder
-
Appends the filter to the chain of filters used to decorate the
StreamingHttpService used by this
builder.
- appendServiceFilter(Predicate<StreamingHttpRequest>, StreamingHttpServiceFilterFactory) - Method in class HttpServerBuilder
-
Appends the filter to the chain of filters used to decorate the
StreamingHttpService used by this
builder, for every request that passes the provided
Predicate.
- APPLICATION_JSON - Static variable in class HttpHeaderValues
-
"application/json"
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class HttpHeaderValues
-
"application/x-www-form-urlencoded"
- APPLICATION_X_WWW_FORM_URLENCODED_UTF_8 - Static variable in class HttpHeaderValues
-
"application/x-www-form-urlencoded; charset=UTF-8"
- apply(Publisher<Collection<E>>) - Method in class DefaultServiceDiscoveryRetryStrategy
-
Deprecated.
- apply(boolean, StreamingHttpRequest, StreamingHttpResponse, StreamingHttpRequest) - Method in interface RedirectConfig.RedirectRequestTransformer
-
Applies transformations for the pre-initialized redirect request.
- apply(Publisher<Collection<E>>) - Method in interface ServiceDiscoveryRetryStrategy
-
Deprecated.
Applies this strategy on the passed Publisher.
- asBlockingClient() - Method in interface BlockingStreamingHttpClient
-
- asBlockingClient() - Method in interface HttpClient
-
- asBlockingClient() - Method in interface StreamingHttpClient
-
- asBlockingConnection() - Method in interface BlockingStreamingHttpConnection
-
- asBlockingConnection() - Method in interface HttpConnection
-
- asBlockingConnection() - Method in interface ReservedBlockingStreamingHttpConnection
-
- asBlockingConnection() - Method in interface ReservedHttpConnection
-
- asBlockingConnection() - Method in interface ReservedStreamingHttpConnection
-
- asBlockingConnection() - Method in interface StreamingHttpConnection
-
- asBlockingStreamingClient() - Method in interface BlockingHttpClient
-
- asBlockingStreamingClient() - Method in interface HttpClient
-
- asBlockingStreamingClient() - Method in interface StreamingHttpClient
-
- asBlockingStreamingConnection() - Method in interface BlockingHttpConnection
-
- asBlockingStreamingConnection() - Method in interface HttpConnection
-
- asBlockingStreamingConnection() - Method in interface ReservedBlockingHttpConnection
-
- asBlockingStreamingConnection() - Method in interface ReservedHttpConnection
-
- asBlockingStreamingConnection() - Method in interface ReservedStreamingHttpConnection
-
- asBlockingStreamingConnection() - Method in interface StreamingHttpConnection
-
- asClient() - Method in interface BlockingHttpClient
-
- asClient() - Method in interface BlockingStreamingHttpClient
-
- asClient() - Method in interface StreamingHttpClient
-
- asClientFilter(U) - Method in interface MultiAddressHttpClientFilterFactory
-
Deprecated.
- asConnection() - Method in interface BlockingHttpConnection
-
- asConnection() - Method in interface BlockingStreamingHttpConnection
-
- asConnection() - Method in interface ReservedBlockingHttpConnection
-
- asConnection() - Method in interface ReservedBlockingStreamingHttpConnection
-
- asConnection() - Method in interface ReservedStreamingHttpConnection
-
- asConnection() - Method in interface StreamingHttpConnection
-
- asMultiAddressClientFilter() - Method in interface StreamingHttpClientFilterFactory
-
- asStreamingClient() - Method in interface BlockingHttpClient
-
- asStreamingClient() - Method in interface BlockingStreamingHttpClient
-
- asStreamingClient() - Method in interface HttpClient
-
- asStreamingConnection() - Method in interface BlockingHttpConnection
-
- asStreamingConnection() - Method in interface BlockingStreamingHttpConnection
-
- asStreamingConnection() - Method in interface HttpConnection
-
- asStreamingConnection() - Method in interface ReservedBlockingHttpConnection
-
- asStreamingConnection() - Method in interface ReservedBlockingStreamingHttpConnection
-
- asStreamingConnection() - Method in interface ReservedHttpConnection
-
- AUTHORIZATION - Static variable in class HttpHeaderNames
-
"authorization"
- autoRetryStrategy(AutoRetryStrategyProvider) - Method in class MultiAddressHttpClientBuilder
-
- autoRetryStrategy(AutoRetryStrategyProvider) - Method in class PartitionedHttpClientBuilder
-
- autoRetryStrategy(AutoRetryStrategyProvider) - Method in class SingleAddressHttpClientBuilder
-
- handle(HttpServiceContext, HttpRequest, HttpResponseFactory) - Method in interface BlockingHttpService
-
Handles a single HTTP request.
- handle(HttpServiceContext, BlockingStreamingHttpRequest, BlockingStreamingHttpServerResponse) - Method in interface BlockingStreamingHttpService
-
Handles a single HTTP request.
- handle(HttpServiceContext, HttpRequest, HttpResponseFactory) - Method in interface HttpService
-
Handles a single HTTP request.
- handle(HttpServiceContext, StreamingHttpRequest, StreamingHttpResponseFactory) - Method in interface StreamingHttpService
-
Handles a single HTTP request.
- handle(HttpServiceContext, StreamingHttpRequest, StreamingHttpResponseFactory) - Method in class StreamingHttpServiceFilter
-
- hasContentType(HttpHeaders, CharSequence, Charset) - Static method in class HeaderUtils
-
Checks if the provider headers contain a Content-Type header that matches the specified content type,
and optionally the provided charset.
- hashCode() - Method in class DefaultHttpCookiePair
-
- hashCode() - Method in class DefaultHttpSetCookie
-
- hashCode() - Method in class EmptyHttpHeaders
-
- hashCode() - Method in class Http2ErrorCode
-
- hashCode() - Method in class HttpProtocolVersion
-
- hashCode() - Method in class HttpRequestMethod
-
- hashCode() - Method in class HttpRequestMethod.Properties
-
- hashCode() - Method in class HttpResponseStatus
-
- hasNext() - Method in class HeaderUtils.CookiesByNameIterator
-
- hasNext() - Method in class HeaderUtils.CookiesIterator
-
- hasOffloads() - Method in interface HttpExecutionStrategy
-
- hasQueryParameter(String) - Method in interface HttpRequestMetaData
-
Returns true if a query parameter with the key exists, false otherwise.
- hasQueryParameter(String, String) - Method in interface HttpRequestMetaData
-
Returns true if a query parameter with the key and value exists, false otherwise.
- head(String) - Method in interface BlockingStreamingHttpRequestFactory
-
- head(String) - Method in interface HttpRequestFactory
-
- HEAD - Static variable in class HttpRequestMethod
-
- head(String) - Method in interface StreamingHttpRequestFactory
-
- headers() - Method in interface HttpMetaData
-
Returns the headers of this message.
- headersFactory() - Method in interface HttpProtocolConfig
-
- headersFactory() - Method in class HttpServiceContext
-
- headersToRedirect(CharSequence...) - Method in class RedirectConfigBuilder
-
Configures headers that have to be copied from the original request on each non-relative redirect.
- HeaderUtils - Class in io.servicetalk.http.api
-
- HeaderUtils.CookiesByNameIterator - Class in io.servicetalk.http.api
-
- HeaderUtils.CookiesIterator - Class in io.servicetalk.http.api
-
- HOST - Static variable in class HttpHeaderNames
-
"host"
- host() - Method in interface HttpRequestMetaData
-
- hostHeaderFallback(boolean) - Method in class SingleAddressHttpClientBuilder
-
Configures automatically setting
Host headers by inferring from the address or
HttpMetaData.
- hostnameVerification(String, String) - Method in interface PartitionedHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerification(String, String, int) - Method in interface PartitionedHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerification(String) - Method in interface PartitionedHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerification(String, int) - Method in interface PartitionedHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerification(String, String) - Method in interface SingleAddressHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerification(String, String, int) - Method in interface SingleAddressHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerification(String) - Method in interface SingleAddressHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerification(String, int) - Method in interface SingleAddressHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerificationAlgorithm(String) - Method in interface PartitionedHttpClientSecurityConfigurator
-
Deprecated.
- hostnameVerificationAlgorithm(String) - Method in interface SingleAddressHttpClientSecurityConfigurator
-
Deprecated.
- Http2ErrorCode - Class in io.servicetalk.http.api
-
- Http2Exception - Exception in io.servicetalk.http.api
-
- Http2Exception(int, Http2ErrorCode, String) - Constructor for exception Http2Exception
-
Create a new instance.
- Http2Exception(int, Http2ErrorCode, Throwable) - Constructor for exception Http2Exception
-
Create a new instance.
- Http2Exception(int, Http2ErrorCode, String, Throwable) - Constructor for exception Http2Exception
-
Create a new instance.
- HTTP_1_0 - Static variable in class HttpProtocolVersion
-
- HTTP_1_1 - Static variable in class HttpProtocolVersion
-
- HTTP_1_1_REQUIRED - Static variable in class Http2ErrorCode
-
- HTTP_2_0 - Static variable in class HttpProtocolVersion
-
- HTTP_EXECUTION_STRATEGY_KEY - Static variable in class HttpContextKeys
-
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class HttpResponseStatus
-
505 HTTP Version Not Supported
- HttpApiConversions - Class in io.servicetalk.http.api
-
- HttpApiConversions.ServiceAdapterHolder - Interface in io.servicetalk.http.api
-
- HttpClient - Interface in io.servicetalk.http.api
-
Provides a means to issue requests against HTTP service.
- HttpConnection - Interface in io.servicetalk.http.api
-
Represents a single fixed connection to a HTTP server.
- HttpConnectionContext - Interface in io.servicetalk.http.api
-
ConnectionContext for HTTP.
- HttpContextKeys - Class in io.servicetalk.http.api
-
All ContextMap.Key(s) defined for HTTP.
- HttpCookiePair - Interface in io.servicetalk.http.api
-
- HttpDeserializer<T> - Interface in io.servicetalk.http.api
-
A factory to address deserialization concerns for HTTP request/response payload bodies.
- HttpEventKey<T> - Class in io.servicetalk.http.api
-
A key which identifies a configuration setting for a connection.
- HttpExceptionMapperServiceFilter - Class in io.servicetalk.http.api
-
Filter that maps known
Exception subtypes into an HTTP response with an appropriate
HttpResponseStatus.
- HttpExecutionContext - Interface in io.servicetalk.http.api
-
An extension of ExecutionContext for HTTP.
- HttpExecutionStrategies - Class in io.servicetalk.http.api
-
- HttpExecutionStrategies.Builder - Class in io.servicetalk.http.api
-
- HttpExecutionStrategy - Interface in io.servicetalk.http.api
-
An execution strategy for HTTP client and servers.
- HttpExecutionStrategyInfluencer - Interface in io.servicetalk.http.api
-
- HttpHeaderNames - Class in io.servicetalk.http.api
-
- HttpHeaders - Interface in io.servicetalk.http.api
-
- HttpHeadersFactory - Interface in io.servicetalk.http.api
-
- HttpHeaderValues - Class in io.servicetalk.http.api
-
- HttpLifecycleObserver - Interface in io.servicetalk.http.api
-
An observer interface that provides visibility into HTTP lifecycle events.
- HttpLifecycleObserver.HttpExchangeObserver - Interface in io.servicetalk.http.api
-
An observer interface that provides visibility into events associated with a single HTTP exchange.
- HttpLifecycleObserver.HttpRequestObserver - Interface in io.servicetalk.http.api
-
An observer interface that provides visibility into events associated with a single HTTP request.
- HttpLifecycleObserver.HttpResponseObserver - Interface in io.servicetalk.http.api
-
An observer interface that provides visibility into events associated with a single HTTP response.
- HttpLoadBalancerFactory<ResolvedAddress> - Interface in io.servicetalk.http.api
-
A LoadBalancerFactory for HTTP clients.
- HttpMetaData - Interface in io.servicetalk.http.api
-
Meta data shared between requests and responses.
- HttpOutputStream - Class in io.servicetalk.http.api
-
The
OutputStream which provides access to the HTTP
trailers.
- HttpOutputStream() - Constructor for class HttpOutputStream
-
- HttpPayloadWriter<T> - Interface in io.servicetalk.http.api
-
An interface which mimics behavior like
OutputStream, but allows for writing of objects of type
T and provides access to the HTTP
trailers.
- HttpProtocolConfig - Interface in io.servicetalk.http.api
-
Defines configuration options for HTTP protocol versions.
- HttpProtocolVersion - Class in io.servicetalk.http.api
-
- HttpRequest - Interface in io.servicetalk.http.api
-
An HTTP request.
- HttpRequester - Interface in io.servicetalk.http.api
-
Provides a means to make a HTTP request.
- HttpRequestFactory - Interface in io.servicetalk.http.api
-
- HttpRequestMetaData - Interface in io.servicetalk.http.api
-
Meta data associated with an HTTP request.
- HttpRequestMetaDataFactory - Class in io.servicetalk.http.api
-
- HttpRequestMethod - Class in io.servicetalk.http.api
-
- HttpRequestMethod.Properties - Class in io.servicetalk.http.api
-
- HttpRequestResponseFactory - Interface in io.servicetalk.http.api
-
- HttpResponse - Interface in io.servicetalk.http.api
-
An HTTP response.
- httpResponseFactory() - Method in interface BlockingHttpRequester
-
- httpResponseFactory() - Method in interface BlockingStreamingHttpRequester
-
- httpResponseFactory() - Method in interface HttpRequester
-
- HttpResponseFactory - Interface in io.servicetalk.http.api
-
- httpResponseFactory() - Method in class ReservedStreamingHttpConnectionFilter
-
- httpResponseFactory() - Method in class StreamingHttpClientFilter
-
- httpResponseFactory() - Method in class StreamingHttpConnectionFilter
-
- httpResponseFactory() - Method in interface StreamingHttpRequester
-
- HttpResponseMetaData - Interface in io.servicetalk.http.api
-
Meta data associated with an HTTP response.
- HttpResponseMetaDataFactory - Class in io.servicetalk.http.api
-
- HttpResponseStatus - Class in io.servicetalk.http.api
-
- HttpResponseStatus.StatusClass - Enum in io.servicetalk.http.api
-
- HttpSerializationProvider - Interface in io.servicetalk.http.api
-
- HttpSerializationProviders - Class in io.servicetalk.http.api
-
- HttpSerializer<T> - Interface in io.servicetalk.http.api
-
A factory to address serialization concerns for HTTP request/response payload bodies.
- HttpServerBuilder - Class in io.servicetalk.http.api
-
A builder for building HTTP Servers.
- HttpServerBuilder() - Constructor for class HttpServerBuilder
-
- HttpServerSecurityConfigurator - Interface in io.servicetalk.http.api
-
- HttpService - Interface in io.servicetalk.http.api
-
- HttpServiceContext - Class in io.servicetalk.http.api
-
- HttpServiceContext(HttpHeadersFactory, HttpResponseFactory, StreamingHttpResponseFactory, BlockingStreamingHttpResponseFactory) - Constructor for class HttpServiceContext
-
Create a new instance.
- HttpServiceContext(HttpServiceContext) - Constructor for class HttpServiceContext
-
Copy constructor.
- HttpSetCookie - Interface in io.servicetalk.http.api
-
- HttpSetCookie.SameSite - Enum in io.servicetalk.http.api
-
- httpVersionNotSupported() - Method in interface BlockingStreamingHttpResponseFactory
-
- httpVersionNotSupported() - Method in interface HttpResponseFactory
-
- httpVersionNotSupported() - Method in interface StreamingHttpResponseFactory
-
- of(int) - Static method in class Http2ErrorCode
-
- of(int, String) - Static method in class Http2ErrorCode
-
- of(int, int) - Static method in class HttpProtocolVersion
-
- of(String, HttpRequestMethod.Properties) - Static method in class HttpRequestMethod
-
- of(String) - Static method in class HttpRequestMethod
-
- of(int, String) - Static method in class HttpResponseStatus
-
- of(CharSequence) - Static method in class HttpResponseStatus
-
- offloadAll() - Method in class HttpExecutionStrategies.Builder
-
Enable all offloads.
- offloadNever() - Static method in class HttpExecutionStrategies
-
- offloadNone() - Method in class HttpExecutionStrategies.Builder
-
Disable all offloads.
- offloadReceiveData() - Method in class HttpExecutionStrategies.Builder
-
Enables offloading for receiving of data.
- offloadReceiveMetadata() - Method in class HttpExecutionStrategies.Builder
-
Enables offloading for receiving of metadata.
- offloadSend() - Method in class HttpExecutionStrategies.Builder
-
Enables offloading for sending.
- offloadService(Executor, StreamingHttpService) - Method in interface HttpExecutionStrategy
-
- offloadWithThreadAffinity() - Method in class HttpExecutionStrategies.Builder
-
- ok() - Method in interface BlockingStreamingHttpResponseFactory
-
- ok() - Method in interface HttpResponseFactory
-
- OK - Static variable in class HttpResponseStatus
-
200 OK
- ok() - Method in interface StreamingHttpResponseFactory
-
- onClose() - Method in class DelegatingHttpServiceContext
-
- onClose() - Method in class ReservedStreamingHttpConnectionFilter
-
- onClose() - Method in class StreamingHttpClientFilter
-
- onClose() - Method in class StreamingHttpConnectionFilter
-
- onConnectionSelected(ConnectionInfo) - Method in interface HttpLifecycleObserver.HttpExchangeObserver
-
Callback when a connection is selected for this exchange execution.
- onExchangeFinally() - Method in interface HttpLifecycleObserver.HttpExchangeObserver
-
Callback when the exchange completes.
- ONLY_IF_CACHED - Static variable in class HttpHeaderValues
-
"only-if-cached"
- onNewExchange() - Method in interface HttpLifecycleObserver
-
Callback when a new HTTP exchange starts.
- onRequest(HttpRequestMetaData) - Method in interface HttpLifecycleObserver.HttpExchangeObserver
-
Callback when a request starts.
- onRequestCancel() - Method in interface HttpLifecycleObserver.HttpRequestObserver
-
Callback if the request is cancelled.
- onRequestComplete() - Method in interface HttpLifecycleObserver.HttpRequestObserver
-
Callback if the request completes successfully.
- onRequestData(Buffer) - Method in interface HttpLifecycleObserver.HttpRequestObserver
-
Callback when the request payload body data chunk was observed.
- onRequestError(Throwable) - Method in interface HttpLifecycleObserver.HttpRequestObserver
-
Callback if the request fails with an error.
- onRequestTrailers(HttpHeaders) - Method in interface HttpLifecycleObserver.HttpRequestObserver
-
Callback when request trailers were observed.
- onResponse(HttpResponseMetaData) - Method in interface HttpLifecycleObserver.HttpExchangeObserver
-
Callback when a response meta-data was observed.
- onResponseCancel() - Method in interface HttpLifecycleObserver.HttpExchangeObserver
-
Callback if the response meta-data was cancelled.
- onResponseCancel() - Method in interface HttpLifecycleObserver.HttpResponseObserver
-
Callback when the response is cancelled.
- onResponseComplete() - Method in interface HttpLifecycleObserver.HttpResponseObserver
-
Callback when the response completes successfully.
- onResponseData(Buffer) - Method in interface HttpLifecycleObserver.HttpResponseObserver
-
Callback when the response payload body data chunk was observed.
- onResponseError(Throwable) - Method in interface HttpLifecycleObserver.HttpExchangeObserver
-
Callback if the response meta-data was not received due to an error.
- onResponseError(Throwable) - Method in interface HttpLifecycleObserver.HttpResponseObserver
-
Callback when the response fails with an error.
- onResponseTrailers(HttpHeaders) - Method in interface HttpLifecycleObserver.HttpResponseObserver
-
Callback when response trailers were observed.
- options(String) - Method in interface BlockingStreamingHttpRequestFactory
-
- options(String) - Method in interface HttpRequestFactory
-
- OPTIONS - Static variable in class HttpRequestMethod
-
- options(String) - Method in interface StreamingHttpRequestFactory
-
- ORIGIN - Static variable in class HttpHeaderNames
-
"origin"