|
|||||||||
| Home >> All >> juju >> reattore >> protocol >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
juju.reattore.protocol.http
Interface HttpProtocol

- public interface HttpProtocol
Encapsulates the logic and processing of a HTTP session, including any protocol responses. Stateful.
| Method Summary | |
void |
seed(HttpRequest req,
HttpResponse resp)
Re-seed this protocol with a new request. |
boolean |
shouldClose()
Test if the connection should be closed. |
| Method Detail |
seed
public void seed(HttpRequest req, HttpResponse resp)
- Re-seed this protocol with a new request.
shouldClose
public boolean shouldClose()
- Test if the connection should be closed. Controller must
perform the close.
|
|||||||||
| Home >> All >> juju >> reattore >> protocol >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC