Uses of Class
org.attribyte.api.http.ClientOptions
Packages that use ClientOptions
Package
Description
-
Uses of ClientOptions in org.attribyte.api.http
Fields in org.attribyte.api.http declared as ClientOptionsModifier and TypeFieldDescriptionstatic final ClientOptionsClientOptions.IMPLEMENTATION_DEFAULTIndicates that implementation defaults should be used.Methods in org.attribyte.api.http that return ClientOptionsConstructors in org.attribyte.api.http with parameters of type ClientOptionsModifierConstructorDescriptionBuilder(ClientOptions options) Create a builder with defaults from options. -
Uses of ClientOptions in org.attribyte.api.http.impl.jdk
Constructors in org.attribyte.api.http.impl.jdk with parameters of type ClientOptionsModifierConstructorDescriptionJdkClient(ClientOptions options) Creates a client with specified options. -
Uses of ClientOptions in org.attribyte.api.http.impl.jetty
Methods in org.attribyte.api.http.impl.jetty with parameters of type ClientOptionsModifier and TypeMethodDescriptionstatic org.eclipse.jetty.client.HttpClientJettyClient.jettyClientFromOptions(ClientOptions options) Creates and initializes a new Jetty client from HTTP client options.Constructors in org.attribyte.api.http.impl.jetty with parameters of type ClientOptionsModifierConstructorDescriptionJettyClient(ClientOptions options) Creates a client with specified options.