Class ServerConnectionContinuationHandler

  • All Implemented Interfaces:
    AutoCloseable

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

      • getContinuationClosedFuture

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