- getContent() - Method in class org.apache.mina.http.api.HttpContentChunk
-
The content of the chunk.
- getContentType() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
Gets the Content-Type header of the message.
- getContentType() - Method in interface org.apache.mina.http.api.HttpMessage
-
Gets the Content-Type header of the message.
- getContentType() - Method in class org.apache.mina.http.HttpRequestImpl
-
Gets the Content-Type header of the message.
- getCurrentAsString() - Static method in class org.apache.mina.http.DateUtil
-
Returns the current date as String
- getDateAsString(Date) - Static method in class org.apache.mina.http.DateUtil
-
Convert a given Date object to a RFC 1123
formatted String.
- getHeader(String) - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
Returns the value of the HTTP header with the specified name.
- getHeader(String) - Method in interface org.apache.mina.http.api.HttpMessage
-
Returns the value of the HTTP header with the specified name.
- getHeader(String) - Method in class org.apache.mina.http.HttpRequestImpl
-
Returns the value of the HTTP header with the specified name.
- getHeaders() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
Returns a read-only
Map of HTTP headers whose key is a
String and whose value is a
String
s.
- getHeaders() - Method in interface org.apache.mina.http.api.HttpMessage
-
Returns a read-only
Map of HTTP headers whose key is a
String and whose value is a
String
s.
- getHeaders() - Method in class org.apache.mina.http.HttpRequestImpl
-
Returns a read-only
Map of HTTP headers whose key is a
String and whose value is a
String
s.
- getMethod() - Method in interface org.apache.mina.http.api.HttpRequest
-
Return the HTTP method used for this message
HttpMethod
- getMethod() - Method in class org.apache.mina.http.HttpRequestImpl
-
Return the HTTP method used for this message
HttpMethod
- getParameter(String) - Method in interface org.apache.mina.http.api.HttpRequest
-
Returns the value of a request parameter as a String, or null if the parameter does not exist.
- getParameter(String) - Method in class org.apache.mina.http.HttpRequestImpl
-
Returns the value of a request parameter as a String, or null if the parameter does not exist.
- getParameters() - Method in interface org.apache.mina.http.api.HttpRequest
-
Returns a read only
Map of query parameters whose key is a
String and whose value is a
List of
Strings.
- getParameters() - Method in class org.apache.mina.http.HttpRequestImpl
-
Returns a read only
Map of query parameters whose key is a
String and whose value is a
List of
Strings.
- getPartial() - Method in class org.apache.mina.http.HttpDecoderState
-
- getProtocolVersion() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
The HTTP version of the message
- getProtocolVersion() - Method in interface org.apache.mina.http.api.HttpMessage
-
The HTTP version of the message
- getProtocolVersion() - Method in class org.apache.mina.http.HttpRequestImpl
-
The HTTP version of the message
- getRemainingBytes() - Method in class org.apache.mina.http.HttpDecoderState
-
- getState() - Method in class org.apache.mina.http.HttpDecoderState
-
- getStatus() - Method in class org.apache.mina.http.api.DefaultHttpResponse
-
The HTTP status code for the HTTP response (e.g.
- getStatus() - Method in interface org.apache.mina.http.api.HttpResponse
-
The HTTP status code for the HTTP response (e.g.
- getStatusCode() - Method in exception org.apache.mina.http.HttpException
-
- valueOf(String) - Static method in enum org.apache.mina.http.api.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.mina.http.api.HttpStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.mina.http.api.HttpVerb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.mina.http.api.HttpVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.mina.http.DecoderState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.mina.http.api.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.mina.http.api.HttpStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.mina.http.api.HttpVerb
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.mina.http.api.HttpVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.mina.http.DecoderState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(HttpRequest) - Method in interface org.apache.mina.http.api.HttpPduEncodingVisitor
-
- visit(HttpResponse) - Method in interface org.apache.mina.http.api.HttpPduEncodingVisitor
-
- visit(HttpContentChunk) - Method in interface org.apache.mina.http.api.HttpPduEncodingVisitor
-
- visit(HttpEndOfContent) - Method in interface org.apache.mina.http.api.HttpPduEncodingVisitor
-