WebSocket 1.0 - Apache Tomcat 7.0.47

javax.websocket
Class SendResult

java.lang.Object
  extended by javax.websocket.SendResult

public final class SendResult
extends java.lang.Object


Constructor Summary
SendResult()
           
SendResult(java.lang.Throwable exception)
           
 
Method Summary
 java.lang.Throwable getException()
           
 boolean isOK()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendResult

public SendResult(java.lang.Throwable exception)

SendResult

public SendResult()
Method Detail

getException

public java.lang.Throwable getException()

isOK

public boolean isOK()

WebSocket 1.0 - Apache Tomcat 7.0.47

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.