static Map<String,Object> |
HttpEndpoint_GroovyStaticExtension.createRecord(HttpEndpoint j_receiver,
String name,
boolean ssl,
String host,
int port,
String root,
Map<String,Object> metadata) |
static Map<String,Object> |
HttpEndpoint_GroovyStaticExtension.createRecord(HttpEndpoint j_receiver,
String name,
String host) |
static Map<String,Object> |
HttpEndpoint_GroovyStaticExtension.createRecord(HttpEndpoint j_receiver,
String name,
String host,
int port,
String root) |
static Map<String,Object> |
HttpEndpoint_GroovyStaticExtension.createRecord(HttpEndpoint j_receiver,
String name,
String host,
int port,
String root,
Map<String,Object> metadata) |
static void |
HttpEndpoint_GroovyStaticExtension.getClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
java.util.function.Function<Map<String,Object>,Boolean> filter,
Handler<AsyncResult<HttpClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
java.util.function.Function<Map<String,Object>,Boolean> filter,
Map<String,Object> conf,
Handler<AsyncResult<HttpClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
Map<String,Object> filter,
Handler<AsyncResult<HttpClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
Map<String,Object> filter,
Map<String,Object> conf,
Handler<AsyncResult<HttpClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
java.util.function.Function<Map<String,Object>,Boolean> filter,
Handler<AsyncResult<WebClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
java.util.function.Function<Map<String,Object>,Boolean> filter,
Map<String,Object> conf,
Handler<AsyncResult<WebClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
Map<String,Object> filter,
Handler<AsyncResult<WebClient>> resultHandler) |
static void |
HttpEndpoint_GroovyStaticExtension.getWebClient(HttpEndpoint j_receiver,
ServiceDiscovery discovery,
Map<String,Object> filter,
Map<String,Object> conf,
Handler<AsyncResult<WebClient>> resultHandler) |