⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 i_httprequest.java

📁 java开源的企业总线.xmlBlaster
💻 JAVA
字号:
/*------------------------------------------------------------------------------Name:      I_HttpRequest.javaProject:   xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE fileComment:   Event for asynchronous response from serverVersion:   $Id: I_HttpRequest.java 12936 2004-11-24 20:15:11Z ruff $Author:    xmlBlaster@marcelruff.info------------------------------------------------------------------------------*/package org.xmlBlaster.util.http;import org.xmlBlaster.util.XmlBlasterException;import java.util.Map;/** * Used for asynchronous responses * @author <a href="mailto:xmlBlaster@marcelruff.info">Marcel Ruff</a>. */public interface I_HttpRequest{   /**    * A HTTP request needs to be processed    * @param urlPath The url path like "/monitor" which triggered this call    * @param properties The key values from the browser    * @return The HTML page to return    * @throws XmlBlasterException    */   public HttpResponse service(String urlPath, Map properties) throws XmlBlasterException;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -