public interface HttpPool
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connectionClosed() |
void |
getConnection(Handler<org.vertx.java.core.http.impl.ClientConnection> handler,
Handler<java.lang.Throwable> connectionExceptionHandler,
DefaultContext context) |
int |
getMaxPoolSize() |
void |
returnConnection(org.vertx.java.core.http.impl.ClientConnection conn) |
void |
setMaxPoolSize(int size) |
void setMaxPoolSize(int size)
int getMaxPoolSize()
void close()
void getConnection(Handler<org.vertx.java.core.http.impl.ClientConnection> handler, Handler<java.lang.Throwable> connectionExceptionHandler, DefaultContext context)
void connectionClosed()
void returnConnection(org.vertx.java.core.http.impl.ClientConnection conn)