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
IllegalInputCharacterException
void noMoreInput() throws IllegalStateException
IllegalStateException
boolean allowForNoMoreInput() throws IllegalStateException
IllegalStateException
Copyright © 2002–2016. All rights reserved.