All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.tio.http.common.view.View Maven / Gradle / Ivy

There is a newer version: 3.7.3.v20241201-RELEASE
Show newest version
package com.litongjava.tio.http.common.view;

import com.litongjava.tio.http.common.HttpRequest;
import com.litongjava.tio.http.common.HttpResponse;

/**
 * @author tanyaowu
 *
 */
public interface View {
  /**
   * 
   * @param path 请求的路径
   * @param request
   * @return
   */
  public HttpResponse render(String path, HttpRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy