java.lang.Object
org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
- All Implemented Interfaces:
FilterChainEvent
- Enclosing class:
- SSLBaseFilter
-
Constructor Details
-
CertificateEvent
public CertificateEvent(boolean needClientAuth)
-
-
Method Details
-
type
- Specified by:
typein interfaceFilterChainEvent
-
trigger
Invoke this method to trigger processing to abtain certificates from the remote peer. Do not fire this event down stream manually. Register aCompletionHandlerwith the returnedGrizzlyFutureto be notified when the result is available to prevent blocking.- Parameters:
ctx- the currentFilterChainContext- Returns:
- a
GrizzlyFuturerepresenting the processing of the remote peer certificates.
-