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 © 2009–2013 Apache MINA Project. All rights reserved.