Searched defs:MsgContext (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DMsgContext.java88 public class MsgContext implements ActionHook { class in inherits:ActionHook
90 private static Logger log = Logger.getLogger(MsgContext.class.getName());
124 public MsgContext(int bsize) { method in class:MsgContext
136 public MsgContext() { method in class:MsgContext
442 setLong( MsgContext.TIMER_POST_REQUEST, System.currentTimeMillis());
443 long t1= getLong( MsgContext.TIMER_PRE_REQUEST ) -
444 getLong( MsgContext.TIMER_RECEIVED );
445 long t2= getLong( MsgContext.TIMER_POST_REQUEST ) -
446 getLong( MsgContext.TIMER_PRE_REQUEST );

Completed in 1231 milliseconds