Package org.mapfish.print.http
package org.mapfish.print.http
Package contains support classes for making https requests.
-
ClassDescriptionThe AbstractMfClientHttpRequestFactoryWrapper class.A configuration object for configuring a custom certificate/trust store.This request factory will attempt to load resources using
Configuration.loadFile(String)
andConfiguration.isAccessible(String)
to load the resources if the http method is GET and will fall back to the normal/wrapped factory to make http requests.A request object that provides low-level access so that the request can be configured for proxying, authentication, etc...Represents a set of credentials to use for an http request.This configuration object configures the proxies to be used by the system.Schedule tasks for caching Http Requests that can be run simultaneously.A http request factory that allows configuration callbacks to be registered, allowing low-level customizations to the request object.A Callback allowing low-level customizations to an http request created by this factory.Default implementation.A request that can be configured at a low level.A Route planner that obtains credentials from the configuration that is currently inMfClientHttpRequestFactoryImpl.CURRENT_CONFIGURATION
.A Route planner that obtains proxies from the configuration that is currently inMfClientHttpRequestFactoryImpl.CURRENT_CONFIGURATION
.A ssl socket factory that obtains the keystore from the current configuration.Utility class for the creation of the User-Agent string.Network utils class.