public interface ConnectionStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
keepAlive(org.jboss.netty.handler.codec.http.HttpRequest request,
org.jboss.netty.handler.codec.http.HttpResponse response)
Determines whether the connection should be kept alive after this HTTP message exchange.
|
boolean keepAlive(org.jboss.netty.handler.codec.http.HttpRequest request,
org.jboss.netty.handler.codec.http.HttpResponse response)
request - the HTTP requestresponse - the HTTP responseCopyright © 2015. All Rights Reserved.