org.glassfish.grizzly.websockets
Class FrameCompletionHandler

java.lang.Object
  extended by org.glassfish.grizzly.websockets.FrameCompletionHandler
All Implemented Interfaces:
CompletionHandler<DataFrame>

public class FrameCompletionHandler
extends java.lang.Object
implements CompletionHandler<DataFrame>


Constructor Summary
FrameCompletionHandler()
           
 
Method Summary
 void cancelled()
           
 void completed(DataFrame result)
           
 void failed(java.lang.Throwable throwable)
           
 DataFrame getResult()
           
 void updated(DataFrame result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameCompletionHandler

public FrameCompletionHandler()
Method Detail

cancelled

public void cancelled()
Specified by:
cancelled in interface CompletionHandler<DataFrame>

failed

public void failed(java.lang.Throwable throwable)
Specified by:
failed in interface CompletionHandler<DataFrame>

completed

public void completed(DataFrame result)
Specified by:
completed in interface CompletionHandler<DataFrame>

updated

public void updated(DataFrame result)
Specified by:
updated in interface CompletionHandler<DataFrame>

getResult

public DataFrame getResult()


Copyright © 2011 Oracle Corpration. All Rights Reserved.