public class DefaultHttpResponse extends Object implements HttpResponse
| Constructor and Description |
|---|
DefaultHttpResponse(HttpVersion version,
HttpStatus status,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHeader(String name)
Returns true if the HTTP header with the specified name exists in this request.
|
String |
getContentType()
Gets the Content-Type header of the message.
|
String |
getHeader(String name)
Returns the value of the HTTP header with the specified name.
|
Map<String,String> |
getHeaders()
|
HttpVersion |
getProtocolVersion()
The HTTP version of the message
|
HttpStatus |
getStatus()
The HTTP status code for the HTTP response (e.g.
|
boolean |
isKeepAlive()
Returns true if this message enables keep-alive connection.
|
String |
toString() |
public DefaultHttpResponse(HttpVersion version, HttpStatus status, Map<String,String> headers)
public HttpVersion getProtocolVersion()
HttpMessagegetProtocolVersion in interface HttpMessagepublic String getContentType()
HttpMessagegetContentType in interface HttpMessagepublic boolean isKeepAlive()
HttpMessageisKeepAlive in interface HttpMessagepublic String getHeader(String name)
HttpMessagegetHeader in interface HttpMessagename - The name of the desired headerpublic boolean containsHeader(String name)
HttpMessagecontainsHeader in interface HttpMessagepublic Map<String,String> getHeaders()
HttpMessagegetHeaders in interface HttpMessagepublic HttpStatus getStatus()
HttpResponsegetStatus in interface HttpResponseCopyright © 2004–2017 Apache MINA Project. All rights reserved.