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.| Constructor and Description |
|---|
GracefulCloseEvent(HttpTransactionContext httpTxContext) |
| Modifier and Type | Method and Description |
|---|---|
HttpTransactionContext |
getHttpTxContext() |
Object |
type() |
public GracefulCloseEvent(HttpTransactionContext httpTxContext)
public HttpTransactionContext getHttpTxContext()
public Object type()
type in interface org.glassfish.grizzly.filterchain.FilterChainEventCopyright © 2015. All Rights Reserved.