Uses of Class
org.apache.jena.fuseki.server.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return EndpointModifier and TypeMethodDescriptionEndpoint.Builder.build()static EndpointBuild an endpointstatic EndpointEndpoint.create(Operation operation, String endpointName, AuthPolicy requestAuth) Build an endpointEndpointSet.getExactlyOne()Get the Endpoint for a singleton EndpointSetMethods in org.apache.jena.fuseki.server that return types with arguments of type EndpointModifier and TypeMethodDescriptionEndpointSet.endpoints()DataService.getEndpoints()Return a collection of all endpoints for this DataService.DataService.getEndpoints(Operation operation) Methods in org.apache.jena.fuseki.server with parameters of type EndpointModifier and TypeMethodDescriptionDataService.Builder.addEndpoint(Endpoint endpoint) voidvoidstatic booleanEndpoint.sameNameAndOperation(Endpoint ep1, Endpoint ep2) Method parameters in org.apache.jena.fuseki.server with type arguments of type EndpointModifier and TypeMethodDescriptionvoidEndpointSet.forEach(BiConsumer<Operation, Endpoint> action) voidDataService.forEachEndpoint(Consumer<Endpoint> action) Execute an action for eachEndpoint. -
Uses of Endpoint in org.apache.jena.fuseki.servlets
Fields in org.apache.jena.fuseki.servlets declared as EndpointMethods in org.apache.jena.fuseki.servlets that return EndpointModifier and TypeMethodDescriptionHttpAction.getEndpoint()Get the endpoint for the action (may be null) .Methods in org.apache.jena.fuseki.servlets with parameters of type EndpointModifier and TypeMethodDescriptionvoidHttpAction.setEndpoint(Endpoint endpoint) Set the endpoint and endpoint name that this is an action for.