Uses of Interface
javax.net.websocket.SendHandler

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

Uses of SendHandler in javax.net.websocket
 

Methods in javax.net.websocket with parameters of type SendHandler
 Future<SendResult> RemoteEndpoint.sendBytes(ByteBuffer 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.
 

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)
           
 Future<SendResult> RemoteEndpointWrapper.sendBytes(ByteBuffer data, SendHandler completion)
           
 Future<SendResult> RemoteEndpointWrapper.sendObject(T o, SendHandler completion)
           
 Future<SendResult> RemoteEndpointWrapper.sendString(String text, SendHandler completion)
           
 

Uses of SendHandler in org.glassfish.tyrus.grizzly
 

Methods in org.glassfish.tyrus.grizzly with parameters of type SendHandler
 Future<SendResult> GrizzlyRemoteEndpoint.sendBytes(ByteBuffer byteBuffer, SendHandler sendHandler)
           
 Future<SendResult> GrizzlyRemoteEndpoint.sendObject(Object o, SendHandler handler)
           
 Future<SendResult> GrizzlyRemoteEndpoint.sendString(String text, SendHandler completion)
           
 



Copyright © 2012. All Rights Reserved.