A B C D E F G H I L M N O P R S T U V W 

A

AbstractServerHttpExchange - Class in org.atmosphere.vibe.platform.http
Abstract base class for ServerHttpExchange.
AbstractServerHttpExchange() - Constructor for class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
ACCEPTED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
202 Accepted
ALREADY_REPORTED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
208 Already Reported

B

BAD_GATEWAY - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
502 Bad Gateway
BAD_REQUEST - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
400 Bad Request
bodyAction(Action) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
bodyAction(Action<?>) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Attaches an action to be called with the whole request body.

C

chunkAction(Action) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
chunkAction(Action<?>) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Attaches an action to be called with a chunk from the request body.
closeAction(Action<Void>) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
closeAction(Action<Void>) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Attaches an action to be called when both request and response end successfully or the underlying connection is aborted for some reason like an error.
closeActions - Variable in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
code() - Method in class org.atmosphere.vibe.platform.http.HttpStatus
Returns the status code.
CONFLICT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
409 Conflict
CONTINUE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
100 Continue
CREATED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
201 Created

D

doEnd() - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
doRead(Action<ByteBuffer>) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
doSetHeader(String, String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
doSetStatus(HttpStatus) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
doWrite(ByteBuffer) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 

E

end() - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
end(String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
end(String, String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
end(ByteBuffer) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
end() - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Completes the response.
end(String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Writes a text chunk to the response body using the charset from the response header, content-type and completes the response through ServerHttpExchange.end().
end(String, String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Writes a text chunk to the response body using the given charset and completes the response through ServerHttpExchange.end().
end(ByteBuffer) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Writes a binary chunk to the response body and completes the response through ServerHttpExchange.end().
endAction(Action<Void>) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
endAction(Action<Void>) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Attaches an action to be called when the request is fully read.
endActions - Variable in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
equals(Object) - Method in class org.atmosphere.vibe.platform.http.HttpStatus
 
errorAction(Action<Throwable>) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
errorAction(Action<Throwable>) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Attaches an action to be called when this exchange gets an error.
errorActions - Variable in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
EXPECTATION_FAILED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
417 Expectation Failed

F

FAILED_DEPENDENCY - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
424 Failed Dependency
FORBIDDEN - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
403 Forbidden
FOUND - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
302 Found

G

GATEWAY_TIMEOUT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
504 Gateway Timeout
GONE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
410 Gone

H

hashCode() - Method in class org.atmosphere.vibe.platform.http.HttpStatus
 
header(String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
header(String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Returns the first request header associated with the given name.
headerNames() - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
The names of the request headers.
headers(String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Returns the request headers associated with the given name or empty list if no header is found.
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
505 HTTP Version Not Supported
HttpStatus - Class in org.atmosphere.vibe.platform.http
Represents the HTTP status code and reason phrase.
HttpStatus(int) - Constructor for class org.atmosphere.vibe.platform.http.HttpStatus
Creates a status with the given status code.
HttpStatus(int, String) - Constructor for class org.atmosphere.vibe.platform.http.HttpStatus
Creates a status with the given status code and reason.

I

IM_USED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
226 IM Used
INSUFFICIENT_STORAGE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
507 Insufficient Storage
INTERNAL_SERVER_ERROR - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
500 Internal Server Error

L

LENGTH_REQUIRED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
411 Length Required
LOCKED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
423 Locked
LOOP_DETECTED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
508 Loop Detected

M

method() - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
The name of the request method.
METHOD_NOT_ALLOWED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
405 Method Not Allowed
MOVED_PERMANENTLY - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
301 Moved Permanently
MULTI_STATUS - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
207 Multi-Status
MULTIPLE_CHOICES - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
300 Multiple Choices

N

NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
511 Network Authentication Required
newReason(String) - Method in class org.atmosphere.vibe.platform.http.HttpStatus
Creates a status with new reason.
NO_CONTENT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
204 No Content
NON_AUTHORITATIVE_INFORMATION - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
203 Non-Authoritative Information
NOT_ACCEPTABLE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
406 Not Acceptable
NOT_EXTENDED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
510 Not Extended
NOT_FOUND - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
404 Not Found
NOT_IMPLEMENTED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
501 Not Implemented
NOT_MODIFIED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
304 Not Modified

O

OK - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
200 OK
org.atmosphere.vibe.platform.http - package org.atmosphere.vibe.platform.http
 

P

PARTIAL_CONTENT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
206 Partial Content
PAYMENT_REQUIRED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
402 Payment Required
PERMANENT_REDIRECT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
308 Permanent Redirect
PRECONDITION_FAILED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
412 Precondition Failed
PRECONDITION_REQUIRED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
428 Precondition Required
PROCESSING - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
102 Processing
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
407 Proxy Authentication Required

R

read() - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
read() - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Reads the request body.
readAsBinary() - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
readAsBinary() - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Reads the request body as binary.
readAsText() - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
readAsText(String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
readAsText() - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Reads the request body as text.
readAsText(String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Reads the request body as text using the given charset.
reason() - Method in class org.atmosphere.vibe.platform.http.HttpStatus
Returns the reason phrase.
REQUEST_ENTITY_TOO_LARGE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
431 Request Header Fields Too Large
REQUEST_TIMEOUT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
416 Requested Range Not Satisfiable
RESERVED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
306 Reserved
RESET_CONTENT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
205 Reset Content

S

SEE_OTHER - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
303 See Other
ServerHttpExchange - Interface in org.atmosphere.vibe.platform.http
Represents a server-side HTTP request-response exchange.
SERVICE_UNAVAILABLE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
503 Service Unavailable
setHeader(String, Iterable<String>) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
setHeader(String, String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
setHeader(String, String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Sets a response header.
setHeader(String, Iterable<String>) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Sets response headers.
setStatus(HttpStatus) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
setStatus(HttpStatus) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Sets the HTTP status for the response.
SWITCHING_PROTOCOLS - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
101 Switching Protocols

T

TEMPORARY_REDIRECT - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
307 Temporary Redirect
TOO_MANY_REQUESTS - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
429 Too Many Requests
toString() - Method in class org.atmosphere.vibe.platform.http.HttpStatus
 

U

UNAUTHORIZED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
401 Unauthorized
UNPROCESSABLE_ENTITY - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
422 Unprocessable Entity
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
415 Unsupported Media Type
unwrap(Class<T>) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Returns the provider-specific component.
UPGRADE_REQUIRED - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
426 Upgrade Required
uri() - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
The request URI.
USE_PROXY - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
305 Use Proxy

V

VARIANT_ALSO_NEGOTIATES - Static variable in class org.atmosphere.vibe.platform.http.HttpStatus
506 Variant Also Negotiates (Experimental)

W

write(String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
write(String, String) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
write(ByteBuffer) - Method in class org.atmosphere.vibe.platform.http.AbstractServerHttpExchange
 
write(String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Writes a text chunk to the response body using the charset from the response header, content-type.
write(String, String) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Writes a text chunk to the response body using the given charset.
write(ByteBuffer) - Method in interface org.atmosphere.vibe.platform.http.ServerHttpExchange
Writes a binary chunk to the response body.
A B C D E F G H I L M N O P R S T U V W 

Copyright 2014, The Vibe Project