Uses of Interface
javax.websocket.SendHandler

Packages that use SendHandler
javax.websocket This package contains all the WebSocket APIs common to both the client and server side. 
 

Uses of SendHandler in javax.websocket
 

Methods in javax.websocket with parameters of type SendHandler
 void RemoteEndpoint.Async.sendBinary(ByteBuffer data, SendHandler handler)
          Initiates the asynchronous transmission of a binary message.
 void RemoteEndpoint.Async.sendObject(Object data, SendHandler handler)
          Initiates the asynchronous transmission of a custom developer object.
 void RemoteEndpoint.Async.sendText(String text, SendHandler handler)
          Initiates the asynchronous transmission of a text message.
 



Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : users@websocket-spec.java.net