Uses of Class
io.goobi.viewer.exceptions.HTTPException
Packages that use HTTPException
Package
Description
-
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()Get 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.