public class HttpEndpoint_GroovyStaticExtension extends Object
Constructor and Description |
---|
HttpEndpoint_GroovyStaticExtension() |
public static Map<String,Object> createRecord(HttpEndpoint j_receiver, String name, String host, int port, String root, Map<String,Object> metadata)
public static Map<String,Object> createRecord(HttpEndpoint j_receiver, String name, boolean ssl, String host, int port, String root, Map<String,Object> metadata)
public static Map<String,Object> createRecord(HttpEndpoint j_receiver, String name, String host, int port, String root)
public static Map<String,Object> createRecord(HttpEndpoint j_receiver, String name, String host)
public static void getClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, Map<String,Object> filter, Handler<AsyncResult<HttpClient>> resultHandler)
public static void getWebClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, Map<String,Object> filter, Handler<AsyncResult<WebClient>> resultHandler)
public static void getClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, Map<String,Object> filter, Map<String,Object> conf, Handler<AsyncResult<HttpClient>> resultHandler)
public static void getWebClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, Map<String,Object> filter, Map<String,Object> conf, Handler<AsyncResult<WebClient>> resultHandler)
public static void getClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, java.util.function.Function<Map<String,Object>,Boolean> filter, Handler<AsyncResult<HttpClient>> resultHandler)
public static void getWebClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, java.util.function.Function<Map<String,Object>,Boolean> filter, Handler<AsyncResult<WebClient>> resultHandler)
public static void getClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, java.util.function.Function<Map<String,Object>,Boolean> filter, Map<String,Object> conf, Handler<AsyncResult<HttpClient>> resultHandler)
public static void getWebClient(HttpEndpoint j_receiver, ServiceDiscovery discovery, java.util.function.Function<Map<String,Object>,Boolean> filter, Map<String,Object> conf, Handler<AsyncResult<WebClient>> resultHandler)
Copyright © 2017. All rights reserved.