public static class SSLBaseFilter.CertificateEvent extends java.lang.Object implements FilterChainEvent
| Constructor and Description |
|---|
CertificateEvent(boolean needClientAuth) |
| Modifier and Type | Method and Description |
|---|---|
GrizzlyFuture<java.lang.Object[]> |
trigger(FilterChainContext ctx)
Invoke this method to trigger processing to abtain certificates from
the remote peer.
|
java.lang.Object |
type() |
public final java.lang.Object type()
type in interface FilterChainEventpublic GrizzlyFuture<java.lang.Object[]> trigger(FilterChainContext ctx)
CompletionHandler with the returned
GrizzlyFuture to be notified when the result is available
to prevent blocking.ctx - the current FilterChainContextGrizzlyFuture representing the processing of
the remote peer certificates.Copyright © 2018 Oracle Corporation. All Rights Reserved.