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

A

ABORT - Static variable in class org.atmosphere.wasync.Decoder.Decoded
Use this object to prevent the delivering of messages to Function
action() - Method in class org.atmosphere.wasync.Decoder.Decoded
Return the action.
addFunction(long, TimeUnit) - Method in class org.atmosphere.wasync.impl.AtmosphereSocket
addFunction(long, TimeUnit) - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
AtmosphereClient - Class in org.atmosphere.wasync.impl
A specialized Client for the Atmosphere Framework.
AtmosphereClient() - Constructor for class org.atmosphere.wasync.impl.AtmosphereClient
 
AtmosphereRequest - Class in org.atmosphere.wasync.impl
A specialized Request implementation to use with the Atmosphere Framework.
AtmosphereRequest(AtmosphereRequest.AtmosphereRequestBuilder) - Constructor for class org.atmosphere.wasync.impl.AtmosphereRequest
 
AtmosphereRequest.AtmosphereRequestBuilder - Class in org.atmosphere.wasync.impl
A builder for AtmosphereRequest.
AtmosphereRequest.AtmosphereRequestBuilder() - Constructor for class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
 
AtmosphereRequest.CACHE - Enum in org.atmosphere.wasync.impl
 
AtmosphereSocket - Class in org.atmosphere.wasync.impl
 
AtmosphereSocket(Options) - Constructor for class org.atmosphere.wasync.impl.AtmosphereSocket
 
AtmosphereSocketRuntime - Class in org.atmosphere.wasync.impl
Atmosphere Specific protocol information.
AtmosphereSocketRuntime(Transport, Options, DefaultFuture, List<FunctionWrapper>) - Constructor for class org.atmosphere.wasync.impl.AtmosphereSocketRuntime
 

B

b - Variable in class org.atmosphere.wasync.impl.DefaultOptions
 
binary() - Method in class org.atmosphere.wasync.impl.DefaultOptions
Return true if binary data, instead of String/Text message, are sent back by the server.
binary() - Method in interface org.atmosphere.wasync.Options
Return true if binary data, instead of String/Text message, are sent back by the server.
binary(boolean) - Method in class org.atmosphere.wasync.OptionsBuilder
Set to true in order to received byte data from the server.
binary() - Method in class org.atmosphere.wasync.OptionsBuilder
Return true is server's response binary is supported.
build() - Method in class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
Build a Request.
build() - Method in class org.atmosphere.wasync.impl.DefaultOptionsBuilder
Build an Options
build() - Method in class org.atmosphere.wasync.impl.DefaultRequestBuilder
Build a Request.
build() - Method in class org.atmosphere.wasync.OptionsBuilder
Build an Options
build() - Method in class org.atmosphere.wasync.RequestBuilder
Build a Request.
build() - Method in class org.atmosphere.wasync.serial.SerializedOptionsBuilder
Build an Options
builder - Variable in class org.atmosphere.wasync.impl.DefaultRequest
 

C

cache(AtmosphereRequest.CACHE) - Method in class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
Set the AtmosphereRequest.CACHE used by the server side implementation of Atmosphere.
cancel(boolean) - Method in class org.atmosphere.wasync.impl.DefaultFuture
cancel(boolean) - Method in class org.atmosphere.wasync.util.FutureProxy
 
charSet - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
Client<O extends Options,U extends OptionsBuilder,T extends RequestBuilder> - Interface in org.atmosphere.wasync
An asynchronous client's implementation used to create Socket and Request.
ClientFactory - Class in org.atmosphere.wasync
Create a Client.
ClientFactory() - Constructor for class org.atmosphere.wasync.ClientFactory
 
ClientUtil - Class in org.atmosphere.wasync.impl
Util class for building AsyncHttpClient
ClientUtil() - Constructor for class org.atmosphere.wasync.impl.ClientUtil
 
close() - Method in interface org.atmosphere.wasync.Future
Close the underlying Socket
close() - Method in class org.atmosphere.wasync.impl.AtmosphereSocket
Close this Socket, asynchronously.
close() - Method in class org.atmosphere.wasync.impl.DefaultFuture
 
close() - Method in class org.atmosphere.wasync.impl.DefaultSocket
Close this Socket, asynchronously.
close() - Method in class org.atmosphere.wasync.serial.SerializedSocket
Close this Socket, asynchronously.
close() - Method in interface org.atmosphere.wasync.Socket
Close this Socket, asynchronously.
close() - Method in interface org.atmosphere.wasync.Transport
Close the underlying transport}
close() - Method in class org.atmosphere.wasync.transport.StreamTransport
Close the underlying transport}
close() - Method in class org.atmosphere.wasync.transport.WebSocketTransport
Close the underlying transport}
close() - Method in class org.atmosphere.wasync.util.FutureProxy
 
close() - Method in class org.atmosphere.wasync.util.ReaderInputStream
Close the stream.
closed - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
closeRuntime(boolean) - Method in class org.atmosphere.wasync.impl.AtmosphereSocket
closeRuntime(boolean) - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
configureAHC(Request) - Method in class org.atmosphere.wasync.impl.AtmosphereSocketRuntime
 
configureAHC(Request) - Method in class org.atmosphere.wasync.impl.SocketRuntime
 
connect(RequestBuilder, List<Transport>, long, TimeUnit) - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
connectedFuture(Future) - Method in interface org.atmosphere.wasync.Transport
Set the Future, which will unlock the Socket.fire(java.lang.Object) method once the connection has been fully established.
connectedFuture(Future) - Method in class org.atmosphere.wasync.transport.StreamTransport
 
connectedFuture(Future) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
 
connectOperationFuture - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
create() - Method in interface org.atmosphere.wasync.Client
Create a Socket
create(O) - Method in interface org.atmosphere.wasync.Client
Create a Socket configured using the Options
create() - Method in class org.atmosphere.wasync.impl.AtmosphereClient
Create a Socket
create(DefaultOptions) - Method in class org.atmosphere.wasync.impl.AtmosphereClient
Create a Socket configured using the Options
create(Options) - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
create(Options, Class<? extends Socket>) - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
create(Class<? extends Socket>) - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
create() - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
create() - Method in class org.atmosphere.wasync.impl.DefaultClient
Create a Socket
create(DefaultOptions) - Method in class org.atmosphere.wasync.impl.DefaultClient
Create a Socket configured using the Options
create(SerializedOptions) - Method in class org.atmosphere.wasync.serial.SerializedClient
Create a Socket configured using the Options
create() - Method in class org.atmosphere.wasync.serial.SerializedClient
Create a Socket
createDefaultAsyncHttpClient(Options) - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
createDefaultAsyncHttpClient(Options, AsyncHttpProviderConfig) - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
createDefaultAsyncHttpClient(int, AsyncHttpProviderConfig) - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
createRuntime(DefaultFuture, Options, List<FunctionWrapper>) - Method in class org.atmosphere.wasync.impl.AtmosphereSocket
createRuntime(DefaultFuture, Options, List<FunctionWrapper>) - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
createRuntime(DefaultFuture, Options, List<FunctionWrapper>) - Method in class org.atmosphere.wasync.serial.SerializedSocket

D

decode(Event, U) - Method in interface org.atmosphere.wasync.Decoder
Decode the specified object of type U into object of type T.
decode(Event, String) - Method in class org.atmosphere.wasync.decoder.PaddingAndHeartbeatDecoder
 
decode(Event, String) - Method in class org.atmosphere.wasync.decoder.TrackMessageSizeDecoder
 
decode(Event, String) - Method in interface org.atmosphere.wasync.ReplayDecoder
Decode a String into a List of Objects.
decoded() - Method in class org.atmosphere.wasync.Decoder.Decoded
Return the decoded message.
Decoder<U,T> - Interface in org.atmosphere.wasync
A decoder can be used to 'decode' the response's body.
decoder(Decoder) - Method in class org.atmosphere.wasync.RequestBuilder
Add a Decoder.
Decoder.Decoded<T> - Class in org.atmosphere.wasync
A Decoder may return an instance of a Decoded object to prevent some messages from being delivered to a Function, by returning a Decoder.Decoded.ABORT instance.
Decoder.Decoded(T, Decoder.Decoded.ACTION) - Constructor for class org.atmosphere.wasync.Decoder.Decoded
Create a decoded object
Decoder.Decoded(T) - Constructor for class org.atmosphere.wasync.Decoder.Decoded
Create a decoded object with action set to Decoder.Decoded.ACTION.CONTINUE
Decoder.Decoded.ACTION - Enum in org.atmosphere.wasync
 
decoders() - Method in class org.atmosphere.wasync.impl.DefaultRequest
The list of Decoder to use before the request is sent.
decoders() - Method in interface org.atmosphere.wasync.Request
The list of Decoder to use before the request is sent.
decoders - Variable in class org.atmosphere.wasync.RequestBuilder
 
decoders() - Method in class org.atmosphere.wasync.RequestBuilder
Return the current list of Decoder
decoders - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
DEFAULT - Static variable in interface org.atmosphere.wasync.FunctionResolver
 
DefaultClient - Class in org.atmosphere.wasync.impl
The default implementation of the Client
DefaultClient() - Constructor for class org.atmosphere.wasync.impl.DefaultClient
 
DefaultFuture - Class in org.atmosphere.wasync.impl
The default Future used by the library, based on the CountDownLatch
DefaultFuture(DefaultSocket) - Constructor for class org.atmosphere.wasync.impl.DefaultFuture
 
DefaultOptions - Class in org.atmosphere.wasync.impl
Default implementation of the Options
DefaultOptions(OptionsBuilder) - Constructor for class org.atmosphere.wasync.impl.DefaultOptions
 
DefaultOptionsBuilder - Class in org.atmosphere.wasync.impl
Default implementation of the OptionsBuilder
DefaultOptionsBuilder() - Constructor for class org.atmosphere.wasync.impl.DefaultOptionsBuilder
 
DefaultRequest<T extends RequestBuilder> - Class in org.atmosphere.wasync.impl
Default implementation of the Request
DefaultRequest(T) - Constructor for class org.atmosphere.wasync.impl.DefaultRequest
 
DefaultRequestBuilder - Class in org.atmosphere.wasync.impl
Default implementation of the RequestBuilder
DefaultRequestBuilder() - Constructor for class org.atmosphere.wasync.impl.DefaultRequestBuilder
 
DefaultRequestBuilder(Class<DefaultRequestBuilder>) - Constructor for class org.atmosphere.wasync.impl.DefaultRequestBuilder
 
DefaultSerializedFireStage - Class in org.atmosphere.wasync.serial
Default implementation of a SerializedFireStage.
DefaultSerializedFireStage() - Constructor for class org.atmosphere.wasync.serial.DefaultSerializedFireStage
 
DefaultSerializedFireStage(int) - Constructor for class org.atmosphere.wasync.serial.DefaultSerializedFireStage
 
DefaultSocket - Class in org.atmosphere.wasync.impl
Default implementation of the Socket
DefaultSocket(Options) - Constructor for class org.atmosphere.wasync.impl.DefaultSocket
 
derived - Variable in class org.atmosphere.wasync.OptionsBuilder
 
derived - Variable in class org.atmosphere.wasync.RequestBuilder
 
directWrite(Object) - Method in class org.atmosphere.wasync.serial.SerializedSocket
 
disableCache() - Static method in class org.atmosphere.wasync.util.TypeResolver
Disables the internal caching of TypeVariables.
doCloseRequest() - Method in class org.atmosphere.wasync.impl.AtmosphereSocket
 
done() - Method in interface org.atmosphere.wasync.Future
Mark this instance as done.
done() - Method in class org.atmosphere.wasync.impl.DefaultFuture
 
done() - Method in class org.atmosphere.wasync.util.FutureProxy
 

E

enableCache() - Static method in class org.atmosphere.wasync.util.TypeResolver
Enables the internal caching of TypeVariables.
enableProtocol(boolean) - Method in class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
Set to true to enable the Atmosphere Protocol.
enableProtocol() - Method in class org.atmosphere.wasync.impl.AtmosphereRequest
True if the Atmosphere Protocol is enabled
encode(U) - Method in interface org.atmosphere.wasync.Encoder
Encode the object of type U into an object of type T.
Encoder<U,T> - Interface in org.atmosphere.wasync
Encode the request's body (or transform) of type U into an object of type T.
encoder(Encoder) - Method in class org.atmosphere.wasync.RequestBuilder
Add an Encoder.
encoders() - Method in class org.atmosphere.wasync.impl.DefaultRequest
The list of Encoder to use before the request is sent.
encoders() - Method in interface org.atmosphere.wasync.Request
The list of Encoder to use before the request is sent.
encoders - Variable in class org.atmosphere.wasync.RequestBuilder
 
encoders() - Method in class org.atmosphere.wasync.RequestBuilder
Return the current list of Encoder
enqueue(Object, SettableFuture<Response>) - Method in class org.atmosphere.wasync.serial.DefaultSerializedFireStage
 
enqueue(Object, SettableFuture<Response>) - Method in interface org.atmosphere.wasync.serial.SerializedFireStage
 
error(Throwable) - Method in interface org.atmosphere.wasync.Transport
Set a Throwable
error(Throwable) - Method in class org.atmosphere.wasync.transport.StreamTransport
Set a Throwable
error(Throwable) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
Set a Throwable
errorHandled() - Method in interface org.atmosphere.wasync.Transport
Error handled by a Function
errorHandled - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
errorHandled() - Method in class org.atmosphere.wasync.transport.StreamTransport
Error handled by a Function
errorHandled() - Method in class org.atmosphere.wasync.transport.WebSocketTransport
Error handled by a Function
Event - Enum in org.atmosphere.wasync
This class define the type of event a Function or Decoder will be called with.

F

finishOrThrowException() - Method in interface org.atmosphere.wasync.Future
Mark the future done.
finishOrThrowException() - Method in class org.atmosphere.wasync.impl.DefaultFuture
Mark the future done.
finishOrThrowException() - Method in class org.atmosphere.wasync.util.FutureProxy
 
fire(Object) - Method in interface org.atmosphere.wasync.Future
Send data to the remote Server.
fire(Object) - Method in class org.atmosphere.wasync.impl.DefaultFuture
Send data to the remote Server.
fire(Object) - Method in class org.atmosphere.wasync.impl.DefaultSocket
Send data to the remote Server.
fire(Object) - Method in interface org.atmosphere.wasync.Socket
Send data to the remote Server.
fire(Object) - Method in class org.atmosphere.wasync.util.FutureProxy
 
fireSynchronously(DefaultSerializedFireStage.FirePayloadEntry) - Method in class org.atmosphere.wasync.serial.DefaultSerializedFireStage
 
Function<T> - Interface in org.atmosphere.wasync
A function is asynchronously invoked when a response is received, complete or not.
function() - Method in class org.atmosphere.wasync.FunctionWrapper
 
functionName() - Method in class org.atmosphere.wasync.FunctionWrapper
 
FunctionResolver - Interface in org.atmosphere.wasync
FunctionResolver are useful for mapping received message with a Function.
functionResolver() - Method in class org.atmosphere.wasync.impl.DefaultRequest
The FunctionResolver associated with that request.
functionResolver() - Method in interface org.atmosphere.wasync.Request
The FunctionResolver associated with that request.
functions - Variable in class org.atmosphere.wasync.impl.DefaultSocket
 
functions - Variable in class org.atmosphere.wasync.impl.SocketRuntime
 
functions - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
FunctionWrapper - Class in org.atmosphere.wasync
A tuple which contains a Function and its associated functionName.
FunctionWrapper(String, Function<?>) - Constructor for class org.atmosphere.wasync.FunctionWrapper
 
Future - Interface in org.atmosphere.wasync
An internal Future implementation used by Transport to notify Socket when the transport has connected and available.
future() - Method in class org.atmosphere.wasync.impl.SocketRuntime
 
future(Future) - Method in interface org.atmosphere.wasync.Transport
Set the Future, which can be used to clone the connection.
future(Future) - Method in class org.atmosphere.wasync.transport.StreamTransport
Set the Future, which can be used to clone the connection.
future(Future) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
Set the Future, which can be used to clone the connection.
FutureProxy<T extends Future> - Class in org.atmosphere.wasync.util
 
FutureProxy(Socket, T) - Constructor for class org.atmosphere.wasync.util.FutureProxy
 

G

get() - Method in class org.atmosphere.wasync.impl.DefaultFuture
get(long, TimeUnit) - Method in class org.atmosphere.wasync.impl.DefaultFuture
get() - Method in class org.atmosphere.wasync.util.FutureProxy
 
get(long, TimeUnit) - Method in class org.atmosphere.wasync.util.FutureProxy
 
getCacheType() - Method in class org.atmosphere.wasync.impl.AtmosphereRequest
Return the AtmosphereRequest.CACHE used.
getDefault() - Static method in class org.atmosphere.wasync.ClientFactory
Return the default Factory.
getPaddingSize() - Method in class org.atmosphere.wasync.impl.AtmosphereRequest
The padding size sent by Atmosphere
getSerializedFireStage() - Method in class org.atmosphere.wasync.serial.SerializedSocket
 
getSocket(Options, Class<? extends Socket>) - Static method in class org.atmosphere.wasync.impl.ClientUtil
 
getStatusCode() - Method in exception org.atmosphere.wasync.transport.TransportNotSupported
 
getTrackMessageLengthDelimiter() - Method in class org.atmosphere.wasync.impl.AtmosphereRequest
The delimiter used by the Atmosphere Framework when sending message length and message's size.
getTransport(RequestBuilder, Request) - Method in class org.atmosphere.wasync.impl.DefaultSocket
 

H

header(String, String) - Method in class org.atmosphere.wasync.RequestBuilder
Add a header.
headers() - Method in class org.atmosphere.wasync.impl.DefaultRequest
Return the list of headers
headers() - Method in interface org.atmosphere.wasync.Request
Return the list of headers
headers - Variable in class org.atmosphere.wasync.RequestBuilder
 
headers() - Method in class org.atmosphere.wasync.RequestBuilder
Return the current tMap of headers
httpWrite(Request, Object, Object) - Method in class org.atmosphere.wasync.impl.SocketRuntime
 

I

internalSocket() - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
invokeEncoder(List<Encoder<? extends Object, ?>>, Object) - Method in class org.atmosphere.wasync.impl.SocketRuntime
 
invokeFunction(List<Decoder<? extends Object, ?>>, List<FunctionWrapper>, Class<?>, Object, String, FunctionResolver) - Static method in class org.atmosphere.wasync.transport.TransportsUtil
 
invokeFunction(Event, List<Decoder<? extends Object, ?>>, List<FunctionWrapper>, Class<?>, Object, String, FunctionResolver) - Static method in class org.atmosphere.wasync.transport.TransportsUtil
 
ioException(IOException) - Method in interface org.atmosphere.wasync.Future
If an exception occurs, the Transport will set it using this method.
ioException(IOException) - Method in class org.atmosphere.wasync.impl.DefaultFuture
If an exception occurs, the Transport will set it using this method.
ioException(IOException) - Method in class org.atmosphere.wasync.util.FutureProxy
 
isBinary - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
isCancelled() - Method in class org.atmosphere.wasync.impl.DefaultFuture
isCancelled() - Method in class org.atmosphere.wasync.util.FutureProxy
 
isDone() - Method in class org.atmosphere.wasync.impl.DefaultFuture
isDone() - Method in class org.atmosphere.wasync.util.FutureProxy
 
isTrackMessageLength() - Method in class org.atmosphere.wasync.impl.AtmosphereRequest
Is tracking message's length enabled.

L

LongPollingTransport - Class in org.atmosphere.wasync.transport
Long-Polling Transport implementation
LongPollingTransport(RequestBuilder, Options, Request, List<FunctionWrapper>) - Constructor for class org.atmosphere.wasync.transport.LongPollingTransport
 

M

main(String[]) - Static method in class org.atmosphere.wasync.util.WebSocketLoader
 
matchDecoder(Event, Object, List<Decoder<? extends Object, ?>>, List<Object>) - Static method in class org.atmosphere.wasync.transport.TransportsUtil
 
matchFunction(Object, Class[], Class<?>, FunctionResolver, String, Object, FunctionWrapper, Function) - Static method in class org.atmosphere.wasync.transport.TransportsUtil
 
method() - Method in class org.atmosphere.wasync.impl.DefaultRequest
The method
method() - Method in interface org.atmosphere.wasync.Request
The method
method - Variable in class org.atmosphere.wasync.RequestBuilder
 
method(Request.METHOD) - Method in class org.atmosphere.wasync.RequestBuilder
The method to use for connecting tho the remote server.
method() - Method in class org.atmosphere.wasync.RequestBuilder
Return the HTTP method

N

name() - Method in class org.atmosphere.wasync.transport.LongPollingTransport
The transport name
name() - Method in interface org.atmosphere.wasync.Transport
The transport name
name() - Method in class org.atmosphere.wasync.transport.SSETransport
The transport name
name() - Method in class org.atmosphere.wasync.transport.StreamTransport
The transport name
name() - Method in class org.atmosphere.wasync.transport.WebSocketTransport
The transport name
newClient() - Method in class org.atmosphere.wasync.ClientFactory
Return a new Client instance
newClient(Class<? extends Client>) - Method in class org.atmosphere.wasync.ClientFactory
Return a new Client instance
newOptionsBuilder() - Method in interface org.atmosphere.wasync.Client
Return an OptionsBuilder
newOptionsBuilder() - Method in class org.atmosphere.wasync.impl.AtmosphereClient
Return an OptionsBuilder
newOptionsBuilder() - Method in class org.atmosphere.wasync.impl.DefaultClient
Return an OptionsBuilder
newOptionsBuilder() - Method in class org.atmosphere.wasync.serial.SerializedClient
Return an OptionsBuilder
newRequestBuilder() - Method in interface org.atmosphere.wasync.Client
newRequestBuilder(Class<T>) - Method in interface org.atmosphere.wasync.Client
Create a new RequestBuilder based on the class' implementation.
newRequestBuilder(Class<AtmosphereRequest.AtmosphereRequestBuilder>) - Method in class org.atmosphere.wasync.impl.AtmosphereClient
Create a new RequestBuilder based on the class' implementation.
newRequestBuilder() - Method in class org.atmosphere.wasync.impl.AtmosphereClient
newRequestBuilder() - Method in class org.atmosphere.wasync.impl.DefaultClient
newRequestBuilder(Class<RequestBuilder>) - Method in class org.atmosphere.wasync.impl.DefaultClient
Create a new RequestBuilder based on the class' implementation.
newRequestBuilder() - Method in class org.atmosphere.wasync.serial.SerializedClient
newRequestBuilder(Class<SerializedClient.SerializedRequestBuilder>) - Method in class org.atmosphere.wasync.serial.SerializedClient
Create a new RequestBuilder based on the class' implementation.

O

on(T) - Method in interface org.atmosphere.wasync.Function
A function that will be invoked when a object of type T is defined.
on(Function<? extends Object>) - Method in class org.atmosphere.wasync.impl.DefaultSocket
Associate a Function with the Socket.
on(String, Function<? extends Object>) - Method in class org.atmosphere.wasync.impl.DefaultSocket
Associate a Function with the Socket.
on(Event, Function<?>) - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
on(Function<?>) - Method in interface org.atmosphere.wasync.Socket
Associate a Function with the Socket.
on(String, Function<?>) - Method in interface org.atmosphere.wasync.Socket
Associate a Function with the Socket.
on(Event, Function<?>) - Method in interface org.atmosphere.wasync.Socket
Associate a Function with an Event.
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.atmosphere.wasync.transport.LongPollingTransport
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.atmosphere.wasync.transport.SSETransport
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.atmosphere.wasync.transport.StreamTransport
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
onCompleted() - Method in class org.atmosphere.wasync.transport.StreamTransport
onCompleted() - Method in class org.atmosphere.wasync.transport.WebSocketTransport
onFailure(Throwable) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
onHeadersReceived(HttpResponseHeaders) - Method in class org.atmosphere.wasync.transport.LongPollingTransport
onHeadersReceived(HttpResponseHeaders) - Method in class org.atmosphere.wasync.transport.SSETransport
onHeadersReceived(HttpResponseHeaders) - Method in class org.atmosphere.wasync.transport.StreamTransport
onHeadersReceived(HttpResponseHeaders) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
onStatusReceived(HttpResponseStatus) - Method in class org.atmosphere.wasync.transport.LongPollingTransport
onStatusReceived(HttpResponseStatus) - Method in class org.atmosphere.wasync.transport.StreamTransport
onStatusReceived(HttpResponseStatus) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
onSuccess(WebSocket) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
onThrowable(Throwable) - Method in interface org.atmosphere.wasync.Transport
Called when an unexpected exception ocurred.
onThrowable(Throwable) - Method in class org.atmosphere.wasync.transport.StreamTransport
Called when an unexpected exception ocurred.
onThrowable(Throwable) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
Called when an unexpected exception ocurred.
open(Request) - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
open(Request, long, TimeUnit) - Method in class org.atmosphere.wasync.impl.DefaultSocket
Connect to the remote Server using the Request's information, will timeout if the connection failed to open within a certain time.
open(Request) - Method in interface org.atmosphere.wasync.Socket
Connect to the remote Server using the Request's information.
open(Request, long, TimeUnit) - Method in interface org.atmosphere.wasync.Socket
Connect to the remote Server using the Request's information, will timeout if the connection failed to open within a certain time.
options - Variable in class org.atmosphere.wasync.impl.DefaultSocket
 
options - Variable in class org.atmosphere.wasync.impl.SocketRuntime
 
Options - Interface in org.atmosphere.wasync
Configure the underlying WebSocket/HTTP client.
options - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
OptionsBuilder<U extends Options,T extends OptionsBuilder<U,T>> - Class in org.atmosphere.wasync
Base class for building Options
OptionsBuilder(Class<T>) - Constructor for class org.atmosphere.wasync.OptionsBuilder
 
org.atmosphere.wasync - package org.atmosphere.wasync
 
org.atmosphere.wasync.decoder - package org.atmosphere.wasync.decoder
 
org.atmosphere.wasync.impl - package org.atmosphere.wasync.impl
 
org.atmosphere.wasync.serial - package org.atmosphere.wasync.serial
 
org.atmosphere.wasync.transport - package org.atmosphere.wasync.transport
 
org.atmosphere.wasync.util - package org.atmosphere.wasync.util
 

P

PaddingAndHeartbeatDecoder - Class in org.atmosphere.wasync.decoder
Trim white space protocol sent by the Atmosphere's org.atmosphere.interceptor.PaddingAtmosphereInterceptor, discard heartbeat message from the server.
PaddingAndHeartbeatDecoder() - Constructor for class org.atmosphere.wasync.decoder.PaddingAndHeartbeatDecoder
 
PaddingAndHeartbeatDecoder(int, String) - Constructor for class org.atmosphere.wasync.decoder.PaddingAndHeartbeatDecoder
 
paddingSize(int) - Method in class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
Set the size of the padding bytes or String send by Atmosphere's PaddingAtmosphereInterceptor
pauseBeforeReconnectInMilliseconds(int) - Method in class org.atmosphere.wasync.OptionsBuilder
The time in milliseconds, before the reconnection occurs.
pauseBeforeReconnectInSeconds(int) - Method in class org.atmosphere.wasync.OptionsBuilder
The time in seconds, before the reconnection occurs.
protocolEnabled - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
protocolEnabled - Variable in class org.atmosphere.wasync.transport.WebSocketTransport
 
protocolReceived - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
protocolReceived - Variable in class org.atmosphere.wasync.transport.WebSocketTransport
 

Q

queryString() - Method in class org.atmosphere.wasync.impl.DefaultRequest
Return the list of query params
queryString() - Method in interface org.atmosphere.wasync.Request
Return the list of query params
queryString - Variable in class org.atmosphere.wasync.RequestBuilder
 
queryString(String, String) - Method in class org.atmosphere.wasync.RequestBuilder
Add a query param.
queryString() - Method in class org.atmosphere.wasync.RequestBuilder
Return the current query string/form param

R

read(byte[], int, int) - Method in class org.atmosphere.wasync.util.ReaderInputStream
Read the specified number of bytes into an array.
read(byte[]) - Method in class org.atmosphere.wasync.util.ReaderInputStream
Read the specified number of bytes into an array.
read() - Method in class org.atmosphere.wasync.util.ReaderInputStream
Read a single byte.
ReaderInputStream - Class in org.atmosphere.wasync.util
InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.
ReaderInputStream(Reader, CharsetEncoder) - Constructor for class org.atmosphere.wasync.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class org.atmosphere.wasync.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset, int) - Constructor for class org.atmosphere.wasync.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset) - Constructor for class org.atmosphere.wasync.util.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String, int) - Constructor for class org.atmosphere.wasync.util.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, String) - Constructor for class org.atmosphere.wasync.util.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader) - Constructor for class org.atmosphere.wasync.util.ReaderInputStream
Construct a new ReaderInputStream that uses the default character encoding with a default input buffer size of 1024 characters.
reconnect() - Method in class org.atmosphere.wasync.impl.DefaultOptions
Reconnect after a network failure or when the server close the connection.
reconnect() - Method in interface org.atmosphere.wasync.Options
Reconnect after a network failure or when the server close the connection.
reconnect(boolean) - Method in class org.atmosphere.wasync.OptionsBuilder
Automatically reconnect in case the connection get closed.
reconnect() - Method in class org.atmosphere.wasync.OptionsBuilder
Reconnect after a network failure or when the server close the connection.
reconnectAttempts() - Method in class org.atmosphere.wasync.impl.DefaultOptions
Maximum reconnection attempts that will run in the interval defined by #reconnectInSeconds
reconnectAttempts() - Method in interface org.atmosphere.wasync.Options
Maximum reconnection attempts that will run in the interval defined by #reconnectInSeconds
reconnectAttempts(int) - Method in class org.atmosphere.wasync.OptionsBuilder
Maximum reconnection attempts that will be executed if the connection is lost.
reconnectAttempts() - Method in class org.atmosphere.wasync.OptionsBuilder
Maximum reconnection attempts that will be executed if the connection is lost.
reconnectTimeoutInMilliseconds() - Method in class org.atmosphere.wasync.impl.DefaultOptions
The delay, in milliseconds, before reconnecting.
reconnectTimeoutInMilliseconds() - Method in interface org.atmosphere.wasync.Options
The delay, in milliseconds, before reconnecting.
reconnectTimeoutInMilliseconds() - Method in class org.atmosphere.wasync.OptionsBuilder
The delay, in milliseconds, before reconnecting.
registerF(FunctionWrapper) - Method in interface org.atmosphere.wasync.Transport
Register a new FunctionResolver
registerF(FunctionWrapper) - Method in class org.atmosphere.wasync.transport.StreamTransport
Register a new FunctionResolver
registerF(FunctionWrapper) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
Register a new FunctionResolver
registerTransport(Transport) - Method in class org.atmosphere.wasync.OptionsBuilder
Register a new Transport implementation.
ReplayDecoder - Interface in org.atmosphere.wasync
A Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder.
request - Variable in class org.atmosphere.wasync.impl.DefaultSocket
 
request() - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
Request - Interface in org.atmosphere.wasync
Define a request for Socket.
request - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
Request.METHOD - Enum in org.atmosphere.wasync
 
Request.TRANSPORT - Enum in org.atmosphere.wasync
 
RequestBuilder<T extends RequestBuilder<T>> - Class in org.atmosphere.wasync
Base class for building Request
RequestBuilder(Class<T>) - Constructor for class org.atmosphere.wasync.RequestBuilder
 
requestBuilder - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
requestTimeoutInSeconds() - Method in class org.atmosphere.wasync.impl.DefaultOptions
The time, in seconds to wait before closing the connection.
requestTimeoutInSeconds() - Method in interface org.atmosphere.wasync.Options
The time, in seconds to wait before closing the connection.
requestTimeoutInSeconds(int) - Method in class org.atmosphere.wasync.OptionsBuilder
The time, in seconds, the connection will stay open when waiting for new messages.
requestTimeoutInSeconds() - Method in class org.atmosphere.wasync.OptionsBuilder
The time, in seconds to wait before closing the connection.
reset() - Method in class org.atmosphere.wasync.impl.DefaultFuture
 
resolve(String, Object, FunctionWrapper) - Method in interface org.atmosphere.wasync.FunctionResolver
Resolve the current message
resolveArgument(Class<I>, Class<T>) - Static method in class org.atmosphere.wasync.util.TypeResolver
Returns the raw class representing the type argument for the targetType resolved upwards from the initialType.
resolveArgument(Type, Class<?>) - Static method in class org.atmosphere.wasync.util.TypeResolver
Resolves the type argument for the genericType using type variable information from the sourceType.
resolveArguments(Class<I>, Class<T>) - Static method in class org.atmosphere.wasync.util.TypeResolver
Returns an array of raw classes representing type arguments for the targetType resolved upwards from the initialType.
resolveArguments(Type, Class<?>) - Static method in class org.atmosphere.wasync.util.TypeResolver
Resolves the arguments for the genericType using the type variable information for the targetType.
resolveBound(TypeVariable<?>) - Static method in class org.atmosphere.wasync.util.TypeResolver
Resolves the first bound for the typeVariable, returning Unknown.class if none can be resolved.
resolveClass(Type, Class<?>) - Static method in class org.atmosphere.wasync.util.TypeResolver
Resolves the raw class for the given genericType, using the type variable information from the targetType.
resolveGenericType(Type, Class<?>) - Static method in class org.atmosphere.wasync.util.TypeResolver
Resolves the generic Type for the targetType by walking the type hierarchy upwards from the initialType.
resolver - Variable in class org.atmosphere.wasync.RequestBuilder
 
resolver(FunctionResolver) - Method in class org.atmosphere.wasync.RequestBuilder
resolver() - Method in class org.atmosphere.wasync.RequestBuilder
Return the current FunctionResolver
resolver - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
rootFuture - Variable in class org.atmosphere.wasync.impl.SocketRuntime
 
runtime() - Method in class org.atmosphere.wasync.impl.DefaultOptions
The AsyncHttpClient used to communicate with server.
runtime(AsyncHttpClient) - Method in class org.atmosphere.wasync.impl.DefaultOptions
 
runtime() - Method in interface org.atmosphere.wasync.Options
The AsyncHttpClient used to communicate with server.
runtime(AsyncHttpClient) - Method in interface org.atmosphere.wasync.Options
Set the AsyncHttpClient.
runtime(AsyncHttpClient) - Method in class org.atmosphere.wasync.OptionsBuilder
Allow an application that want to share AsyncHttpClient or configure it before it gets used by the library.
runtime(AsyncHttpClient, boolean) - Method in class org.atmosphere.wasync.OptionsBuilder
Allow an application that want to share AsyncHttpClient or configure it before it gets used by the library.
runtime() - Method in class org.atmosphere.wasync.OptionsBuilder
The AsyncHttpClient used to communicate with server.
runtimeShared() - Method in class org.atmosphere.wasync.impl.DefaultOptions
Return true is the AsyncHttpClient is shared between Socket.
runtimeShared() - Method in interface org.atmosphere.wasync.Options
Return true is the AsyncHttpClient is shared between Socket.
runtimeShared(boolean) - Method in class org.atmosphere.wasync.OptionsBuilder
Set to true if your AsyncHttpClient is shared between clients.
runtimeShared() - Method in class org.atmosphere.wasync.OptionsBuilder
Return true is the AsyncHttpClient is shared between Socket.

S

sendMessage(String) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
 
sendMessage(byte[]) - Method in class org.atmosphere.wasync.transport.WebSocketTransport
 
SerializedClient - Class in org.atmosphere.wasync.serial
SerializedClient is a Client that guarantees ordered message delivery, in-line with the Socket.fire(Object) invocation sequence.
SerializedClient() - Constructor for class org.atmosphere.wasync.serial.SerializedClient
 
SerializedClient.SerializedRequestBuilder - Class in org.atmosphere.wasync.serial
 
SerializedClient.SerializedRequestBuilder() - Constructor for class org.atmosphere.wasync.serial.SerializedClient.SerializedRequestBuilder
 
SerializedFireStage - Interface in org.atmosphere.wasync.serial
Interface for implementing serialized/ordered Socket.fire(Object).
serializedFireStage() - Method in class org.atmosphere.wasync.serial.SerializedOptions
 
serializedFireStage() - Method in class org.atmosphere.wasync.serial.SerializedOptionsBuilder
 
serializedFireStage(SerializedFireStage) - Method in class org.atmosphere.wasync.serial.SerializedOptionsBuilder
 
SerializedOptions - Class in org.atmosphere.wasync.serial
An implementation of DefaultOptions.
SerializedOptions(SerializedOptionsBuilder) - Constructor for class org.atmosphere.wasync.serial.SerializedOptions
 
SerializedOptionsBuilder - Class in org.atmosphere.wasync.serial
 
SerializedOptionsBuilder() - Constructor for class org.atmosphere.wasync.serial.SerializedOptionsBuilder
 
SerializedSocket - Class in org.atmosphere.wasync.serial
SerializedSocket is a Socket implementation that guarantees ordered message delivery of Socket.fire(Object) calls, by serializing fire calls over a SerializedFireStage.
SerializedSocket(SerializedOptions) - Constructor for class org.atmosphere.wasync.serial.SerializedSocket
 
SerialSocketRuntime - Class in org.atmosphere.wasync.serial
Serial extension for the SocketRuntime
SerialSocketRuntime(Transport, Options, DefaultFuture, SerializedSocket, List<FunctionWrapper>) - Constructor for class org.atmosphere.wasync.serial.SerialSocketRuntime
 
setSocket(SerializedSocket) - Method in class org.atmosphere.wasync.serial.DefaultSerializedFireStage
 
setSocket(SerializedSocket) - Method in interface org.atmosphere.wasync.serial.SerializedFireStage
 
shutdown() - Method in class org.atmosphere.wasync.serial.DefaultSerializedFireStage
 
shutdown() - Method in interface org.atmosphere.wasync.serial.SerializedFireStage
 
socket() - Method in class org.atmosphere.wasync.impl.DefaultFuture
 
Socket - Interface in org.atmosphere.wasync
A Socket represents a connection to a remote server.
Socket.STATUS - Enum in org.atmosphere.wasync
The current state of the underlying Socket.
socketRuntime - Variable in class org.atmosphere.wasync.impl.DefaultSocket
 
SocketRuntime - Class in org.atmosphere.wasync.impl
This class implement the logic for communicating with a remote server.
SocketRuntime(Transport, Options, DefaultFuture, List<FunctionWrapper>) - Constructor for class org.atmosphere.wasync.impl.SocketRuntime
 
SSETransport - Class in org.atmosphere.wasync.transport
Server Side Events Transport implementation
SSETransport(RequestBuilder, Options, Request, List<FunctionWrapper>) - Constructor for class org.atmosphere.wasync.transport.SSETransport
 
status() - Method in class org.atmosphere.wasync.impl.DefaultSocket
 
status() - Method in interface org.atmosphere.wasync.Socket
Return the Socket.STATUS of this Socket.
status() - Method in interface org.atmosphere.wasync.Transport
Return the current Socket.STATUS
status - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
status() - Method in class org.atmosphere.wasync.transport.StreamTransport
Return the current Socket.STATUS
status() - Method in class org.atmosphere.wasync.transport.WebSocketTransport
Return the current Socket.STATUS
StreamTransport - Class in org.atmosphere.wasync.transport
Streaming Transport implementation
StreamTransport(RequestBuilder, Options, Request, List<FunctionWrapper>) - Constructor for class org.atmosphere.wasync.transport.StreamTransport
 
supportBinary - Variable in class org.atmosphere.wasync.transport.WebSocketTransport
 

T

time() - Method in class org.atmosphere.wasync.impl.DefaultFuture
 
timeoutException(TimeoutException) - Method in class org.atmosphere.wasync.impl.DefaultFuture
 
timer - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
timer - Variable in class org.atmosphere.wasync.transport.WebSocketTransport
 
timeUnit() - Method in class org.atmosphere.wasync.impl.DefaultFuture
 
toString() - Method in exception org.atmosphere.wasync.transport.TransportNotSupported
 
trackMessageLength(boolean) - Method in class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
Turn on/off tracking message.
trackMessageLengthDelimiter(String) - Method in class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
Set the tracking delimiter.
TrackMessageSizeDecoder - Class in org.atmosphere.wasync.decoder
 
TrackMessageSizeDecoder() - Constructor for class org.atmosphere.wasync.decoder.TrackMessageSizeDecoder
 
TrackMessageSizeDecoder(boolean) - Constructor for class org.atmosphere.wasync.decoder.TrackMessageSizeDecoder
 
TrackMessageSizeDecoder(String, boolean) - Constructor for class org.atmosphere.wasync.decoder.TrackMessageSizeDecoder
 
transport(Request.TRANSPORT) - Method in class org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder
The Request.TRANSPORT to use.
transport() - Method in class org.atmosphere.wasync.impl.DefaultOptions
The used Transport
transport() - Method in class org.atmosphere.wasync.impl.DefaultRequest
The list of transports to try
transport - Variable in class org.atmosphere.wasync.impl.SocketRuntime
 
transport() - Method in interface org.atmosphere.wasync.Options
The used Transport
transport() - Method in class org.atmosphere.wasync.OptionsBuilder
The used Transport
transport() - Method in interface org.atmosphere.wasync.Request
The list of transports to try
transport(Request.TRANSPORT) - Method in class org.atmosphere.wasync.RequestBuilder
The Request.TRANSPORT to use.
Transport - Interface in org.atmosphere.wasync
Define a supported Transport.
transportInUse - Variable in class org.atmosphere.wasync.impl.DefaultSocket
 
TransportNotSupported - Exception in org.atmosphere.wasync.transport
An exception thrown when a Transport is not supported by the server.
TransportNotSupported(int, String) - Constructor for exception org.atmosphere.wasync.transport.TransportNotSupported
 
transports - Variable in class org.atmosphere.wasync.RequestBuilder
 
transports() - Method in class org.atmosphere.wasync.RequestBuilder
Return the current list of Request.TRANSPORT
TransportsUtil - Class in org.atmosphere.wasync.transport
 
TransportsUtil() - Constructor for class org.atmosphere.wasync.transport.TransportsUtil
 
TypeResolver - Class in org.atmosphere.wasync.util
Enhanced type resolution utilities.
TypeResolver.Unknown - Class in org.atmosphere.wasync.util
An unknown type.

U

underlyingFuture - Variable in class org.atmosphere.wasync.transport.StreamTransport
 
uri() - Method in class org.atmosphere.wasync.impl.DefaultRequest
The targetted URI
uri() - Method in interface org.atmosphere.wasync.Request
The targetted URI
uri - Variable in class org.atmosphere.wasync.RequestBuilder
 
uri(String) - Method in class org.atmosphere.wasync.RequestBuilder
The URI to connect to.
uri() - Method in class org.atmosphere.wasync.RequestBuilder
Return the uri
Utils - Class in org.atmosphere.wasync.util
 
Utils() - Constructor for class org.atmosphere.wasync.util.Utils
 

V

valueOf(String) - Static method in enum org.atmosphere.wasync.Decoder.Decoded.ACTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.wasync.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.wasync.impl.AtmosphereRequest.CACHE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.wasync.Request.METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.wasync.Request.TRANSPORT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.atmosphere.wasync.Socket.STATUS
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.atmosphere.wasync.Decoder.Decoded.ACTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.wasync.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.wasync.impl.AtmosphereRequest.CACHE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.wasync.Request.METHOD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.wasync.Request.TRANSPORT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.atmosphere.wasync.Socket.STATUS
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitBeforeUnlocking() - Method in class org.atmosphere.wasync.impl.DefaultOptions
When using long-polling and the Request, the delay before considering the long-polling connection has been fully processed by the server.
waitBeforeUnlocking() - Method in interface org.atmosphere.wasync.Options
When using long-polling and the Request, the delay before considering the long-polling connection has been fully processed by the server.
waitBeforeUnlocking(long) - Method in class org.atmosphere.wasync.OptionsBuilder
For streaming and long-polling, the server may not send the headers so the client never knows if the connection succeeded or not.
waitBeforeUnlocking() - Method in class org.atmosphere.wasync.OptionsBuilder
The delay before considering the http connection has been fully processed by the server.
WebSocketLoader - Class in org.atmosphere.wasync.util
A utility class that can be used to load a WebSocket enabled Server
WebSocketLoader() - Constructor for class org.atmosphere.wasync.util.WebSocketLoader
 
WebSocketTransport - Class in org.atmosphere.wasync.transport
WebSocket Transport implementation
WebSocketTransport(RequestBuilder, Options, Request, List<FunctionWrapper>) - Constructor for class org.atmosphere.wasync.transport.WebSocketTransport
 
webSocketWrite(Request, Object, Object) - Method in class org.atmosphere.wasync.impl.SocketRuntime
 
whiteSpace(byte[]) - Static method in class org.atmosphere.wasync.util.Utils
 
write(Request, Object) - Method in class org.atmosphere.wasync.impl.SocketRuntime
 
write(Request, Object) - Method in class org.atmosphere.wasync.serial.SerialSocketRuntime
 
A B C D E F G H I L M N O P Q R S T U V W 

Copyright © 2015. All Rights Reserved.