Uses of Class
org.apache.jena.fuseki.server.Endpoint
-
Uses of Endpoint in org.apache.jena.fuseki.server
Modifier and TypeMethodDescriptionEndpoint.Builder.build()
static Endpoint
Build an endpointstatic Endpoint
Endpoint.create
(Operation operation, String endpointName, AuthPolicy requestAuth) Build an endpointEndpointSet.getExactlyOne()
Get the Endpoint for a singleton EndpointSetModifier and TypeMethodDescriptionEndpointSet.endpoints()
DataService.getEndpoints()
Return a collection of all endpoints for this DataService.DataService.getEndpoints
(Operation operation) Modifier and TypeMethodDescriptionDataService.Builder.addEndpoint
(Endpoint endpoint) void
void
static boolean
Endpoint.sameNameAndOperation
(Endpoint ep1, Endpoint ep2) Modifier and TypeMethodDescriptionvoid
EndpointSet.forEach
(BiConsumer<Operation, Endpoint> action) void
DataService.forEachEndpoint
(Consumer<Endpoint> action) Execute an action for eachEndpoint
. -
Uses of Endpoint in org.apache.jena.fuseki.servlets
Modifier and TypeMethodDescriptionHttpAction.getEndpoint()
Get the endpoint for the action (may be null) .Modifier and TypeMethodDescriptionvoid
HttpAction.setEndpoint
(Endpoint endpoint) Set the endpoint and endpoint name that this is an action for.