Uses of Interface
javax.websocket.SendHandler

Packages that use SendHandler
javax.websocket   
 

Uses of SendHandler in javax.websocket
 

Methods in javax.websocket with parameters of type SendHandler
 void RemoteEndpoint.sendBytesByCompletion(ByteBuffer data, SendHandler completion)
          Initiates the asynchronous transmission of a binary message.
 void RemoteEndpoint.sendObjectByCompletion(Object o, SendHandler handler)
          Initiates the asynchronous transmission of a custom developer object.
 void RemoteEndpoint.sendStringByCompletion(String text, SendHandler completion)
          Initiates the asynchronous transmission of a text message.
 




Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.