| org.apache.catalina.connector.HttpResponseBase org.apache.catalina.connector.http10.HttpResponseImpl
HttpResponseImpl | final class HttpResponseImpl extends HttpResponseBase (Code) | | Implementation of HttpResponse specific to the HTTP connector.
author: Craig R. McClanahan version: $Revision: 1.4 $ $Date: 2002/03/18 07:15:40 $ |
Field Summary | |
final protected static String | info Descriptive information about this Response implementation. |
Method Summary | |
public String | getInfo() Return descriptive information about this Response implementation and
the corresponding version number, in the format
<description>/<version> . | protected String | getProtocol() Return the HTTP protocol version implemented by this response
object. | public void | recycle() Release all object references, and initialize instance variables, in
preparation for reuse of this object. |
info | final protected static String info(Code) | | Descriptive information about this Response implementation.
|
getInfo | public String getInfo()(Code) | | Return descriptive information about this Response implementation and
the corresponding version number, in the format
<description>/<version> .
|
getProtocol | protected String getProtocol()(Code) | | Return the HTTP protocol version implemented by this response
object.
The "HTTP/1.0" string. |
recycle | public void recycle()(Code) | | Release all object references, and initialize instance variables, in
preparation for reuse of this object.
|
|
|