public class EscapeHandler extends AbstractPipelineComponent
AbstractPipelineComponent.ACCEPT, AbstractPipelineComponent.IGNORE
Modifier and Type | Field and Description |
---|---|
static char |
DEFAULT_ESCAPE_CHAR |
Modifier and Type | Method and Description |
---|---|
static PipelineComponent |
ACCEPT() |
boolean |
canHandle(char c) |
static PipelineComponent |
ESCAPE() |
static PipelineComponent |
IGNORE() |
accept, allowForNoMoreInput, createPipelineComponent, getHelper, getPipeline, getPipelineConfig, getSuccessor, handle, noMoreInput, setPipeline, setSuccessor
public static final char DEFAULT_ESCAPE_CHAR
public static final PipelineComponent ACCEPT()
public static final PipelineComponent IGNORE()
public static final PipelineComponent ESCAPE()
public boolean canHandle(char c) throws IllegalInputCharacterException
IllegalInputCharacterException
Copyright © 2002–2017. All rights reserved.