Uses of Interface
org.eclipse.jetty.client.ProtocolHandler
Packages that use ProtocolHandler
-
Uses of ProtocolHandler in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ProtocolHandlerModifier and TypeClassDescriptionclassclassA protocol handler that handles the 100 response code.classA protocol handler that handles the 103 response code.classA protocol handler that handles the 102 response code.classA protocol handler that handles the 401 response code in association with theProxy-Authenticateheader.classA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.classA protocol handler that handles HTTP 101 responses.classA protocol handler that handles the 401 response code in association with theWWW-Authenticateheader.Methods in org.eclipse.jetty.client that return ProtocolHandlerModifier and TypeMethodDescriptionFinds the first protocol handler thatacceptsthe given request and response.HttpClient.findProtocolHandler(Request request, Response response) ProtocolHandlers.put(ProtocolHandler protocolHandler) Stores the givenprotocolHandlerin this container.Removes the protocol handler with the given name.Methods in org.eclipse.jetty.client with parameters of type ProtocolHandlerModifier and TypeMethodDescriptionProtocolHandlers.put(ProtocolHandler protocolHandler) Stores the givenprotocolHandlerin this container.