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 Protocol
public java.lang.String[] getProtocolSchemes()
getProtocolSchemes
in interface Protocol
public int getMaxIdentificationLength()
getMaxIdentificationLength
in interface Protocol
public 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 Protocol
Copyright © 2011-2014 Red Hat. All Rights Reserved.