Uses of Interface
org.eclipse.jetty.client.ProtocolHandler
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of ProtocolHandler in org.eclipse.jetty.client
Modifier and TypeClassDescriptionclass
class
A protocol handler that handles the 100 response code.class
A protocol handler that handles the 401 response code in association with theProxy-Authenticate
header.class
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.class
A protocol handler that handles HTTP 101 responses.class
A protocol handler that handles the 401 response code in association with theWWW-Authenticate
header.Modifier and TypeMethodDescriptionFinds the first protocol handler thataccepts
the given request and response.protected ProtocolHandler
HttpClient.findProtocolHandler
(Request request, Response response) ProtocolHandlers.put
(ProtocolHandler protocolHandler) Stores the givenprotocolHandler
in this container.Removes the protocol handler with the given name.Modifier and TypeMethodDescriptionProtocolHandlers.put
(ProtocolHandler protocolHandler) Stores the givenprotocolHandler
in this container.