Modifier and Type | Method and Description |
---|---|
static SocketWrapper |
SocketWrapper.wrap(org.vertx.java.core.net.NetSocket socket) |
static SocketWrapper |
SocketWrapper.wrap(org.vertx.java.core.http.WebSocketBase socket) |
Modifier and Type | Method and Description |
---|---|
void |
DetectingGatewayProtocolHandler.handle(SocketWrapper socket) |
void |
DetectingGatewayProtocolHandler.route(SocketWrapper socket,
ConnectionParameters params,
org.vertx.java.core.buffer.Buffer received) |
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.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 | Class and Description |
---|---|
class |
SslSocketWrapper |
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) |
Constructor and Description |
---|
SslSocketWrapper(SocketWrapper plainWrapper) |
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 |
---|---|
io.fabric8.gateway.loadbalancer.ClientRequestFacade |
ClientRequestFacadeFactory.create(SocketWrapper socket,
ConnectionParameters params) |
Copyright © 2011–2014 Red Hat. All rights reserved.