public static class SSLBaseFilter.CertificateEvent extends Object implements FilterChainEvent
| Constructor and Description |
|---|
CertificateEvent(boolean needClientAuth) |
| Modifier and Type | Method and Description |
|---|---|
GrizzlyFuture<Object[]> |
trigger(FilterChainContext ctx)
Invoke this method to trigger processing to abtain certificates from the remote peer.
|
Object |
type() |
public final Object type()
type in interface FilterChainEventpublic GrizzlyFuture<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 © 2017–2020 Oracle Corporation. All rights reserved.