Uses of Interface
javax.websocket.SendHandler

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 Oracle and/or its affiliates. All rights reserved.