Uses of Class
com.inrupt.client.Headers
Packages that use 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
Methods in com.inrupt.client that return HeadersModifier and TypeMethodDescriptionstatic HeadersHeaders.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 HeadersCreate a headers object from an existing Java Map.Constructors in com.inrupt.client with parameters of type HeadersModifierConstructorDescriptionprotectedNonRDFSource(URI identifier, String contentType, InputStream entity, Headers headers) Create a new non-RDF-bearing resource.protectedCreate a new RDF-bearing resource.protectedRDFSource(URI identifier, org.apache.commons.rdf.api.RDFSyntax syntax, org.apache.commons.rdf.api.Dataset dataset, Headers headers) Create a new RDF-bearing resource. - 
Uses of Headers in com.inrupt.client.solid
Methods in com.inrupt.client.solid that return HeadersModifier and TypeMethodDescriptionSolidClientException.getHeaders()Retrieve the headers associated with this exception.SolidResourceReference.getHeaders()Methods in com.inrupt.client.solid with parameters of type HeadersModifier 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 SolidClientExceptionSet 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.Constructors in com.inrupt.client.solid with parameters of type HeadersModifierConstructorDescriptionBadRequestException(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, org.apache.commons.rdf.api.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, org.apache.commons.rdf.api.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.