Package 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>
-
-
Constructor Summary
Constructors Constructor Description TransformerCompletionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailed(Throwable throwable)The operation was failed.-
Methods inherited from class org.glassfish.grizzly.EmptyCompletionHandler
cancelled, completed, updated
-
-
-
-
Method Detail
-
failed
public void failed(Throwable throwable)
Description copied from class:EmptyCompletionHandlerThe operation was failed.- Specified by:
failedin interfaceCompletionHandler<Integer>- Overrides:
failedin classEmptyCompletionHandler<Integer>- Parameters:
throwable- error, which occurred during operation execution
-
-