Interface HttpResponder


public interface HttpResponder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    respond(Request request, Response response)
     
  • Method Details