|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.larkc.core.endpoint.Endpoint
eu.larkc.core.endpoint.sparql.SparqlHandler
public class SparqlHandler
Simple HTTP Server Handler which is routed to SPARQLProtocol servlet
| Constructor Summary | |
|---|---|
SparqlHandler(Executor ex)
Constructor. |
|
| Method Summary | |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange httpExchange)
Implementation of the method required to implement the HttpHandler interface. |
| Methods inherited from class eu.larkc.core.endpoint.Endpoint |
|---|
getExecutor, getPipeId, getPort, getURI, isInitialized, setPipeId, setPort, start, stop |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SparqlHandler(Executor ex)
Executor is
responsible for it, hence an Executor has to be passed as an argument.
ex - The Executor responsible for this SPARQL endpoint| Method Detail |
|---|
public void handle(com.sun.net.httpserver.HttpExchange httpExchange)
throws java.io.IOException
httpExchange - Single-exchange HTTP request/response.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||