
public final class SSLQueryCallbackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
SSLQueryCallbackHandler(CallbackHandler delegate,
Supplier<SSLConnection> sslConnectionSupplier)
Construct a new instance.
|
public SSLQueryCallbackHandler(CallbackHandler delegate, Supplier<SSLConnection> sslConnectionSupplier)
delegate - the delegate callback handlersslConnectionSupplier - supplier for the current SSL connectionpublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.