javax.websocket
Interface SendHandler


public interface SendHandler

A simple callback object for asynchronous sending of web socket messages.

Since:
DRAFT 002
Author:
dannycoward

Method Summary
 void setResult(SendResult result)
          Called once the message has been transmitted.
 

Method Detail

setResult

void setResult(SendResult result)
Called once the message has been transmitted.

Parameters:
result - the result.



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