public static class SSLBaseFilter.CertificateEvent extends Object implements FilterChainEvent
| Constructor and Description |
|---|
SSLBaseFilter.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 SSLBaseFilter.CertificateEvent(boolean needClientAuth)
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 © 2016 Oracle Corporation. All Rights Reserved.