org.glassfish.grizzly.streams
Class TransformerInput.TransformerCompletionHandler
java.lang.Object
org.glassfish.grizzly.EmptyCompletionHandler<Integer>
org.glassfish.grizzly.streams.TransformerInput.TransformerCompletionHandler
- All Implemented Interfaces:
- CompletionHandler<Integer>
- Enclosing class:
- TransformerInput
public final class TransformerInput.TransformerCompletionHandler
- extends EmptyCompletionHandler<Integer>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformerInput.TransformerCompletionHandler
public TransformerInput.TransformerCompletionHandler()
failed
public void failed(Throwable throwable)
- Description copied from class:
EmptyCompletionHandler
- The operation was failed.
- Specified by:
failed in interface CompletionHandler<Integer>- Overrides:
failed in class EmptyCompletionHandler<Integer>
- Parameters:
throwable - error, which occurred during operation execution
Copyright © 2012 Oracle Corporation. All Rights Reserved.