org.glassfish.grizzly.websockets
Class FrameCompletionHandler
java.lang.Object
org.glassfish.grizzly.websockets.FrameCompletionHandler
- All Implemented Interfaces:
- CompletionHandler<DataFrame>
public class FrameCompletionHandler
- extends Object
- implements CompletionHandler<DataFrame>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameCompletionHandler
public FrameCompletionHandler()
cancelled
public void cancelled()
- Specified by:
cancelled in interface CompletionHandler<DataFrame>
failed
public void failed(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 © 2012 Oracle Corporation. All Rights Reserved.