A B C D E F G H I L M O P R S T U V W 

A

abortUpload(String) - Method in class org.trellisldp.http.HttpResolver
 
abortUpload(String, String) - Method in class org.trellisldp.http.MultipartUploader
Abort an upload process
ACCEPT_DATETIME - Static variable in class org.trellisldp.http.domain.HttpConstants
 
ACCEPT_PATCH - Static variable in class org.trellisldp.http.domain.HttpConstants
 
ACCEPT_POST - Static variable in class org.trellisldp.http.domain.HttpConstants
 
ACCEPT_RANGES - Static variable in class org.trellisldp.http.domain.HttpConstants
 
AcceptDatetime - Class in org.trellisldp.http.domain
A class representing an HTTP Accept-Datetime header
AcceptDatetime(Instant) - Constructor for class org.trellisldp.http.domain.AcceptDatetime
Create an Accept-Datetime header object
ACL - Static variable in class org.trellisldp.http.domain.HttpConstants
 
add(Quad) - Method in class org.trellisldp.http.impl.TrellisDataset
Add a quad to the dataset
add(Triple) - Method in class org.trellisldp.http.impl.TrellisGraph
Add a triple to the graph
AgentAuthorizationFilter - Class in org.trellisldp.http
 
AgentAuthorizationFilter(AgentService, List<String>) - Constructor for class org.trellisldp.http.AgentAuthorizationFilter
Create an authorization filter
APPLICATION_LD_JSON - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
APPLICATION_LD_JSON_TYPE - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
APPLICATION_LINK_FORMAT - Static variable in class org.trellisldp.http.domain.HttpConstants
 
APPLICATION_N_TRIPLES - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
APPLICATION_N_TRIPLES_TYPE - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
APPLICATION_SPARQL_UPDATE - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
APPLICATION_SPARQL_UPDATE_TYPE - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
asDataset() - Method in class org.trellisldp.http.impl.TrellisDataset
Get the underlying dataset
asGraph() - Method in class org.trellisldp.http.impl.TrellisGraph
Get the underlying graph
audit - Static variable in class org.trellisldp.http.impl.BaseLdpHandler
 

B

BaseLdpHandler - Class in org.trellisldp.http.impl
 
BaseLdpHandler(Map<String, String>, LdpRequest, ResourceService) - Constructor for class org.trellisldp.http.impl.BaseLdpHandler
A base class for response handling
binaryService - Variable in class org.trellisldp.http.LdpResource
 

C

CacheControlFilter - Class in org.trellisldp.http
 
CacheControlFilter(Integer) - Constructor for class org.trellisldp.http.CacheControlFilter
Create a new CacheControl Decorator
checkCache(Request, Instant, EntityTag) - Static method in class org.trellisldp.http.impl.BaseLdpHandler
Check the request for a cache-related response
checkDeleted(Resource, String) - Static method in class org.trellisldp.http.impl.BaseLdpHandler
Check if this is a deleted resource, and if so return an appropriate response
close() - Method in class org.trellisldp.http.impl.TrellisDataset
 
close() - Method in class org.trellisldp.http.impl.TrellisGraph
 
completeUpload(String, Map<Integer, String>) - Method in class org.trellisldp.http.HttpResolver
 
constraintServices - Static variable in class org.trellisldp.http.impl.BaseLdpHandler
 
createBinary(String, String, InputStream) - Method in class org.trellisldp.http.MultipartUploader
Create a binary from a collection of uploaded parts
createDataset() - Static method in class org.trellisldp.http.impl.TrellisDataset
Create a new dataset
createGraph() - Static method in class org.trellisldp.http.impl.TrellisGraph
Create a new graph
createResource() - Method in class org.trellisldp.http.impl.PostHandler
Create a new resource
createResource() - Method in class org.trellisldp.http.impl.PutHandler
Set the data for a resource
createResource(LdpRequest, File) - Method in class org.trellisldp.http.LdpResource
Perform a POST operation on a LDP Resource
CrossOriginResourceSharingFilter - Class in org.trellisldp.http
 
CrossOriginResourceSharingFilter(Collection<String>, Collection<String>, Collection<String>, Collection<String>, Boolean, Integer) - Constructor for class org.trellisldp.http.CrossOriginResourceSharingFilter
Create a CORS filter

D

DEFAULT_REPRESENTATION - Static variable in class org.trellisldp.http.domain.HttpConstants
 
DeleteHandler - Class in org.trellisldp.http.impl
The DELETE response builder
DeleteHandler(Map<String, String>, LdpRequest, ResourceService) - Constructor for class org.trellisldp.http.impl.DeleteHandler
Create a builder for an LDP DELETE response
deleteResource(Resource) - Method in class org.trellisldp.http.impl.DeleteHandler
Delete the given resource
deleteResource(LdpRequest) - Method in class org.trellisldp.http.LdpResource
Perform a DELETE operation on an LDP Resource
Digest - Class in org.trellisldp.http.domain
A class representing an HTTP Digest header
Digest(String, String) - Constructor for class org.trellisldp.http.domain.Digest
Create a Digest header representation
DIGEST - Static variable in class org.trellisldp.http.domain.HttpConstants
 

E

exists(String, IRI) - Method in class org.trellisldp.http.HttpResolver
 

F

filter(ContainerRequestContext) - Method in class org.trellisldp.http.AgentAuthorizationFilter
 
filter(ContainerRequestContext) - Method in class org.trellisldp.http.LdpResource
 
filter(ContainerRequestContext) - Method in class org.trellisldp.http.MultipartUploader
 
filter(ContainerRequestContext) - Method in class org.trellisldp.http.WebAcFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.trellisldp.http.CacheControlFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.trellisldp.http.CrossOriginResourceSharingFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.trellisldp.http.MultipartUploader
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.trellisldp.http.WebAcFilter
 
filterWithPrefer(Prefer) - Static method in class org.trellisldp.http.impl.RdfUtils
Create a filter based on a Prefer header

G

getAgent() - Method in class org.trellisldp.http.impl.HttpSession
 
getAlgorithm() - Method in class org.trellisldp.http.domain.Digest
Get the algorithm
getAlgorithms() - Method in class org.trellisldp.http.domain.WantDigest
Fetch the list of specified algorithms in preference order
getBaseUrl(Map<String, String>) - Method in class org.trellisldp.http.domain.LdpRequest
Get a base url value
getContent(String, IRI) - Method in class org.trellisldp.http.HttpResolver
 
getContentType() - Method in class org.trellisldp.http.domain.LdpRequest
Get the Content-Type header
getCreated() - Method in class org.trellisldp.http.impl.HttpSession
 
getDatetime() - Method in class org.trellisldp.http.domain.LdpRequest
Get the Accept-Datetime value
getDefaultProfile(RDFSyntax, String) - Static method in class org.trellisldp.http.impl.RdfUtils
Get a default profile IRI from the syntax and/or identifier
getDefaultProfile(RDFSyntax, IRI) - Static method in class org.trellisldp.http.impl.RdfUtils
Get a default profile IRI from the syntax and/or identifier
getDelegatedBy() - Method in class org.trellisldp.http.impl.HttpSession
 
getDepthNoroot() - Method in class org.trellisldp.http.domain.Prefer
Identify whether the depth-noroot parameter was set
getDigest() - Method in class org.trellisldp.http.domain.Digest
Get the digest value
getDigest() - Method in class org.trellisldp.http.domain.LdpRequest
Get the Digest header
getExt() - Method in class org.trellisldp.http.domain.LdpRequest
Get the ext value
getFrom() - Method in class org.trellisldp.http.domain.Range
Get the from value
getGraph(IRI) - Method in class org.trellisldp.http.impl.TrellisDataset
Get a graph from the dataset
GetHandler - Class in org.trellisldp.http.impl
The GET response builder
GetHandler(Map<String, String>, LdpRequest, ResourceService, IOService, BinaryService) - Constructor for class org.trellisldp.http.impl.GetHandler
A GET response builder
getHandling() - Method in class org.trellisldp.http.domain.Prefer
Get the handling type
getHeaders() - Method in class org.trellisldp.http.domain.LdpRequest
Get the HTTP headers
getIdentifier() - Method in class org.trellisldp.http.impl.HttpSession
 
getInclude() - Method in class org.trellisldp.http.domain.Prefer
Get the preferred include IRIs
getInstant() - Method in class org.trellisldp.http.domain.AcceptDatetime
Retrieve the corresponding instant
getInstant() - Method in class org.trellisldp.http.domain.Version
Retrieve the instant
getLink() - Method in class org.trellisldp.http.domain.LdpRequest
Get the Link header
getMementoLinks(String, List<VersionRange>) - Static method in class org.trellisldp.http.impl.MementoResource
Retrieve all of the Memento-related link headers given a stream of VersionRange objects
getOmit() - Method in class org.trellisldp.http.domain.Prefer
Get the preferred omit IRIs
getPartition() - Method in class org.trellisldp.http.domain.LdpRequest
Get the partition name
getPartitions(UriInfo, HttpHeaders) - Method in class org.trellisldp.http.RootResource
Get a representation of the root resource
getPath() - Method in class org.trellisldp.http.domain.LdpRequest
Get the path
getPrefer() - Method in class org.trellisldp.http.domain.LdpRequest
Get the prefer header
getPreference() - Method in class org.trellisldp.http.domain.Prefer
Get the preferred return type
getProfile(List<MediaType>, RDFSyntax) - Static method in class org.trellisldp.http.impl.RdfUtils
Given a list of acceptable media types and an RDF syntax, get the relevant profile data, if relevant
getRange() - Method in class org.trellisldp.http.domain.LdpRequest
Get the range header
getRepresentation(Resource) - Method in class org.trellisldp.http.impl.GetHandler
Build the representation for the given resource
getRequest() - Method in class org.trellisldp.http.domain.LdpRequest
Get the request value
getResource(LdpRequest) - Method in class org.trellisldp.http.LdpResource
Perform a GET operation on an LDP Resource
getResourceHeaders(LdpRequest) - Method in class org.trellisldp.http.LdpResource
Perform a HEAD operation on an LDP Resource
getRespondAsync() - Method in class org.trellisldp.http.domain.Prefer
Identify whether the respond-async parameter was set
getSession() - Method in class org.trellisldp.http.domain.LdpRequest
Get a user session
getSlug() - Method in class org.trellisldp.http.domain.LdpRequest
Get the slug header
getSyntax(List<MediaType>, Optional<String>) - Static method in class org.trellisldp.http.impl.RdfUtils
Given a list of acceptable media types, get an RDF syntax.
getTimeGateBuilder(Map<String, String>, LdpRequest) - Method in class org.trellisldp.http.impl.MementoResource
Create a response builder for a TimeGate response
getTimeMapBuilder(Map<String, String>, LdpRequest, IOService) - Method in class org.trellisldp.http.impl.MementoResource
Create a response builder for a TimeMap response
getTo() - Method in class org.trellisldp.http.domain.Range
Get the to value
getUriSchemes() - Method in class org.trellisldp.http.HttpResolver
 
getVersion() - Method in class org.trellisldp.http.domain.LdpRequest
Get the version value
getWait() - Method in class org.trellisldp.http.domain.Prefer
Get the value of the wait parameter, if set
getWantDigest() - Method in class org.trellisldp.http.domain.LdpRequest
Get the Want-Digest header

H

HttpConstants - Class in org.trellisldp.http.domain
A collection of constant values used by the Trellis HTTP layer
HttpResolver - Class in org.trellisldp.http
 
HttpResolver() - Constructor for class org.trellisldp.http.HttpResolver
Create an HttpResolver using the default HTTP client
HttpResolver(Client) - Constructor for class org.trellisldp.http.HttpResolver
Create an HttpResolver with a provided client
HttpSession - Class in org.trellisldp.http.impl
 
HttpSession() - Constructor for class org.trellisldp.http.impl.HttpSession
Create an HTTP-based session
HttpSession(IRI) - Constructor for class org.trellisldp.http.impl.HttpSession
Create an HTTP-based session
HttpSession(IRI, IRI) - Constructor for class org.trellisldp.http.impl.HttpSession
Create an HTTP-based session

I

initiateUpload(String, IRI, String) - Method in class org.trellisldp.http.HttpResolver
 
ioService - Variable in class org.trellisldp.http.LdpResource
 
isDeleted(Resource) - Static method in class org.trellisldp.http.impl.RdfUtils
Check if the resource has a deleted mark

L

ldpOptions(Resource) - Method in class org.trellisldp.http.impl.OptionsHandler
Build the representation for the given resource
LdpRequest - Class in org.trellisldp.http.domain
 
LdpRequest() - Constructor for class org.trellisldp.http.domain.LdpRequest
 
LdpResource - Class in org.trellisldp.http
 
LdpResource(ResourceService, IOService, BinaryService, Map<String, String>) - Constructor for class org.trellisldp.http.LdpResource
Create a LdpResource
ldpResourceTypes(IRI) - Static method in class org.trellisldp.http.impl.RdfUtils
Get all of the LDP resource (super) types for the given LDP interaction model
listParts(String) - Method in class org.trellisldp.http.HttpResolver
 
listUploads(String, String) - Method in class org.trellisldp.http.MultipartUploader
Get a list of the uploads

M

MEDIA_TYPES - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
MEMENTO_DATETIME - Static variable in class org.trellisldp.http.domain.HttpConstants
 
MementoResource - Class in org.trellisldp.http.impl
 
MementoResource(Resource) - Constructor for class org.trellisldp.http.impl.MementoResource
Wrap a resource in some Memento-specific response builders
MultipartUploader - Class in org.trellisldp.http
 
MultipartUploader(ResourceService, BinaryService, Map<String, String>) - Constructor for class org.trellisldp.http.MultipartUploader
Create a multipart uploader object

O

ofInclude(String...) - Static method in class org.trellisldp.http.domain.Prefer
Build a Prefer object with a set of included IRIs
ofOmit(String...) - Static method in class org.trellisldp.http.domain.Prefer
Build a Prefer object with a set of omitted IRIs
options(LdpRequest) - Method in class org.trellisldp.http.LdpResource
Perform an OPTIONS operation on an LDP Resource
OptionsHandler - Class in org.trellisldp.http.impl
The OPTIONS response builder
OptionsHandler(Map<String, String>, LdpRequest, ResourceService) - Constructor for class org.trellisldp.http.impl.OptionsHandler
An OPTIONS response builder
org.trellisldp.http - package org.trellisldp.http
Trellis HTTP Interfaces
org.trellisldp.http.domain - package org.trellisldp.http.domain
Trellis domain-specific HTTP classes
org.trellisldp.http.impl - package org.trellisldp.http.impl
Trellis internal HTTP classes

P

partitions - Variable in class org.trellisldp.http.impl.BaseLdpHandler
 
PATCH - Annotation Type in org.trellisldp.http.domain
PATCH HTTP method
PATCH - Static variable in class org.trellisldp.http.domain.HttpConstants
 
PatchHandler - Class in org.trellisldp.http.impl
The PATCH response builder
PatchHandler(Map<String, String>, LdpRequest, String, ResourceService, IOService) - Constructor for class org.trellisldp.http.impl.PatchHandler
Create a handler for PATCH operations
PostHandler - Class in org.trellisldp.http.impl
The POST response handler
PostHandler(Map<String, String>, LdpRequest, String, File, ResourceService, IOService, BinaryService) - Constructor for class org.trellisldp.http.impl.PostHandler
Create a builder for an LDP POST response
Prefer - Class in org.trellisldp.http.domain
A class representing an HTTP Prefer header
Prefer(String, List<String>, List<String>, Set<String>, String, Integer) - Constructor for class org.trellisldp.http.domain.Prefer
Create a Prefer header representation
PREFER - Static variable in class org.trellisldp.http.domain.HttpConstants
 
PREFER_HANDLING - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_INCLUDE - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_LENIENT - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_MINIMAL - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_OMIT - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_REPRESENTATION - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_RETURN - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_STRICT - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFER_WAIT - Static variable in class org.trellisldp.http.domain.Prefer
 
PREFERENCE_APPLIED - Static variable in class org.trellisldp.http.domain.HttpConstants
 
purgeContent(String, IRI) - Method in class org.trellisldp.http.HttpResolver
 
PutHandler - Class in org.trellisldp.http.impl
The PUT response handler
PutHandler(Map<String, String>, LdpRequest, File, ResourceService, IOService, BinaryService) - Constructor for class org.trellisldp.http.impl.PutHandler
Create a builder for an LDP POST response

R

Range - Class in org.trellisldp.http.domain
A class representing an HTTP Range header
Range(Integer, Integer) - Constructor for class org.trellisldp.http.domain.Range
Create a Range object
RANGE - Static variable in class org.trellisldp.http.domain.HttpConstants
 
rdf - Static variable in class org.trellisldp.http.impl.BaseLdpHandler
 
RdfMediaType - Class in org.trellisldp.http.domain
RDF-based MediaType definitions
RdfUtils - Class in org.trellisldp.http.impl
RDF Utility functions
req - Variable in class org.trellisldp.http.impl.BaseLdpHandler
 
resourceService - Variable in class org.trellisldp.http.impl.BaseLdpHandler
 
resourceService - Variable in class org.trellisldp.http.LdpResource
 
RootResource - Class in org.trellisldp.http
 
RootResource(IOService, Map<String, String>, Properties) - Constructor for class org.trellisldp.http.RootResource
Create a root resource

S

SESSION_PROPERTY - Static variable in class org.trellisldp.http.domain.HttpConstants
 
setContent(String, IRI, InputStream, Map<String, String>) - Method in class org.trellisldp.http.HttpResolver
 
setResource(Resource) - Method in class org.trellisldp.http.impl.PutHandler
Set the data for a resource
setResource(LdpRequest, File) - Method in class org.trellisldp.http.LdpResource
Perform a PUT operation on a LDP Resource
skolemizeQuads(ResourceService, String) - Static method in class org.trellisldp.http.impl.RdfUtils
Convert quads from an external form to a skolemized form
skolemizeTriples(ResourceService, String) - Static method in class org.trellisldp.http.impl.RdfUtils
Convert triples from an external form to a skolemized form
stream() - Method in class org.trellisldp.http.impl.TrellisGraph
Stream triples from the graph
superClassOf - Static variable in class org.trellisldp.http.impl.RdfUtils
A mapping of LDP types to their supertype
SUPPORTED_RDF_TYPES - Static variable in class org.trellisldp.http.impl.BaseLdpHandler
 
supportsMultipartUpload() - Method in class org.trellisldp.http.HttpResolver
 

T

TEXT_TURTLE - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
TEXT_TURTLE_TYPE - Static variable in class org.trellisldp.http.domain.RdfMediaType
 
TIMEMAP - Static variable in class org.trellisldp.http.domain.HttpConstants
 
toString() - Method in class org.trellisldp.http.domain.AcceptDatetime
 
toString() - Method in class org.trellisldp.http.domain.Version
 
TrellisDataset - Class in org.trellisldp.http.impl
 
TrellisDataset(Dataset) - Constructor for class org.trellisldp.http.impl.TrellisDataset
Create a new dataset
TrellisGraph - Class in org.trellisldp.http.impl
 
TrellisGraph(Graph) - Constructor for class org.trellisldp.http.impl.TrellisGraph
Create a new graph

U

unskolemizeQuads(ResourceService, String) - Static method in class org.trellisldp.http.impl.RdfUtils
Convert quads from a skolemized form to an external form
unskolemizeTriples(ResourceService, String) - Static method in class org.trellisldp.http.impl.RdfUtils
Convert triples from a skolemized form to an externa form
updateResource(Resource) - Method in class org.trellisldp.http.impl.PatchHandler
Update a resource with Sparql-Update and build an HTTP response
updateResource(LdpRequest, String) - Method in class org.trellisldp.http.LdpResource
Perform a PATCH operation on an LDP Resource
UPLOAD_PREFIX - Static variable in class org.trellisldp.http.domain.HttpConstants
 
uploadPart(String, Integer, InputStream) - Method in class org.trellisldp.http.HttpResolver
 
uploadPart(String, String, Integer, InputStream) - Method in class org.trellisldp.http.MultipartUploader
Add a segment of a binary
UPLOADS - Static variable in class org.trellisldp.http.domain.HttpConstants
 
uploadSessionExists(String) - Method in class org.trellisldp.http.HttpResolver
 

V

valueOf(String) - Static method in class org.trellisldp.http.domain.AcceptDatetime
Create an Accept-Datetime header object from a string
valueOf(String) - Static method in class org.trellisldp.http.domain.Digest
Get a Digest object from a string-based header value
valueOf(String) - Static method in class org.trellisldp.http.domain.Prefer
Create a Prefer header representation from a header string
valueOf(String) - Static method in class org.trellisldp.http.domain.Range
Get a Range object from a header value
valueOf(String) - Static method in class org.trellisldp.http.domain.Version
Create a Version object from a string value
Version - Class in org.trellisldp.http.domain
A class representing a version URI parameter
Version(Instant) - Constructor for class org.trellisldp.http.domain.Version
Create a Version parameter

W

WANT_DIGEST - Static variable in class org.trellisldp.http.domain.HttpConstants
 
WantDigest - Class in org.trellisldp.http.domain
A class representing an HTTP Want-Digest header
WantDigest(String) - Constructor for class org.trellisldp.http.domain.WantDigest
Create a Want-Digest header representation
WebAcFilter - Class in org.trellisldp.http
 
WebAcFilter(Map<String, String>, List<String>, AccessControlService) - Constructor for class org.trellisldp.http.WebAcFilter
Create a new WebAc-based auth filter
A B C D E F G H I L M O P R S T U V W 
Skip navigation links