public interface Handler
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowForNoMoreInput() |
boolean |
canHandle(char c) |
void |
handle(char c) |
void |
noMoreInput() |
void handle(char c)
throws IllegalInputCharacterException,
PipelineException
boolean canHandle(char c)
throws IllegalInputCharacterException
IllegalInputCharacterExceptionvoid noMoreInput()
throws IllegalStateException
IllegalStateExceptionboolean allowForNoMoreInput()
throws IllegalStateException
IllegalStateExceptionCopyright © 2002-2017. All Rights Reserved.