public abstract class Buffer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
commited
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Simulate a response commit.
|
protected abstract void |
doReset() |
boolean |
isCommited() |
void |
reset() |
public void reset()
protected abstract void doReset()
public void commit()
throws IllegalStateException
IllegalStateException - if no content type is definedpublic boolean isCommited()
Copyright © 2003-2020 GateIn. All Rights Reserved.