|
|||||||||
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.WarpConnectionHandler
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 | |
WarpConnectionHandler()
|
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 |
Constructor Detail |
public WarpConnectionHandler()
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 |