Uses of Interface
org.faceless.publisher.type.URL2Connection
Package
Description
Contains extensions to BFO Publisher which are used to add functionality
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Provides the classes used to write output to PDF
Provides the classes used to write output to SVG
Provides the classes and interfaces used for loading external resources
Contains utility classes and interfaces which are used across BFO Publisher
-
Uses of URL2Connection in org.faceless.publisher.ext
Modifier and TypeMethodDescriptionASCIIDocResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) DocXResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) EpubResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) ImageResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) LessStylesheetExtension.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) MailExtension.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) MarkdownResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) ODFResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) ScssStylesheetExtension.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) TextResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) XMLResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) -
Uses of URL2Connection in org.faceless.publisher.output
Modifier and TypeMethodDescriptionGeneralFontResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) -
Uses of URL2Connection in org.faceless.publisher.output.pdf
Modifier and TypeMethodDescriptionPDFAudioResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) PDFImageResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) PDFVideoResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) -
Uses of URL2Connection in org.faceless.publisher.output.svg
Modifier and TypeMethodDescriptionSVGImageResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) -
Uses of URL2Connection in org.faceless.publisher.resource
Modifier and TypeMethodDescriptionAboutURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) ClasspathConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) DataURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) FileURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) FileWithHeadersURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) FontDirURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) Http1URLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) LocalFontURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) MemoryURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) PKCS11ConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) URLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) Return a URLConnection for the specified URI, or null if not possible with this factory.ZipURLConnectionFactory.getURLConnection
(URL2 uri, ReportFactory reportFactory) Return a URLConnection for the specified URI, or null if not possible with this factory.Modifier and TypeMethodDescriptionvoid
Http1URLConnectionFactory.close
(URL2 uri, URL2Connection con) default void
URLConnectionFactory.close
(URL2 uri, URL2Connection con) Close the specified URLConnection and free any resources allocated by this factory.long
FileURLConnectionFactory.getExpiry
(URL2 uri, URL2Connection con) long
FontDirURLConnectionFactory.getExpiry
(URL2 uri, URL2Connection con) long
Http1URLConnectionFactory.getExpiry
(URL2 uri, URL2Connection con) long
PKCS11ConnectionFactory.getExpiry
(URL2 uri, URL2Connection con) default long
URLConnectionFactory.getExpiry
(URL2 uri, URL2Connection con) Return the absolute expiry time of the resource reeturned by the specified URLConnection, or Long.MAX_VALUE for forever.boolean
FileURLConnectionFactory.isUnchanged
(URL2 uri, URL2Connection con) boolean
FontDirURLConnectionFactory.isUnchanged
(URL2 uri, URL2Connection con) boolean
Http1URLConnectionFactory.isUnchanged
(URL2 uri, URL2Connection con) default boolean
URLConnectionFactory.isUnchanged
(URL2 uri, URL2Connection con) Return true if a previous resource loaded by this factory should be considered valid, based on the supplied response for a subsequent request for the same resource.KeyStoreResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) default ResourceFlavor
NodeResourceLoader.load
(ResourceDescriptor d, Resource resource, URL2Connection con) PKCS11KeyStoreResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) ResourceLoader.load
(ResourceDescriptor d, Resource resource, URL2Connection con) Attempt to load a Resource from the specified URL2Connection.SubDocumentResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) UtilityResourceLoader.load
(ResourceDescriptor descriptor, Resource resource, URL2Connection con) -
Uses of URL2Connection in org.faceless.publisher.type
Modifier and TypeClassDescriptionclass
A base class implementing an instance ofURL2Connection
class
A URL2Connection that wraps another URL2Connection, for filteringModifier and TypeMethodDescriptionAbstractURLConnectionProcessor.after
(URL2Connection con) CookieStoreURLConnectionProcessor.after
(URL2Connection con) PasswordAuthenticationURLConnectionProcessor.after
(URL2Connection con) URLConnectionProcessor.after
(URL2Connection con) If this processermatches
, this method is called after the supplied URL connection is made.URL2ConnectionWrapper.getParent()
Get the URL2Connection passed into the constructorModifier and TypeMethodDescriptionAbstractURLConnectionProcessor.after
(URL2Connection con) CookieStoreURLConnectionProcessor.after
(URL2Connection con) PasswordAuthenticationURLConnectionProcessor.after
(URL2Connection con) URLConnectionProcessor.after
(URL2Connection con) If this processermatches
, this method is called after the supplied URL connection is made.void
AbstractURLConnectionProcessor.before
(URL2Connection con) void
AWS4AuthenticationURLConnectionProcessor.before
(URL2Connection con) void
CookieStoreURLConnectionProcessor.before
(URL2Connection con) void
OAuth2AuthenticationURLConnectionProcessor.before
(URL2Connection con) void
URLConnectionProcessor.before
(URL2Connection con) If this processermatches
, this method is called before the supplied URL connection is made.PasswordAuthenticationURLConnectionProcessor.challengeBasic
(URL2Connection con, Map<String, String> props, CallbackHandler handler) Handle a Basic challengePasswordAuthenticationURLConnectionProcessor.challengeDigest
(URL2Connection con, Map<String, String> props, CallbackHandler handler) Handle a Digest challengePasswordAuthenticationURLConnectionProcessor.challengeUnknown
(URL2Connection con, String type, Map<String, String> props, CallbackHandler handler) Handle an unrecognised challenge typeboolean
AbstractURLConnectionProcessor.matches
(URL2Connection con) boolean
URLConnectionProcessor.matches
(URL2Connection con) Return true if this URLConnectionProcessor should be called for the specified connectionModifierConstructorDescriptionURL2ConnectionWrapper
(URL2Connection parent) Create a URL2ConnectionWrapper