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

A

AbstractActions<T> - Class in org.atmosphere.vibe.platform
Base implementation of Actions.
AbstractActions() - Constructor for class org.atmosphere.vibe.platform.AbstractActions
 
AbstractActions(Actions.Options) - Constructor for class org.atmosphere.vibe.platform.AbstractActions
 
AbstractServerHttpExchange - Class in org.atmosphere.vibe.platform.server
Abstract base class for ServerHttpExchange.
AbstractServerHttpExchange() - Constructor for class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
AbstractServerWebSocket - Class in org.atmosphere.vibe.platform.server
Abstract base class for ServerWebSocket.
AbstractServerWebSocket() - Constructor for class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
ACCEPTED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
202 Accepted
Action<T> - Interface in org.atmosphere.vibe.platform
An action.
actionList - Variable in class org.atmosphere.vibe.platform.AbstractActions
 
Actions<T> - Interface in org.atmosphere.vibe.platform
A manager for a set of Actions.
Actions.Options - Class in org.atmosphere.vibe.platform
Options to create an Actions.
Actions.Options() - Constructor for class org.atmosphere.vibe.platform.Actions.Options
 
Actions.Options(Actions.Options) - Constructor for class org.atmosphere.vibe.platform.Actions.Options
 
add(Action<T>) - Method in class org.atmosphere.vibe.platform.AbstractActions
 
add(Action<T>) - Method in interface org.atmosphere.vibe.platform.Actions
Adds an action.
ALREADY_REPORTED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
208 Already Reported
as(Class<T>) - Method in class org.atmosphere.vibe.platform.Data
Returns the given type of data.

B

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

C

cached() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
cached() - Method in class org.atmosphere.vibe.platform.ConcurrentActions
 
cached() - Method in class org.atmosphere.vibe.platform.SimpleActions
 
close() - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
close(String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
close(ByteBuffer) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
close() - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
close() - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Closes the response.
close(String) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Writes a string to the response body and close the response.
close(ByteBuffer) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Writes a byte to the response body and close the response.
close() - Method in interface org.atmosphere.vibe.platform.server.ServerWebSocket
Closes the connection.
closeAction(Action<Void>) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
closeAction(Action<Void>) - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
closeAction(Action<Void>) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Attaches an action to be called on response close.
closeAction(Action<Void>) - Method in interface org.atmosphere.vibe.platform.server.ServerWebSocket
Attaches an action for the close event.
closeActions - Variable in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
closeActions - Variable in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
code() - Method in class org.atmosphere.vibe.platform.HttpStatus
Returns the status code.
ConcurrentActions<T> - Class in org.atmosphere.vibe.platform
Thread-safe implementation of Actions.
ConcurrentActions() - Constructor for class org.atmosphere.vibe.platform.ConcurrentActions
 
ConcurrentActions(Actions.Options) - Constructor for class org.atmosphere.vibe.platform.ConcurrentActions
 
CONFLICT - Static variable in class org.atmosphere.vibe.platform.HttpStatus
409 Conflict
CONTINUE - Static variable in class org.atmosphere.vibe.platform.HttpStatus
100 Continue
CREATED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
201 Created
createList() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
createList() - Method in class org.atmosphere.vibe.platform.ConcurrentActions
 
createList() - Method in class org.atmosphere.vibe.platform.SimpleActions
 

D

Data - Class in org.atmosphere.vibe.platform
Amorphous data.
Data(String) - Constructor for class org.atmosphere.vibe.platform.Data
Creates data from a string.
disable() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
disable() - Method in interface org.atmosphere.vibe.platform.Actions
Disables any operation on the actions.
disabled() - Method in interface org.atmosphere.vibe.platform.Actions
Determines if the actions has been disabled.
disabled() - Method in class org.atmosphere.vibe.platform.ConcurrentActions
 
disabled() - Method in class org.atmosphere.vibe.platform.SimpleActions
 
doClose() - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
doClose() - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
doSend(ByteBuffer) - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
doSend(String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
doSetHeader(String, String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
doSetStatus(HttpStatus) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
doWrite(ByteBuffer) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
doWrite(String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 

E

empty() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
empty() - Method in interface org.atmosphere.vibe.platform.Actions
Removes all of the actions.
equals(Object) - Method in class org.atmosphere.vibe.platform.HttpStatus
 
errorAction(Action<Throwable>) - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
errorAction(Action<Throwable>) - Method in interface org.atmosphere.vibe.platform.server.ServerWebSocket
Attaches an action to handle error from various things.
errorActions - Variable in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
EXPECTATION_FAILED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
417 Expectation Failed

F

FAILED_DEPENDENCY - Static variable in class org.atmosphere.vibe.platform.HttpStatus
424 Failed Dependency
fire() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
fire(T) - Method in class org.atmosphere.vibe.platform.AbstractActions
 
fire() - Method in interface org.atmosphere.vibe.platform.Actions
Fire all of the actions.
fire(T) - Method in interface org.atmosphere.vibe.platform.Actions
Fire all of the actions with the given value.
fired() - Method in interface org.atmosphere.vibe.platform.Actions
Determines if the actions have been called at least once.
fired() - Method in class org.atmosphere.vibe.platform.ConcurrentActions
 
fired() - Method in class org.atmosphere.vibe.platform.SimpleActions
 
fireOne(Action<T>, T) - Method in class org.atmosphere.vibe.platform.AbstractActions
 
FORBIDDEN - Static variable in class org.atmosphere.vibe.platform.HttpStatus
403 Forbidden
FOUND - Static variable in class org.atmosphere.vibe.platform.HttpStatus
302 Found

G

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

H

has() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
has(Action<T>) - Method in class org.atmosphere.vibe.platform.AbstractActions
 
has() - Method in interface org.atmosphere.vibe.platform.Actions
Determines if the actions contains an action.
has(Action<T>) - Method in interface org.atmosphere.vibe.platform.Actions
Determines whether the actions contains the specified action.
hashCode() - Method in class org.atmosphere.vibe.platform.HttpStatus
 
header(String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
header(String) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Returns the first request header associated with the given name.
headerNames() - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
The names of the request headers.
headers(String) - Method in interface org.atmosphere.vibe.platform.server.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.HttpStatus
505 HTTP Version Not Supported
HttpStatus - Class in org.atmosphere.vibe.platform
Represents the HTTP status code and reason phrase.
HttpStatus(int) - Constructor for class org.atmosphere.vibe.platform.HttpStatus
Creates a status with the given status code.
HttpStatus(int, String) - Constructor for class org.atmosphere.vibe.platform.HttpStatus
Creates a status with the given status code and reason.

I

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

L

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

M

memory() - Method in class org.atmosphere.vibe.platform.Actions.Options
 
memory(boolean) - Method in class org.atmosphere.vibe.platform.Actions.Options
Keeps track of previous values and will call any action added after the actions has been fired right away with the latest "memorized" values.
messageAction(Action<Data>) - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
messageAction(Action<Data>) - Method in interface org.atmosphere.vibe.platform.server.ServerWebSocket
Attaches an action for the message event.
messageActions - Variable in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
method() - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
The name of the request method.
METHOD_NOT_ALLOWED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
405 Method Not Allowed
MOVED_PERMANENTLY - Static variable in class org.atmosphere.vibe.platform.HttpStatus
301 Moved Permanently
MULTI_STATUS - Static variable in class org.atmosphere.vibe.platform.HttpStatus
207 Multi-Status
MULTIPLE_CHOICES - Static variable in class org.atmosphere.vibe.platform.HttpStatus
300 Multiple Choices

N

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

O

OK - Static variable in class org.atmosphere.vibe.platform.HttpStatus
200 OK
on(T) - Method in interface org.atmosphere.vibe.platform.Action
Some action is taken.
on(Void) - Method in class org.atmosphere.vibe.platform.VoidAction
 
on() - Method in class org.atmosphere.vibe.platform.VoidAction
 
once() - Method in class org.atmosphere.vibe.platform.Actions.Options
 
once(boolean) - Method in class org.atmosphere.vibe.platform.Actions.Options
Ensures the actions can only be fired once.
org.atmosphere.vibe.platform - package org.atmosphere.vibe.platform
 
org.atmosphere.vibe.platform.server - package org.atmosphere.vibe.platform.server
 

P

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

R

readBody() - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
reason() - Method in class org.atmosphere.vibe.platform.HttpStatus
Returns the reason phrase.
remove(Action<T>) - Method in class org.atmosphere.vibe.platform.AbstractActions
 
remove(Action<T>) - Method in interface org.atmosphere.vibe.platform.Actions
Removes an action.
REQUEST_ENTITY_TOO_LARGE - Static variable in class org.atmosphere.vibe.platform.HttpStatus
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.atmosphere.vibe.platform.HttpStatus
431 Request Header Fields Too Large
REQUEST_TIMEOUT - Static variable in class org.atmosphere.vibe.platform.HttpStatus
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class org.atmosphere.vibe.platform.HttpStatus
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.atmosphere.vibe.platform.HttpStatus
416 Requested Range Not Satisfiable
RESERVED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
306 Reserved
RESET_CONTENT - Static variable in class org.atmosphere.vibe.platform.HttpStatus
205 Reset Content

S

SEE_OTHER - Static variable in class org.atmosphere.vibe.platform.HttpStatus
303 See Other
send(String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
send(ByteBuffer) - Method in class org.atmosphere.vibe.platform.server.AbstractServerWebSocket
 
send(String) - Method in interface org.atmosphere.vibe.platform.server.ServerWebSocket
Sends a text message through the connection.
send(ByteBuffer) - Method in interface org.atmosphere.vibe.platform.server.ServerWebSocket
Sends bytes message through the connection
ServerHttpExchange - Interface in org.atmosphere.vibe.platform.server
Represents a server-side HTTP request-response exchange.
ServerWebSocket - Interface in org.atmosphere.vibe.platform.server
Represents a server-side WebSocket session.
SERVICE_UNAVAILABLE - Static variable in class org.atmosphere.vibe.platform.HttpStatus
503 Service Unavailable
setCache(T) - Method in class org.atmosphere.vibe.platform.AbstractActions
 
setCache(T) - Method in class org.atmosphere.vibe.platform.ConcurrentActions
 
setCache(T) - Method in class org.atmosphere.vibe.platform.SimpleActions
 
setDisabled() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
setDisabled() - Method in class org.atmosphere.vibe.platform.ConcurrentActions
 
setDisabled() - Method in class org.atmosphere.vibe.platform.SimpleActions
 
setFired() - Method in class org.atmosphere.vibe.platform.AbstractActions
 
setFired() - Method in class org.atmosphere.vibe.platform.ConcurrentActions
 
setFired() - Method in class org.atmosphere.vibe.platform.SimpleActions
 
setHeader(String, Iterable<String>) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
setHeader(String, String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
setHeader(String, String) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Sets a response header.
setHeader(String, Iterable<String>) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Sets response headers.
setStatus(HttpStatus) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
setStatus(HttpStatus) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Sets the HTTP status for the response.
SimpleActions<T> - Class in org.atmosphere.vibe.platform
Simple implementation of Actions.
SimpleActions() - Constructor for class org.atmosphere.vibe.platform.SimpleActions
 
SimpleActions(Actions.Options) - Constructor for class org.atmosphere.vibe.platform.SimpleActions
 
SWITCHING_PROTOCOLS - Static variable in class org.atmosphere.vibe.platform.HttpStatus
101 Switching Protocols

T

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

U

UNAUTHORIZED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
401 Unauthorized
unique() - Method in class org.atmosphere.vibe.platform.Actions.Options
 
unique(boolean) - Method in class org.atmosphere.vibe.platform.Actions.Options
Ensures an action can only be added once.
UNPROCESSABLE_ENTITY - Static variable in class org.atmosphere.vibe.platform.HttpStatus
422 Unprocessable Entity
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.atmosphere.vibe.platform.HttpStatus
415 Unsupported Media Type
unwrap(Class<T>) - Method in interface org.atmosphere.vibe.platform.Wrapper
Returns the provider-specific component.
UPGRADE_REQUIRED - Static variable in class org.atmosphere.vibe.platform.HttpStatus
426 Upgrade Required
uri() - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
The request URI used to connect.
uri() - Method in interface org.atmosphere.vibe.platform.server.ServerWebSocket
The URI used to connect.
USE_PROXY - Static variable in class org.atmosphere.vibe.platform.HttpStatus
305 Use Proxy

V

VARIANT_ALSO_NEGOTIATES - Static variable in class org.atmosphere.vibe.platform.HttpStatus
506 Variant Also Negotiates (Experimental)
VoidAction - Class in org.atmosphere.vibe.platform
Action with no args.
VoidAction() - Constructor for class org.atmosphere.vibe.platform.VoidAction
 

W

Wrapper - Interface in org.atmosphere.vibe.platform
Interface to retrieve the provider-specific components.
write(String) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
write(ByteBuffer) - Method in class org.atmosphere.vibe.platform.server.AbstractServerHttpExchange
 
write(String) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Writes a text to the response body.
write(ByteBuffer) - Method in interface org.atmosphere.vibe.platform.server.ServerHttpExchange
Writes a byte body 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