Class SSLBaseFilter.CertificateEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      CertificateEvent​(boolean needClientAuth)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertificateEvent

        public CertificateEvent​(boolean needClientAuth)
    • Method Detail

      • trigger

        public GrizzlyFuture<java.lang.Object[]> trigger​(FilterChainContext ctx)
        Invoke this method to trigger processing to abtain certificates from the remote peer. Do not fire this event down stream manually. Register a CompletionHandler with the returned GrizzlyFuture to be notified when the result is available to prevent blocking.
        Parameters:
        ctx - the current FilterChainContext
        Returns:
        a GrizzlyFuture representing the processing of the remote peer certificates.