public class QueueBrowser extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_JSON
Deprecated.
|
static String |
CONTENT_TYPE
Deprecated.
|
static String |
PAYLOAD
Deprecated.
|
static String |
UTF_8
Deprecated.
|
| Constructor and Description |
|---|
QueueBrowser(io.vertx.core.Vertx vertx,
String prefix,
String redisquesAddress,
org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
decode(String encoded)
Deprecated.
Decode the payload if the content-type is text or json.
|
String |
encode(String decoded)
Deprecated.
Encode the payload from a payloadString or payloadObjet.
|
void |
handle(io.vertx.core.http.HttpServerRequest request)
Deprecated.
|
public static final String APPLICATION_JSON
public static final String CONTENT_TYPE
public static final String UTF_8
public static final String PAYLOAD
public void handle(io.vertx.core.http.HttpServerRequest request)
handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>public String encode(String decoded)
decoded - decodedCopyright © 2016–2019. All rights reserved.