public static interface SSLBaseFilter.HandshakeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(Connection connection) |
void |
onFailure(Connection connection,
Throwable t) |
void |
onStart(Connection connection) |
void onStart(Connection connection)
void onComplete(Connection connection)
void onFailure(Connection connection, Throwable t)
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.