public final class SSLCallback extends Object implements ExtendedCallback
| Constructor and Description |
|---|
SSLCallback(SSLConnection sslConnection)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SSLConnection |
getSslConnection()
Get the SSL connection.
|
SSLSession |
getSslSession()
Get the SSL session in force.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOptional, needsInformationpublic SSLCallback(SSLConnection sslConnection)
sslConnection - the SSL connection (must not be null)public SSLSession getSslSession()
public SSLConnection getSslConnection()
Copyright © 2017 JBoss by Red Hat. All rights reserved.