public interface HttpClientPool
HttpConnectionPool for each executor.| Modifier and Type | Method and Description |
|---|---|
String |
authority() |
Http |
config() |
HttpConnectionPool |
connectionPool(io.netty.util.concurrent.EventExecutor executor) |
io.netty.util.concurrent.EventExecutorGroup |
executors() |
String |
host() |
boolean |
isSecure() |
HttpConnectionPool |
next() |
String |
scheme() |
void |
shutdown() |
void |
start(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler) |
Http config()
void start(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
void shutdown()
io.netty.util.concurrent.EventExecutorGroup executors()
HttpConnectionPool next()
HttpConnectionPool connectionPool(io.netty.util.concurrent.EventExecutor executor)
String host()
String authority()
String scheme()
boolean isSecure()
Copyright © 2019 JBoss by Red Hat. All rights reserved.