Apache Tomcat 7.0.54

org.apache.tomcat.websocket
Class SendHandlerToCompletionHandler

java.lang.Object
  extended by org.apache.tomcat.websocket.SendHandlerToCompletionHandler

public class SendHandlerToCompletionHandler
extends Object


Constructor Summary
SendHandlerToCompletionHandler(SendHandler handler)
           
 
Method Summary
 void completed(Long result, Void attachment)
           
 void failed(Throwable exc, Void attachment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendHandlerToCompletionHandler

public SendHandlerToCompletionHandler(SendHandler handler)
Method Detail

completed

public void completed(Long result,
                      Void attachment)

failed

public void failed(Throwable exc,
                   Void attachment)

Apache Tomcat 7.0.54

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