OutputConnection |
DefaultOutputConnection.drainHandler(org.vertx.java.core.Handler<Void> handler) |
OutputConnection |
DefaultOutputConnection.group(String name,
org.vertx.java.core.Handler<OutputGroup> handler) |
OutputConnection |
DefaultOutputConnection.open() |
OutputConnection |
DefaultOutputConnection.open(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler) |
OutputConnection |
DefaultOutputConnection.send(Boolean message) |
OutputConnection |
DefaultOutputConnection.send(org.vertx.java.core.buffer.Buffer message) |
OutputConnection |
DefaultOutputConnection.send(Byte message) |
OutputConnection |
DefaultOutputConnection.send(byte[] message) |
OutputConnection |
DefaultOutputConnection.send(Character message) |
OutputConnection |
DefaultOutputConnection.send(Double message) |
OutputConnection |
DefaultOutputConnection.send(Float message) |
OutputConnection |
DefaultOutputConnection.send(Integer message) |
OutputConnection |
DefaultOutputConnection.send(org.vertx.java.core.json.JsonArray message) |
OutputConnection |
DefaultOutputConnection.send(org.vertx.java.core.json.JsonObject message) |
OutputConnection |
DefaultOutputConnection.send(Long message) |
OutputConnection |
DefaultOutputConnection.send(Object message) |
OutputConnection |
DefaultOutputConnection.send(Short message) |
OutputConnection |
DefaultOutputConnection.send(String message) |
OutputConnection |
DefaultOutputConnection.setSendQueueMaxSize(int maxSize) |