|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Responder
Linear response processing stage.
A continuation of a responder is represented by an (optional)
single next responder resulting in a linear response transformation processing.
| Nested Class Summary | |
|---|---|
static interface |
Responder.Builder
Linear acceptor chain builder. |
| Method Summary | |
|---|---|
Pair<Response,com.google.common.base.Optional<Responder>> |
apply(Response data)
The returned continuation is ( optionally) the next responder
that should be invoked. |
| Method Detail |
|---|
Pair<Response,com.google.common.base.Optional<Responder>> apply(Response data)
optionally) the next responder
that should be invoked. A present
continuation indicates the processing is expected to continue further, while
absence of a continuation indicates that the
unidirectional response transformation passed its final stage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||