Uses of Class
javax.websocket.SendResult

Packages that use SendResult
javax.websocket   
org.glassfish.tyrus   
org.glassfish.tyrus.grizzly   
 

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.
 

Uses of SendResult in org.glassfish.tyrus
 

Methods in org.glassfish.tyrus that return SendResult
 SendResult FutureSendResult.get()
           
 SendResult FutureSendResult.get(long timeout, TimeUnit unit)
           
 

Methods in org.glassfish.tyrus that return types with arguments of type SendResult
 Future<SendResult> SendCompletionAdapter.send(Object msg, SendHandler completion)
           
 Future<SendResult> RemoteEndpointWrapper.sendBytesByFuture(ByteBuffer byteBuffer)
           
 Future<SendResult> RemoteEndpointWrapper.sendObjectByFuture(Object t)
           
 Future<SendResult> RemoteEndpointWrapper.sendStringByFuture(String s)
           
 

Uses of SendResult in org.glassfish.tyrus.grizzly
 

Methods in org.glassfish.tyrus.grizzly that return types with arguments of type SendResult
 Future<SendResult> GrizzlyRemoteEndpoint.sendBytesByFuture(ByteBuffer byteBuffer)
           
 Future<SendResult> GrizzlyRemoteEndpoint.sendObjectByFuture(Object o)
           
 Future<SendResult> GrizzlyRemoteEndpoint.sendStringByFuture(String s)
           
 



Copyright © 2012. All Rights Reserved.