| Constructor and Description |
|---|
AmqpProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
experimentalSnoopConnectionParameters(org.vertx.java.core.net.NetSocket socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
int |
getMaxIdentificationLength() |
String |
getProtocolName() |
String[] |
getProtocolSchemes() |
boolean |
matches(org.vertx.java.core.buffer.Buffer header) |
void |
snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
public String getProtocolName()
getProtocolName in interface Protocolpublic String[] getProtocolSchemes()
getProtocolSchemes in interface Protocolpublic int getMaxIdentificationLength()
getMaxIdentificationLength in interface Protocolpublic boolean matches(org.vertx.java.core.buffer.Buffer header)
public void snoopConnectionParameters(SocketWrapper socket, org.vertx.java.core.buffer.Buffer received, org.vertx.java.core.Handler<ConnectionParameters> handler)
snoopConnectionParameters in interface Protocolpublic void experimentalSnoopConnectionParameters(org.vertx.java.core.net.NetSocket socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler)
Copyright © 2011–2015 Red Hat. All rights reserved.