public class RequestLogger
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BODY |
static java.lang.String |
ERROR |
static java.lang.String |
MESSAGE |
static java.lang.String |
OK |
static java.lang.String |
REQUEST_HEADERS |
static java.lang.String |
REQUEST_METHOD |
static java.lang.String |
REQUEST_STATUS |
static java.lang.String |
REQUEST_URI |
static java.lang.String |
RESPONSE_HEADERS |
static java.lang.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 java.lang.String OK
public static final java.lang.String ERROR
public static final java.lang.String MESSAGE
public static final java.lang.String STATUS
public static final java.lang.String REQUEST_URI
public static final java.lang.String REQUEST_METHOD
public static final java.lang.String REQUEST_HEADERS
public static final java.lang.String RESPONSE_HEADERS
public static final java.lang.String REQUEST_STATUS
public static final java.lang.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)