Modifier and Type | Field and Description |
---|---|
static int |
maxCommandLength |
int |
maxDataLength |
int |
maxHeaderLength |
int |
maxHeaders |
Constructor and Description |
---|
StompProtocol() |
Modifier and Type | Method and Description |
---|---|
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 static final int maxCommandLength
public int maxHeaderLength
public int maxHeaders
public int maxDataLength
public String getProtocolName()
getProtocolName
in interface Protocol
public String[] getProtocolSchemes()
getProtocolSchemes
in interface Protocol
public int getMaxIdentificationLength()
getMaxIdentificationLength
in interface Protocol
public 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 Protocol
Copyright © 2011–2014 Red Hat. All rights reserved.