Package org.atmosphere.wasync.serial

Interface Summary
SerializedFireStage Interface for implementing serialized/ordered Socket.fire(Object).
 

Class Summary
DefaultSerializedFireStage Default implementation of a SerializedFireStage.
SerializedClient SerializedClient is a Client that guarantees ordered message delivery, in-line with the Socket.fire(Object) invocation sequence.
SerializedClient.SerializedRequestBuilder  
SerializedOptions An implementation of DefaultOptions.
SerializedOptionsBuilder  
SerializedSocket SerializedSocket is a Socket implementation that guarantees ordered message delivery of Socket.fire(Object) calls, by serializing fire calls over a SerializedFireStage.
SerialSocketRuntime Serial extension for the SocketRuntime
 



Copyright © 2014. All Rights Reserved.