Uses of Interface
org.faceless.publisher.type.URLConnectionProcessor
Packages that use URLConnectionProcessor
Package
Description
Provides the main classes for BFO Publisher
Provides the classes and interfaces used for loading external resources
Contains utility classes and interfaces which are used across BFO Publisher
-
Uses of URLConnectionProcessor in org.faceless.publisher
Methods in org.faceless.publisher that return types with arguments of type URLConnectionProcessorModifier and TypeMethodDescriptionReportFactory.getURLConnectionProcessors()Return the modifiable list ofURLConnectionProcessorobjects which will be used to load any resources loaded by Reports created by this factory. -
Uses of URLConnectionProcessor in org.faceless.publisher.resource
Methods in org.faceless.publisher.resource that return types with arguments of type URLConnectionProcessorModifier and TypeMethodDescriptionHttp1URLConnectionFactory.getURLConnectionProcessors()default List<URLConnectionProcessor>URLConnectionFactory.getURLConnectionProcessors()Return the list ofURLConnectionProcessorobjects that will be run on any network connections that are made by thisURLConnectionFactory.Method parameters in org.faceless.publisher.resource with type arguments of type URLConnectionProcessorModifier and TypeMethodDescriptionvoidHttp1URLConnectionFactory.setURLConnectionProcessors(List<URLConnectionProcessor> processors) default voidURLConnectionFactory.setURLConnectionProcessors(List<URLConnectionProcessor> processors) Set the list ofURLConnectionProcessorobjects that will be run on any network connections that are made by thisURLConnectionFactory -
Uses of URLConnectionProcessor in org.faceless.publisher.type
Classes in org.faceless.publisher.type that implement URLConnectionProcessorModifier and TypeClassDescriptionclassA base implementation ofURLConnectionProcessorthat does nothing, but is suitable for extending.classA URLConnectionProcessor that supports the AWS4 authentication used by Amazon's S3 storage and compatible systems.classA subclass ofURLConnectionProcessorwhich can be used to serve, store and persist HTTP Cookies for any HTTP connections made to request resources.classA wrapper around theOAuth2object which allows it to be used as part of the resource loading process - i.e. it allows HTML, stylesheets, images etc. protected by OAuth2 authorization to be loaded like any other resourceclassAURLConnectionProcessorthat handles password authentication.classA URLConnectionProcessor which can be used to add SSL client certifcates, to modify the list of trusted certificates, or to modify other parameters of any TLS based network connection.