A C D E F G H I K L O P Q R S T V 

A

ArrayUtil - Class in org.apache.mina.http
 
ArrayUtil() - Constructor for class org.apache.mina.http.ArrayUtil
 

C

code() - Method in enum org.apache.mina.http.api.HttpStatus
Retrieve the status code for this instance.
containsHeader(String) - Method in class org.apache.mina.http.api.DefaultHttpResponse
 
containsHeader(String) - Method in interface org.apache.mina.http.api.HttpMessage
Returns true if the HTTP header with the specified name exists in this request.
containsHeader(String) - Method in class org.apache.mina.http.HttpRequestImpl
 
containsParameter(String) - Method in interface org.apache.mina.http.api.HttpRequest
Determines whether this request contains at least one parameter with the specified name
containsParameter(String) - Method in class org.apache.mina.http.HttpRequestImpl
 
COOKIE_SEPARATOR_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to split cookie header following RFC6265 Section 5.4
COOKIE_SEPARATOR_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to split cookie header following RFC6265 Section 5.4

D

DateUtil - Class in org.apache.mina.http
 
DateUtil() - Constructor for class org.apache.mina.http.DateUtil
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpClientDecoder
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpServerDecoder
 
DecoderState - Enum in org.apache.mina.http
 
DefaultHttpResponse - Class in org.apache.mina.http.api
 
DefaultHttpResponse(HttpVersion, HttpStatus, Map<String, String>) - Constructor for class org.apache.mina.http.api.DefaultHttpResponse
 
dispose(IoSession) - Method in class org.apache.mina.http.HttpClientDecoder
 
dispose(IoSession) - Method in class org.apache.mina.http.HttpClientEncoder
 
dispose(IoSession) - Method in class org.apache.mina.http.HttpServerDecoder
 
dispose(IoSession) - Method in class org.apache.mina.http.HttpServerEncoder
 
dropFromEndWhile(String[], String) - Static method in class org.apache.mina.http.ArrayUtil
 

E

encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.http.HttpClientEncoder
 
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.apache.mina.http.HttpServerEncoder
 

F

finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpClientDecoder
 
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.apache.mina.http.HttpServerDecoder
 
fromString(String) - Static method in enum org.apache.mina.http.api.HttpVersion
Returns the HttpVersion instance from the specified string.

G

getContent() - Method in interface org.apache.mina.http.api.HttpContentChunk
 
getContentType() - Method in class org.apache.mina.http.api.DefaultHttpResponse
 
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
 
getCurrentAsString() - Static method in class org.apache.mina.http.DateUtil
 
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
 
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
 
getHeaders() - Method in class org.apache.mina.http.api.DefaultHttpResponse
 
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
 
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
 
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
 
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
 
getProtocolVersion() - Method in class org.apache.mina.http.api.DefaultHttpResponse
 
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
 
getQueryString() - Method in interface org.apache.mina.http.api.HttpRequest
 
getQueryString() - Method in class org.apache.mina.http.HttpRequestImpl
 
getRequestPath() - Method in interface org.apache.mina.http.api.HttpRequest
Retrurn the HTTP request path
getRequestPath() - Method in class org.apache.mina.http.HttpRequestImpl
 
getStatus() - Method in class org.apache.mina.http.api.DefaultHttpResponse
 
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
 

H

HEADER_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse header name and value
HEADER_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to parse header name and value
HEADERS_BODY_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse raw headers from body
HEADERS_BODY_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to parse raw headers from body
HttpClientCodec - Class in org.apache.mina.http
 
HttpClientCodec() - Constructor for class org.apache.mina.http.HttpClientCodec
 
HttpClientDecoder - Class in org.apache.mina.http
 
HttpClientDecoder() - Constructor for class org.apache.mina.http.HttpClientDecoder
 
HttpClientEncoder - Class in org.apache.mina.http
 
HttpClientEncoder() - Constructor for class org.apache.mina.http.HttpClientEncoder
 
HttpContentChunk - Interface in org.apache.mina.http.api
 
HttpEndOfContent - Class in org.apache.mina.http.api
 
HttpEndOfContent() - Constructor for class org.apache.mina.http.api.HttpEndOfContent
 
HttpException - Exception in org.apache.mina.http
 
HttpException(int) - Constructor for exception org.apache.mina.http.HttpException
 
HttpException(HttpStatus) - Constructor for exception org.apache.mina.http.HttpException
 
HttpException(int, String) - Constructor for exception org.apache.mina.http.HttpException
 
HttpException(HttpStatus, String) - Constructor for exception org.apache.mina.http.HttpException
 
HttpMessage - Interface in org.apache.mina.http.api
An HTTP message, the ancestor of HTTP request & response.
HttpMethod - Enum in org.apache.mina.http.api
 
HttpRequest - Interface in org.apache.mina.http.api
An HTTP request
HttpRequestImpl - Class in org.apache.mina.http
 
HttpRequestImpl(HttpVersion, HttpMethod, String, String, Map<String, String>) - Constructor for class org.apache.mina.http.HttpRequestImpl
 
HttpResponse - Interface in org.apache.mina.http.api
An HTTP response to an HTTP request
HttpServerCodec - Class in org.apache.mina.http
 
HttpServerCodec() - Constructor for class org.apache.mina.http.HttpServerCodec
 
HttpServerDecoder - Class in org.apache.mina.http
 
HttpServerDecoder() - Constructor for class org.apache.mina.http.HttpServerDecoder
 
HttpServerEncoder - Class in org.apache.mina.http
 
HttpServerEncoder() - Constructor for class org.apache.mina.http.HttpServerEncoder
 
HttpStatus - Enum in org.apache.mina.http.api
An Enumeration of all known HTTP status codes.
HttpVerb - Enum in org.apache.mina.http.api
 
HttpVersion - Enum in org.apache.mina.http.api
Type safe enumeration representing HTTP protocol version

I

isKeepAlive() - Method in class org.apache.mina.http.api.DefaultHttpResponse
 
isKeepAlive() - Method in interface org.apache.mina.http.api.HttpMessage
Returns true if this message enables keep-alive connection.
isKeepAlive() - Method in class org.apache.mina.http.HttpRequestImpl
 

K

KEY_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse out key/value pairs
KEY_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to parse out key/value pairs

L

line() - Method in enum org.apache.mina.http.api.HttpStatus
Retrieve the status line for this instance.

O

org.apache.mina.http - package org.apache.mina.http
 
org.apache.mina.http.api - package org.apache.mina.http.api
 

P

PARAM_STRING_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse out parameters from query string
PARAM_STRING_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to parse out parameters from query string
parameterPattern(String) - Method in class org.apache.mina.http.HttpRequestImpl
 
parseToMilliseconds(String) - Static method in class org.apache.mina.http.DateUtil
Parse a given date String to a long representation of the time.
parseToRFC1123(long) - Static method in class org.apache.mina.http.DateUtil
Converts a millisecond representation of a date to a RFC 1123 formatted String.

Q

QUERY_STRING_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse out QueryString from HttpRequest
QUERY_STRING_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to parse out QueryString from HttpRequest

R

RAW_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse raw headers and body
RAW_VALUE_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to parse raw headers and body
REQUEST_LINE_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse HttpRequest Request Line
REQUEST_LINE_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to parse HttpRequest Request Line
RESPONSE_LINE_PATTERN - Static variable in class org.apache.mina.http.HttpClientDecoder
Regex to parse HttpRequest Request Line

S

sessionClosed(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.http.HttpClientCodec
 
sessionClosed(IoFilter.NextFilter, IoSession) - Method in class org.apache.mina.http.HttpServerCodec
 

T

toString() - Method in class org.apache.mina.http.api.DefaultHttpResponse
 
toString() - Method in class org.apache.mina.http.api.HttpEndOfContent
 
toString() - Method in enum org.apache.mina.http.api.HttpVersion
 
toString() - Method in class org.apache.mina.http.HttpRequestImpl
 

V

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.
A C D E F G H I K L O P Q R S T V 

Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.