org.atmosphere.wasync.impl
Class DefaultSocket.InternalSocket

java.lang.Object
  extended by org.atmosphere.wasync.impl.DefaultSocket.InternalSocket
Enclosing class:
DefaultSocket

protected static final class DefaultSocket.InternalSocket
extends Object


Constructor Summary
DefaultSocket.InternalSocket(com.ning.http.client.AsyncHttpClient asyncHttpClient)
           
DefaultSocket.InternalSocket(com.ning.http.client.websocket.WebSocket webSocket)
           
 
Method Summary
 void close()
           
 DefaultSocket.InternalSocket write(Request request, Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSocket.InternalSocket

public DefaultSocket.InternalSocket(com.ning.http.client.websocket.WebSocket webSocket)

DefaultSocket.InternalSocket

public DefaultSocket.InternalSocket(com.ning.http.client.AsyncHttpClient asyncHttpClient)
Method Detail

close

public void close()

write

public DefaultSocket.InternalSocket write(Request request,
                                          Object data)
                                   throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.