public class TestResponseHandler
extends java.lang.Object
implements org.vertx.java.core.Handler<org.vertx.java.core.http.HttpClientResponse>
Constructor and Description |
---|
TestResponseHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(org.vertx.java.core.http.HttpClientResponse event) |
org.vertx.java.core.MultiMap |
headers() |
int |
status() |
void |
waitForIt() |
public void handle(org.vertx.java.core.http.HttpClientResponse event)
handle
in interface org.vertx.java.core.Handler<org.vertx.java.core.http.HttpClientResponse>
public void waitForIt()
public int status()
public org.vertx.java.core.MultiMap headers()
Copyright © 2021. All Rights Reserved.