|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.connector.warp.WarpHandler | +--org.apache.catalina.connector.warp.WarpRequestHandler
Field Summary | |
protected WarpRequest |
request
The WarpRequest object associated with this request handler. |
protected WarpResponse |
response
The WarpRequest object associated with this request handler. |
Fields inherited from class org.apache.catalina.connector.warp.WarpHandler |
DEBUG |
Fields inherited from interface org.apache.catalina.Lifecycle |
START_EVENT, STOP_EVENT |
Constructor Summary | |
WarpRequestHandler()
|
Method Summary | |
boolean |
process(int type,
byte[] buffer)
Process a WARP packet. |
Methods inherited from class org.apache.catalina.connector.warp.WarpHandler |
addLifecycleListener, debug, debug, getConnection, getConnector, getRequestID, log, log, processData, removeLifecycleListener, run, send, send, send, setConnection, setRequestID, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected WarpRequest request
protected WarpResponse response
Constructor Detail |
public WarpRequestHandler()
Method Detail |
public boolean process(int type, byte[] buffer)
process
in class WarpHandler
type
- The WARP packet type.buffer
- The WARP packet payload.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |