Uses of Class
javax.net.websocket.SendResult

Packages that use SendResult
javax.net.websocket   
org.glassfish.tyrus.platform   
 

Uses of SendResult in javax.net.websocket
 

Fields in javax.net.websocket declared as SendResult
 SendResult SendResult.ERROR
          There was a problem sending the message.
 SendResult SendResult.OK
          The message was transmitted ok.
 

Methods in javax.net.websocket that return types with arguments of type SendResult
 Future<SendResult> RemoteEndpoint.sendBytes(byte[] data, SendHandler completion)
          Initiates the asynchronous transmission of a binary message.
 Future<SendResult> RemoteEndpoint.sendObject(T o, SendHandler handler)
          Initiates the transmission of a custom developer object.
 Future<SendResult> RemoteEndpoint.sendString(String text, SendHandler completion)
          Initiates the asynchronous transmission of a text message.
 

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

Uses of SendResult in org.glassfish.tyrus.platform
 

Methods in org.glassfish.tyrus.platform that return types with arguments of type SendResult
 Future<SendResult> RemoteEndpointWrapper.sendBytes(byte[] data, SendHandler completion)
           
 Future<SendResult> RemoteEndpointWrapper.sendObject(T o, SendHandler handler)
           
 Future<SendResult> RemoteEndpointWrapper.sendString(String text, SendHandler completion)
           
 



Copyright © 2012. All Rights Reserved.