change documentation about http proxy support

Signed-off-by: alexlehm <alexlehm@gmail.com>
This commit is contained in:
alexlehm
2016-08-02 00:14:39 +02:00
parent 3076cd81ad
commit 701adac430
2 changed files with 5 additions and 22 deletions

View File

@@ -689,7 +689,6 @@ public class HTTPExamples {
websocket.writeFinalBinaryFrame(buff);
}
public void example57(WebSocket websocket) {
@@ -720,12 +719,6 @@ public class HTTPExamples {
}
public void example60(HttpClient client) {
client.get(80, "the-proxy", "http://www.google.com", resp -> {});
}
public void serversharing(Vertx vertx) {
vertx.createHttpServer().requestHandler(request -> {
request.response().end("Hello from server " + this);