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 FilterChainEvent
public GrizzlyFuture<Object[]> trigger(FilterChainContext ctx)
CompletionHandler
with the returned
GrizzlyFuture
to be notified when the result is available
to prevent blocking.ctx
- the current FilterChainContext
GrizzlyFuture
representing the processing of
the remote peer certificates.Copyright © 2016 Oracle Corporation. All rights reserved.