Uses of Class
javax.websocket.SendResult

Packages that use SendResult
javax.websocket   
 

Uses of SendResult in javax.websocket
 

Methods in javax.websocket that return types with arguments of type SendResult
 Future<SendResult> RemoteEndpoint.sendBytesByFuture(ByteBuffer data)
          Initiates the asynchronous transmission of a binary message.
 Future<SendResult> RemoteEndpoint.sendObjectByFuture(Object o)
          Initiates the asynchronous transmission of a custom developer object.
 Future<SendResult> RemoteEndpoint.sendStringByFuture(String text)
          Initiates the asynchronous transmission of a text message.
 

Methods in javax.websocket with parameters of type SendResult
 void SendHandler.setResult(SendResult result)
          Called once the message has been transmitted.
 




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