Uses of Class
is.galia.http.Reference
Packages that use Reference
Package
Description
Contains a simple HTTP client and server along with some utility
classes.
Contains classes related to local plugin management, as well as the
main plugin interface,
Plugin
.HTTP resource classes and server request handler class.
Contains classes supporting the Deep Zoom endpoint.
Assortment of custom stream implementations.
-
Uses of Reference in is.galia.http
Methods in is.galia.http that return ReferenceModifier and TypeMethodDescriptionReference.Builder.build()
Server.getHTTPSURI()
Server.getHTTPURI()
Client.getURI()
Methods in is.galia.http with parameters of type ReferenceConstructors in is.galia.http with parameters of type Reference -
Uses of Reference in is.galia.plugin
Methods in is.galia.plugin with parameters of type ReferenceModifier and TypeMethodDescriptionstatic void
PluginManager.setRepositoryBaseURI
(Reference baseURI) Overrides the artifact repository base URI used for plugin installation and updating. -
Uses of Reference in is.galia.resource
Methods in is.galia.resource that return ReferenceModifier and TypeMethodDescriptionRequestContext.getLocalURI()
protected abstract Reference
AbstractImageResource.getPublicReference
(MetaIdentifier newMetaIdentifier) Variant ofAbstractResource.getPublicReference()
that replaces the identifier path component's meta-identifier if an identifier path component is available.protected Reference
AbstractResource.getPublicReference()
Therequest URI
is not necessarily the URI that the client has supplied, or sees, or should see, as it may have come from a reverse proxy server.protected Reference
AbstractResource.getPublicRootReference()
Returns a reference to the base URI of the application.JettyRequestWrapper.getReference()
MutableRequest.getReference()
Request.getReference()
RequestContext.getRequestURI()
Methods in is.galia.resource with parameters of type ReferenceModifier and TypeMethodDescriptionvoid
RequestContext.setLocalURI
(Reference uri) void
RequestContext.setRequestURI
(Reference uri) ImageRequestHandler.Builder.withReference
(Reference reference) InformationRequestHandler.Builder.withReference
(Reference reference) MutableRequest.Builder.withReference
(Reference reference) -
Uses of Reference in is.galia.resource.deepzoom
Methods in is.galia.resource.deepzoom that return ReferenceModifier and TypeMethodDescriptionprotected Reference
InformationResource.getPublicReference
(MetaIdentifier newMetaIdentifier) protected Reference
TileResource.getPublicReference
(MetaIdentifier newMetaIdentifier) -
Uses of Reference in is.galia.resource.iiif
Methods in is.galia.resource.iiif that return ReferenceModifier and TypeMethodDescriptionprotected Reference
IIIFResource.getPublicReference
(MetaIdentifier newMetaIdentifier) Variant ofAbstractResource.getPublicReference()
that replaces the identifier path component's meta-identifier if an identifier path component is available. -
Uses of Reference in is.galia.stream
Methods in is.galia.stream that return Reference