public class ResponseEvent extends Object implements Event
ResponseEvent(Request request, Response response, long duration)
long
getDuration()
Request
getRequest()
Response
getResponse()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResponseEvent(Request request, Response response, long duration)
public Request getRequest()
public Response getResponse()
public long getDuration()