Uses of Class
org.eclipse.jetty.client.HttpReceiver.DecodeResult
-
Packages that use HttpReceiver.DecodeResult Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client. -
-
Uses of HttpReceiver.DecodeResult in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpReceiver.DecodeResult Modifier and Type Method Description private HttpReceiver.DecodeResult
HttpReceiver.Decoder. decodeChunk()
static HttpReceiver.DecodeResult
HttpReceiver.DecodeResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpReceiver.DecodeResult[]
HttpReceiver.DecodeResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-