public interface Protocol
Modifier and Type | Method and Description |
---|---|
int |
getMaxIdentificationLength() |
String |
getProtocolName() |
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) |
String[] getProtocolSchemes()
String getProtocolName()
int getMaxIdentificationLength()
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)
Copyright © 2011–2014 Red Hat. All rights reserved.