public abstract class SLClient
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
BASE_URL |
Constructor and Description |
---|
SLClient(java.lang.String token) |
Modifier and Type | Method and Description |
---|---|
protected io.vertx.core.json.JsonObject |
execute(java.lang.String spec,
io.netty.handler.codec.http.HttpMethod method) |
protected io.vertx.core.json.JsonObject |
execute(java.lang.String spec,
io.netty.handler.codec.http.HttpMethod method,
io.vertx.core.json.JsonObject body) |
protected static final java.lang.String BASE_URL
protected io.vertx.core.json.JsonObject execute(java.lang.String spec, io.netty.handler.codec.http.HttpMethod method)
protected io.vertx.core.json.JsonObject execute(java.lang.String spec, io.netty.handler.codec.http.HttpMethod method, io.vertx.core.json.JsonObject body)
Copyright © 2021. All Rights Reserved.