Class ClientConnectionContinuationHandler

  • All Implemented Interfaces:
    AutoCloseable

    public abstract class ClientConnectionContinuationHandler
    extends Object
    implements AutoCloseable
    Handler interface for responding to continuation events. It's auto closable. By default, onContinuationClosed() releases the underlying resource.
    • Constructor Detail

      • ClientConnectionContinuationHandler

        public ClientConnectionContinuationHandler()
    • Method Detail

      • getContinuationClosedFuture

        public CompletableFuture<Void> getContinuationClosedFuture()
        Returns:
        a future that will be completed upon the continuation being closed.