Constructor and Description |
---|
SslProtocol() |
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) |
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 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.