org.atmosphere.wasync.serial
Interface SerializedFireStage

All Known Implementing Classes:
DefaultSerializedFireStage

public interface SerializedFireStage

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

Author:
Christian Bach

Method Summary
 void enqueue(Object firePayload, com.google.common.util.concurrent.SettableFuture<com.ning.http.client.Response> originalFuture)
           
 void setSocket(SerializedSocket socket)
           
 void shutdown()
           
 

Method Detail

setSocket

void setSocket(SerializedSocket socket)

enqueue

void enqueue(Object firePayload,
             com.google.common.util.concurrent.SettableFuture<com.ning.http.client.Response> originalFuture)

shutdown

void shutdown()


Copyright © 2013. All Rights Reserved.