public class RequestLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY |
static String |
ERROR |
static String |
MESSAGE |
static String |
OK |
static String |
REQUEST_HEADERS |
static String |
REQUEST_METHOD |
static String |
REQUEST_STATUS |
static String |
REQUEST_URI |
static String |
RESPONSE_HEADERS |
static String |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static void |
logRequest(io.vertx.core.eventbus.EventBus eventBus,
io.vertx.core.http.HttpServerRequest request,
int status,
io.vertx.core.buffer.Buffer data) |
static void |
logRequest(io.vertx.core.eventbus.EventBus eventBus,
io.vertx.core.http.HttpServerRequest request,
int status,
io.vertx.core.buffer.Buffer data,
io.vertx.core.MultiMap responseHeaders) |
public static final String OK
public static final String ERROR
public static final String MESSAGE
public static final String STATUS
public static final String REQUEST_URI
public static final String REQUEST_METHOD
public static final String REQUEST_HEADERS
public static final String RESPONSE_HEADERS
public static final String REQUEST_STATUS
public static final String BODY
public static void logRequest(io.vertx.core.eventbus.EventBus eventBus,
io.vertx.core.http.HttpServerRequest request,
int status,
io.vertx.core.buffer.Buffer data)
public static void logRequest(io.vertx.core.eventbus.EventBus eventBus,
io.vertx.core.http.HttpServerRequest request,
int status,
io.vertx.core.buffer.Buffer data,
io.vertx.core.MultiMap responseHeaders)
Copyright © 2016–2017. All rights reserved.