Modifier and Type | Method and Description |
---|---|
void |
DetectingGatewayProtocolHandler.route(SocketWrapper socket,
ConnectionParameters params,
org.vertx.java.core.buffer.Buffer received) |
Modifier and Type | Method and Description |
---|---|
void |
Protocol.snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
Modifier and Type | Method and Description |
---|---|
void |
AmqpProtocol.experimentalSnoopConnectionParameters(org.vertx.java.core.net.NetSocket socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
void |
AmqpProtocol.snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
Modifier and Type | Method and Description |
---|---|
void |
HttpProtocol.snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
Modifier and Type | Method and Description |
---|---|
void |
MqttProtocol.snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
Modifier and Type | Method and Description |
---|---|
void |
OpenwireProtocol.snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
Modifier and Type | Method and Description |
---|---|
void |
SslProtocol.snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
Modifier and Type | Method and Description |
---|---|
void |
StompProtocol.snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
Modifier and Type | Method and Description |
---|---|
ClientRequestFacade |
ClientRequestFacadeFactory.create(SocketWrapper socket,
ConnectionParameters params) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.