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
Returns true if the HTTP header with the specified name exists in this request.
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
Returns true if the HTTP header with the specified name exists in this request.
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
Determines whether this request contains at least one parameter with the specified name
COOKIE_SEPARATOR_PATTERN - Static variable in class org.apache.mina.http.HttpServerDecoder
Regex to split cookie header following RFC6265 Section 5.4
createDecoderState() - Method in class org.apache.mina.http.HttpServerDecoder
createEncoderState() - Method in class org.apache.mina.http.HttpServerEncoder

D

DateUtil - Class in org.apache.mina.http
 
DateUtil() - Constructor for class org.apache.mina.http.DateUtil
 
decode(ByteBuffer, HttpDecoderState) - Method in class org.apache.mina.http.HttpServerDecoder
DecoderState - Enum in org.apache.mina.http
The various HTTP decoder states.
DefaultHttpResponse - Class in org.apache.mina.http.api
 
DefaultHttpResponse(HttpVersion, HttpStatus, Map<String, String>) - Constructor for class org.apache.mina.http.api.DefaultHttpResponse
 
dropFromEndWhile(String[], String) - Static method in class org.apache.mina.http.ArrayUtil
 

E

encode(HttpPduEncodingVisitor) - Method in class org.apache.mina.http.api.DefaultHttpResponse
encode(HttpPduEncodingVisitor) - Method in class org.apache.mina.http.api.HttpContentChunk
 
encode(HttpPduEncodingVisitor) - Method in class org.apache.mina.http.api.HttpEndOfContent
encode(HttpPduEncodingVisitor) - Method in interface org.apache.mina.http.api.HttpPdu
 
encode(HttpPduEncodingVisitor) - Method in class org.apache.mina.http.HttpRequestImpl
 
encode(HttpPdu, Void) - Method in class org.apache.mina.http.HttpServerEncoder

F

finishDecode(HttpDecoderState) - 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 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
 

H

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.HttpServerDecoder
Regex to parse raw headers from body
HttpContentChunk - Class in org.apache.mina.http.api
A chunk of an HTTP request or response.
HttpContentChunk(ByteBuffer) - Constructor for class org.apache.mina.http.api.HttpContentChunk
 
HttpDecoderState - Class in org.apache.mina.http
State of a HTTP decoding for a given session.
HttpDecoderState() - Constructor for class org.apache.mina.http.HttpDecoderState
 
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(int, 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
 
HttpPdu - Interface in org.apache.mina.http.api
Marker interface for decoded HTTP elements (P.D.U.: Protocol Data Units)
HttpPduEncodingVisitor - Interface in org.apache.mina.http.api
Visitor in charge of encoding an HTTP message into bytes.
HttpRequest - Interface in org.apache.mina.http.api
An HTTP request
HttpRequestImpl - Class in org.apache.mina.http
 
HttpRequestImpl(HttpVersion, HttpMethod, 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
HttpServerDecoder - Class in org.apache.mina.http
In charge of decoding received bytes into HTTP message.
HttpServerDecoder() - Constructor for class org.apache.mina.http.HttpServerDecoder
 
HttpServerEncoder - Class in org.apache.mina.http
In charge of encoding HTTP message into bytes.
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
Returns true if this message enables keep-alive connection.
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
Returns true if this message enables keep-alive connection.

K

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.HttpServerDecoder
Regex to parse out parameters from query string
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.HttpServerDecoder
Regex to parse out QueryString from HttpRequest

R

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.HttpServerDecoder
Regex to parse HttpRequest Request Line

S

setPartial(ByteBuffer) - Method in class org.apache.mina.http.HttpDecoderState
 
setRemainingBytes(int) - Method in class org.apache.mina.http.HttpDecoderState
 
setState(DecoderState) - Method in class org.apache.mina.http.HttpDecoderState
 

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

Copyright © 2009–2013 Apache MINA Project. All rights reserved.