Uses of Interface
org.eclipse.jetty.client.ProtocolHandler
-
Packages that use ProtocolHandler 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 ProtocolHandler in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ProtocolHandler Modifier and Type Class Description classAuthenticationProtocolHandlerclassContinueProtocolHandlerA protocol handler that handles the 100 response code.classProxyAuthenticationProtocolHandlerA protocol handler that handles the 401 response code in association with theProxy-Authenticateheader.classRedirectProtocolHandlerA protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.classWWWAuthenticationProtocolHandlerA protocol handler that handles the 401 response code in association with theWWW-Authenticateheader.Methods in org.eclipse.jetty.client that return ProtocolHandler Modifier and Type Method Description ProtocolHandlerProtocolHandlers. find(Request request, Response response)Finds the first protocol handler thatacceptsthe given request and response.protected ProtocolHandlerHttpClient. findProtocolHandler(Request request, Response response)ProtocolHandlerProtocolHandlers. put(ProtocolHandler protocolHandler)Stores the givenprotocolHandlerin this container.ProtocolHandlerProtocolHandlers. remove(java.lang.String name)Removes the protocol handler with the given name.Methods in org.eclipse.jetty.client with parameters of type ProtocolHandler Modifier and Type Method Description ProtocolHandlerProtocolHandlers. put(ProtocolHandler protocolHandler)Stores the givenprotocolHandlerin this container.
-