Class EndpointSet

java.lang.Object
org.apache.jena.fuseki.server.EndpointSet

public class EndpointSet extends Object
Collection of endpoints for a dispatch point. A dispatch point is a URL name, without consideration of the query string or content-type.

An EndpointSet is a mapping from Operation to endpoint. There can be only be one endpoint for each operation in a EndpointSet.

See Dispatcher for the dispatch process.