Class ResponseEvent

java.lang.Object
io.milton.event.ResponseEvent
All Implemented Interfaces:
Event

public class ResponseEvent extends Object implements Event
Fired after response is complete
  • Constructor Details

    • ResponseEvent

      public ResponseEvent(Request request, Response response, long duration)
  • Method Details

    • getRequest

      public Request getRequest()
    • getResponse

      public Response getResponse()
    • getDuration

      public long getDuration()