|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Responder.Builder
Linear acceptor chain builder.
| Method Summary | |
|---|---|
Responder |
build()
Build a responder chain. |
Responder |
build(Responder terminal)
Add terminal responder to the responder chain and build the chain. |
Responder.Builder |
to(com.google.common.base.Function<Response,Response> transformation)
Add a transformation function as a next stage to the responder chain. |
| Method Detail |
|---|
Responder.Builder to(com.google.common.base.Function<Response,Response> transformation)
add(...) method invocations matches the order
of the responder execution in the response processor.
transformation - a transformation function to be added as a next
responder to the responder chain.
Responder build()
Responder build(Responder terminal)
terminal - last responder to be added to the responder chain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||