public interface HttpResponse extends HttpMessage
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
getStatus()
The HTTP status code for the HTTP response (e.g. 200 for OK, 404 for not found, etc..)
|
containsHeader, getContentType, getHeader, getHeaders, getProtocolVersion, isKeepAliveHttpStatus getStatus()
Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.