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.serial   
org.atmosphere.wasync.transport   
org.atmosphere.wasync.util   
 

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.
Decoder.Decoded
          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.ACTION
           
Encoder
          Encode the request's body (or transform) of type U into an object of type T.
Event
          This class define the type of event a Function or Decoder will be called with.
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 tuple 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.
OptionsBuilder
          Base class for building Options
Request
          Define a request for Socket.
Request.METHOD
           
Request.TRANSPORT
           
RequestBuilder
          Base class for building Request
Socket
          A Socket represents a connection to a remote server.
Socket.STATUS
          The current state of the underlying Socket.
Transport
          Define a supported Transport.
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync.decoder
Decoder
          A decoder can be used to 'decode' the response's body.
Event
          This class define the type of event a Function or Decoder will be called with.
ReplayDecoder
          A Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder.
 

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.
Event
          This class define the type of event a Function or Decoder will be called with.
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 tuple 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.
OptionsBuilder
          Base class for building Options
Request
          Define a request for Socket.
Request.METHOD
           
Request.TRANSPORT
           
RequestBuilder
          Base class for building Request
Socket
          A Socket represents a connection to a remote server.
Socket.STATUS
          The current state of the underlying Socket.
Transport
          Define a supported Transport.
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync.serial
Client
          An asynchronous client's implementation used to create Socket and Request.
FunctionWrapper
          A tuple 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.
OptionsBuilder
          Base class for building Options
Request
          Define a request for Socket.
RequestBuilder
          Base class for building Request
Socket
          A Socket represents a connection to a remote server.
Transport
          Define a supported Transport.
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync.transport
Decoder
          A decoder can be used to 'decode' the response's body.
Event
          This class define the type of event a Function or Decoder will be called with.
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 tuple 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
           
Socket.STATUS
          The current state of the underlying Socket.
Transport
          Define a supported Transport.
 

Classes in org.atmosphere.wasync used by org.atmosphere.wasync.util
Future
          An internal Future implementation used by Transport to notify Socket when the transport has connected and available.
Socket
          A Socket represents a connection to a remote server.
 



Copyright © 2014. All Rights Reserved.