Uses of Package
org.eclipse.jetty.client.util
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
Jetty Proxy : Async Proxy Support
-
ClassDescriptionImplementation of
Response.Listener
that buffers the content up to a maximum length specified to the constructors. -
ClassDescriptionPartial implementation of
Request.Content
.Deprecated.Implementation ofResponse.Listener
that buffers the content up to a maximum length specified to the constructors.Deprecated.useBytesRequestContent
instead.ARequest.Content
for byte arrays.Deprecated.useStringRequestContent
instead.ARequest.Content
for strings. -
ClassDescriptionPartial implementation of
Request.Content
.ARequest.Content
that produces content from anInputStream
.
AbstractRequestContent
instead.