|
||||||||||
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.push.PushEndpoint
public class PushEndpoint
This class implements an endpoint for testing purpose.
Constructor Summary | |
---|---|
PushEndpoint(Executor ex)
Constructor. |
Method Summary | |
---|---|
void |
handle(com.sun.net.httpserver.HttpExchange httpExchange)
|
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 PushEndpoint(Executor ex)
Executor
is responsible for incoming queries.
ex
- the Executor
responsible for this endpointMethod Detail |
---|
public void handle(com.sun.net.httpserver.HttpExchange httpExchange) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |