Uses of Interface
javax.websocket.SendHandler

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

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.
 

Uses of SendHandler in org.glassfish.tyrus
 

Methods in org.glassfish.tyrus with parameters of type SendHandler
 Future<SendResult> SendCompletionAdapter.send(Object msg, SendHandler completion)
           
 void RemoteEndpointWrapper.sendBytesByCompletion(ByteBuffer byteBuffer, SendHandler sendHandler)
           
 void RemoteEndpointWrapper.sendObjectByCompletion(Object t, SendHandler sendHandler)
           
 void RemoteEndpointWrapper.sendStringByCompletion(String s, SendHandler sendHandler)
           
 

Uses of SendHandler in org.glassfish.tyrus.grizzly
 

Methods in org.glassfish.tyrus.grizzly with parameters of type SendHandler
 void GrizzlyRemoteEndpoint.sendBytesByCompletion(ByteBuffer byteBuffer, SendHandler sendHandler)
           
 void GrizzlyRemoteEndpoint.sendObjectByCompletion(Object o, SendHandler sendHandler)
           
 void GrizzlyRemoteEndpoint.sendStringByCompletion(String s, SendHandler sendHandler)
           
 



Copyright © 2012. All Rights Reserved.