Constructor and Description |
---|
MqttProtocol() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxIdentificationLength() |
java.lang.String |
getProtocolName() |
java.lang.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 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 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.