Uses of Package
org.atmosphere.wasync

Packages that use org.atmosphere.wasync
org.atmosphere.wasync   
org.atmosphere.wasync.decoder   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.transport   
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync
Client
          An asynchronous client's implementation used to create Socket and Request.
ClientFactory
          Create a Client.
Decoder
          A decoder can be used to 'decode' the response's body.
Encoder
          Encode the request's body (or transform) of type U into an object of type T.
Function
          A function is asynchronously invoked when a response is received, complete or not.
Function.MESSAGE
           
FunctionResolver
          FunctionResolver are useful for mapping received message with a Function.
FunctionWrapper
          A tupple which contains a Function and its associated functionName.
Future
          An internal Future implementation used by Transport to notify Socket when the transport has connected and available.
Options
          Configure the underlying WebSocket/HTTP client.
Options.OptionsBuilder
           
Request
          Define a request for Socket.
Request.METHOD
           
Request.TRANSPORT
           
RequestBuilder
          Construct a Request
Socket
          A Socket represent a connection to a remote server.
Socket.EVENT
           
Transport
          Define a supported Transport.
Transport.EVENT_TYPE
           
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync.decoder
Decoder
          A decoder can be used to 'decode' the response's body.
ReplayDecoder
          A Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder.
Transport.EVENT_TYPE
           
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync.impl
Client
          An asynchronous client's implementation used to create Socket and Request.
Decoder
          A decoder can be used to 'decode' the response's body.
Encoder
          Encode the request's body (or transform) of type U into an object of type T.
Function
          A function is asynchronously invoked when a response is received, complete or not.
FunctionResolver
          FunctionResolver are useful for mapping received message with a Function.
FunctionWrapper
          A tupple which contains a Function and its associated functionName.
Future
          An internal Future implementation used by Transport to notify Socket when the transport has connected and available.
Options
          Configure the underlying WebSocket/HTTP client.
Request
          Define a request for Socket.
Request.METHOD
           
Request.TRANSPORT
           
RequestBuilder
          Construct a Request
Socket
          A Socket represent a connection to a remote server.
Transport
          Define a supported Transport.
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync.transport
FunctionWrapper
          A tupple which contains a Function and its associated functionName.
Future
          An internal Future implementation used by Transport to notify Socket when the transport has connected and available.
Options
          Configure the underlying WebSocket/HTTP client.
Request
          Define a request for Socket.
Request.TRANSPORT
           
Transport
          Define a supported Transport.
 



Copyright © 2013. All Rights Reserved.