|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Adapter
Adapter. This represents the entry point in a coyote-based servlet container.
ProtocolHandler
Method Summary | |
---|---|
boolean |
asyncDispatch(Request req,
Response res,
SocketStatus status)
|
void |
checkRecycled(Request req,
Response res)
Assert that request and response have been recycled. |
boolean |
event(Request req,
Response res,
SocketStatus status)
|
String |
getDomain()
Provide the name of the domain to use to register MBeans for conponents associated with the connector. |
void |
log(Request req,
Response res,
long time)
|
void |
service(Request req,
Response res)
Call the service method, and notify all listeners |
Method Detail |
---|
void service(Request req, Response res) throws Exception
Exception
- if an error happens during handling of
the request. Common errors are:
boolean event(Request req, Response res, SocketStatus status) throws Exception
Exception
boolean asyncDispatch(Request req, Response res, SocketStatus status) throws Exception
Exception
void log(Request req, Response res, long time)
void checkRecycled(Request req, Response res)
req
- Requestres
- ResponseString getDomain()
|
Apache Tomcat 7.0.54 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |