Uses of Class
org.eclipse.jetty.client.ProtocolHandlers
-
Packages that use ProtocolHandlers 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 ProtocolHandlers in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as ProtocolHandlers Modifier and Type Field Description private ProtocolHandlers
HttpClient. handlers
Methods in org.eclipse.jetty.client that return ProtocolHandlers Modifier and Type Method Description ProtocolHandlers
HttpClient. getProtocolHandlers()
-