Ignore:
Timestamp:
02/13/14 11:40:02 (10 years ago)
Author:
pharms
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/HTTPEventType.java

    r1367 r1383  
    2121/** 
    2222 * <p> 
    23  * TODO comment 
     23 * the event type for HTTP events. Holds a reference to the HTTP exchange recorded by the HTTP 
     24 * monitor. 
    2425 * </p> 
    2526 *  
     
    3132    private static final long serialVersionUID = 1L; 
    3233 
    33     /** */ 
     34    /** 
     35     * <p> 
     36     * the HTTP exchange recorded by the HTTP monitor 
     37     * </p> 
     38     */ 
    3439    private HttpExchange exchange; 
    3540 
    36     /** */ 
     41    /** 
     42     * <p> 
     43     * the name of the event type as required by AutoQUEST's framework 
     44     * </p> 
     45     */ 
    3746    private String name; 
    3847 
    3948    /** 
    40      * 
     49     * <p> 
     50     * initializes this event with the represented HTTP exchange 
     51     * </p> 
     52     *  
     53     * @param exchange the HTTP exchange recorded by the HTTP monitor 
    4154     */ 
    4255    public HTTPEventType(HttpExchange exchange) { 
     
    96109 
    97110    /** 
    98      * @return the exchange 
     111     * @return the HTTP exchange recorded by the HTTP monitor 
    99112     */ 
    100113    public HttpExchange getExchange() { 
Note: See TracChangeset for help on using the changeset viewer.