Uses of Interface
org.faceless.publisher.type.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
Modifier and TypeMethodDescriptionReportFactory.getURLConnectionProcessors()
Return the modifiable list ofURLConnectionProcessor
objects which will be used to load any resources loaded by Reports created by this factory. -
Uses of URLConnectionProcessor in org.faceless.publisher.resource
Modifier and TypeMethodDescriptionHttp1URLConnectionFactory.getURLConnectionProcessors()
default List<URLConnectionProcessor>
URLConnectionFactory.getURLConnectionProcessors()
Return the list ofURLConnectionProcessor
objects that will be run on any network connections that are made by thisURLConnectionFactory
.Modifier and TypeMethodDescriptionvoid
Http1URLConnectionFactory.setURLConnectionProcessors
(List<URLConnectionProcessor> processors) default void
URLConnectionFactory.setURLConnectionProcessors
(List<URLConnectionProcessor> processors) Set the list ofURLConnectionProcessor
objects that will be run on any network connections that are made by thisURLConnectionFactory
-
Uses of URLConnectionProcessor in org.faceless.publisher.type
Modifier and TypeClassDescriptionclass
A base implementation ofURLConnectionProcessor
that does nothing, but is suitable for extending.class
A URLConnectionProcessor that supports the AWS4 authentication used by Amazon's S3 storage and compatible systems.class
A subclass ofURLConnectionProcessor
which can be used to serve, store and persist HTTP Cookies for any HTTP connections made to request resources.class
A wrapper around theOAuth2
object 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 resourceclass
AURLConnectionProcessor
that handles password authentication.class
A 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.