com.ning.http.client.providers.grizzly
Class GrizzlyAsyncHttpProvider.GracefulCloseEvent
java.lang.Object
com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.GracefulCloseEvent
- All Implemented Interfaces:
- org.glassfish.grizzly.filterchain.FilterChainEvent
- Enclosing class:
- GrizzlyAsyncHttpProvider
public static class GrizzlyAsyncHttpProvider.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
|
Method Summary |
com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.HttpTransactionContext |
getHttpTxContext()
|
Object |
type()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrizzlyAsyncHttpProvider.GracefulCloseEvent
public GrizzlyAsyncHttpProvider.GracefulCloseEvent(com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.HttpTransactionContext httpTxContext)
getHttpTxContext
public com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.HttpTransactionContext getHttpTxContext()
type
public Object type()
- Specified by:
type in interface org.glassfish.grizzly.filterchain.FilterChainEvent
Copyright © 2014. All Rights Reserved.