| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http | |
| org.nustaq.kontraktor.remoting.http.rest |
| Modifier and Type | Field and Description |
|---|---|
static RequestResponse |
RequestResponse.MSG_200 |
static RequestResponse |
RequestResponse.MSG_403 |
static RequestResponse |
RequestResponse.MSG_404 |
static RequestResponse |
RequestResponse.MSG_500 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequestProcessor.processRequest(KontraktorHttpRequest req,
Callback<RequestResponse> response) |
boolean |
ServeFromCPProcessor.processRequest(KontraktorHttpRequest req,
Callback<RequestResponse> response) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestActorServer.enqueueCall(RestActorServer.PublishedActor target,
KontraktorHttpRequest req,
Callback<RequestResponse> response) |
protected void |
RestActorServer.enqueueCall(RestActorServer.PublishedActor target,
String content,
KontraktorHttpRequest req,
Callback<RequestResponse> response) |
boolean |
RestActorServer.RestProcessor.processRequest(KontraktorHttpRequest req,
Callback<RequestResponse> response) |
Copyright © 2014. All rights reserved.