Modifier and Type | Method and Description |
---|---|
void |
close() |
protected abstract void |
connect(String host,
int port,
Handler<io.vertx.core.http.impl.ClientConnection> connectHandler,
Handler<Throwable> connectErrorHandler,
ContextImpl context,
ConnectionLifeCycleListener listener) |
void |
getConnection(int port,
String host,
Handler<io.vertx.core.http.impl.ClientConnection> handler,
Handler<Throwable> connectionExceptionHandler,
ContextImpl context) |
public void getConnection(int port, String host, Handler<io.vertx.core.http.impl.ClientConnection> handler, Handler<Throwable> connectionExceptionHandler, ContextImpl context)
protected abstract void connect(String host, int port, Handler<io.vertx.core.http.impl.ClientConnection> connectHandler, Handler<Throwable> connectErrorHandler, ContextImpl context, ConnectionLifeCycleListener listener)
public void close()
Copyright © 2015. All Rights Reserved.