| Modifier and Type | Field and Description |
|---|---|
static org.vertx.java.core.buffer.Buffer |
MAGIC |
int |
maxFrameSize |
| Constructor and Description |
|---|
OpenwireProtocol() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxIdentificationLength() |
java.lang.String |
getProtocolName() |
java.lang.String[] |
getProtocolSchemes() |
boolean |
matches(org.vertx.java.core.buffer.Buffer buffer) |
void |
snoopConnectionParameters(SocketWrapper socket,
org.vertx.java.core.buffer.Buffer received,
org.vertx.java.core.Handler<ConnectionParameters> handler) |
public static org.vertx.java.core.buffer.Buffer MAGIC
public int maxFrameSize
public java.lang.String getProtocolName()
getProtocolName in interface Protocolpublic java.lang.String[] getProtocolSchemes()
getProtocolSchemes in interface Protocolpublic int getMaxIdentificationLength()
getMaxIdentificationLength in interface Protocolpublic boolean matches(org.vertx.java.core.buffer.Buffer buffer)
public void snoopConnectionParameters(SocketWrapper socket, org.vertx.java.core.buffer.Buffer received, org.vertx.java.core.Handler<ConnectionParameters> handler)
snoopConnectionParameters in interface ProtocolCopyright © 2011-2014 Red Hat. All Rights Reserved.