Uses of Class
io.goobi.viewer.exceptions.HTTPException
Packages that use HTTPException
Package
Description
Core controller and utility classes of the Goobi viewer.
Domain model for archival finding aids (EAD), comprising the archive tree structure,
individual entries with their metadata, and parsers that load EAD data from Solr and
external archive servers.
Provides model and utility classes for integrating with the Transkribus handwritten text recognition (HTR) service.
-
Uses of HTTPException in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that throw HTTPExceptionModifier and TypeMethodDescriptionstatic StringNetTools.getWebContentGET(String url) static StringNetTools.getWebContentGET(String url, int timeout) getWebContentGET. -
Uses of HTTPException in io.goobi.viewer.model.archives
Methods in io.goobi.viewer.model.archives that throw HTTPExceptionModifier and TypeMethodDescriptionabstract List<ArchiveResource> ArchiveParser.getPossibleDatabases()Gets the database names and file names.abstract ArchiveEntryArchiveParser.loadDatabase(ArchiveResource database, int lazyLoadingThreshold) Loads the given database and parses the EAD document. -
Uses of HTTPException in io.goobi.viewer.model.transkribus
Methods in io.goobi.viewer.model.transkribus that throw HTTPExceptionModifier and TypeMethodDescriptionprotected static JobStatusTranskribusUtils.checkJobStatus(String baseUrl, String sessionId, String jobId) checkJobStatus.static StringTranskribusUtils.getCollectionId(String baseUrl, String sessionId, String collectionName) Returns the ID of the first collection that has the given collection name.static TranskribusJobTranskribusUtils.ingestRecord(String restApiUrl, TranskribusSession userSession, String pi, String metsResolverUrlRoot) ingestRecord.