public class TestController extends Object
| Constructor and Description |
|---|
TestController() |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<HttpResult> |
getErrors(HttpRequestContext ctx,
int code,
String clientIp,
Optional<String> userAgent) |
CompletableFuture<?> |
getJsons(io.netty.handler.codec.http.QueryStringDecoder query,
io.netty.channel.EventLoop eventLoop) |
CompletionStage<HttpResult> |
getTest(HttpRequestContext ctx) |
CompletionStage<HttpResult> |
postEcho(HttpRequestContext ctx,
com.fasterxml.jackson.databind.JsonNode value) |
public CompletionStage<HttpResult> getTest(HttpRequestContext ctx)
public CompletionStage<HttpResult> getErrors(HttpRequestContext ctx, int code, String clientIp, Optional<String> userAgent)
public CompletableFuture<?> getJsons(io.netty.handler.codec.http.QueryStringDecoder query, io.netty.channel.EventLoop eventLoop)
public CompletionStage<HttpResult> postEcho(HttpRequestContext ctx, com.fasterxml.jackson.databind.JsonNode value)
Copyright © 2020. All rights reserved.