Class GracefulCloseEvent

java.lang.Object
com.ning.http.client.providers.grizzly.events.GracefulCloseEvent
All Implemented Interfaces:
org.glassfish.grizzly.filterchain.FilterChainEvent

public class GracefulCloseEvent extends Object implements org.glassfish.grizzly.filterchain.FilterChainEvent
FilterChainEvent to gracefully complete the request-response processing when Connection is getting closed by the remote host.
Since:
1.8.7
Author:
The Grizzly Team
  • Constructor Details

  • Method Details

    • getHttpTxContext

      public HttpTransactionContext getHttpTxContext()
    • type

      public Object type()
      Specified by:
      type in interface org.glassfish.grizzly.filterchain.FilterChainEvent