Uses of Class
com.inrupt.client.Headers
Package
Description
Application interfaces for the Inrupt Java Client Libraries.
Support for Solid specific concepts for the Inrupt Java Client Libraries.
-
Uses of Headers in com.inrupt.client
Modifier and TypeMethodDescriptionstatic Headers
Headers.empty()
Create an empty headers object.NonRDFSource.getHeaders()
RDFSource.getHeaders()
Resource.getHeaders()
The resource headers.Request.headers()
The HTTP headers for this request.Response.headers()
The headers from this HTTP response.Response.ResponseInfo.headers()
Retrieve the response headers.static Headers
Create a headers object from an existing Java Map.ModifierConstructorDescriptionprotected
NonRDFSource
(URI identifier, String contentType, InputStream entity, Headers headers) Create a new non-RDF-bearing resource.protected
Create a new RDF-bearing resource.protected
Create a new RDF-bearing resource. -
Uses of Headers in com.inrupt.client.solid
Modifier and TypeMethodDescriptionSolidClientException.getHeaders()
Retrieve the headers associated with this exception.SolidResourceReference.getHeaders()
Modifier and TypeMethodDescription<T extends Resource>
CompletionStage<T>Create a new Solid Resource.Delete an existing Solid Resource.<T extends Resource>
CompletionStage<Void>Delete an existing Solid Resource.static SolidClientException
Set a collection of headers to be used with each high-level client request.Set a collection of headers to be used with each high-level client request.static Metadata
<T extends Resource>
CompletionStage<T>Read a Solid Resource into a particular defined type.<T extends Resource>
CompletionStage<T>Update an existing Solid Resource.ModifierConstructorDescriptionBadRequestException
(String message, URI uri, Headers headers, String body) Create a BadRequestException exception.ConflictException
(String message, URI uri, Headers headers, String body) Create a ConflictException exception.ForbiddenException
(String message, URI uri, Headers headers, String body) Create a ForbiddenException exception.GoneException
(String message, URI uri, Headers headers, String body) Create a GoneException exception.InternalServerErrorException
(String message, URI uri, Headers headers, String body) Create an InternalServerErrorException exception.MethodNotAllowedException
(String message, URI uri, Headers headers, String body) Create a MethodNotAllowedException exception.NotAcceptableException
(String message, URI uri, Headers headers, String body) Create a NotAcceptableException exception.NotFoundException
(String message, URI uri, Headers headers, String body) Create a NotFoundException exception.PreconditionFailedException
(String message, URI uri, Headers headers, String body) Create a PreconditionFailedException exception.SolidClientException
(String message, URI uri, int statusCode, Headers headers, String body) Create a SolidClient exception.SolidContainer
(URI identifier, Dataset dataset, Headers headers) Create a new SolidContainer.SolidNonRDFSource
(URI identifier, String contentType, InputStream entity, Headers headers) Create a non-RDF-bearing Solid Resource.SolidRDFSource
(URI identifier, Dataset dataset, Headers headers) Create a Solid resource.TooManyRequestsException
(String message, URI uri, Headers headers, String body) Create a TooManyRequestsException exception.UnauthorizedException
(String message, URI uri, Headers headers, String body) Create an UnauthorizedException exception.UnsupportedMediaTypeException
(String message, URI uri, Headers headers, String body) Create an UnsupportedMediaTypeException exception.