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 String
NetTools.getWebContentGET
(String url) static String
NetTools.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 ArchiveEntry
ArchiveParser.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 JobStatus
TranskribusUtils.checkJobStatus
(String baseUrl, String sessionId, String jobId) checkJobStatus.static String
TranskribusUtils.getCollectionId
(String baseUrl, String sessionId, String collectionName) Returns the ID of the first collection that has the given collection name.static TranskribusJob
TranskribusUtils.ingestRecord
(String restApiUrl, TranskribusSession userSession, String pi, String metsResolverUrlRoot) ingestRecord.