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

net.hasor.rsf.hprose.server.HproseHttpServiceEvent Maven / Gradle / Ivy

The newest version!
/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * HproseServiceEvent.java                                *
 *                                                        *
 * hprose service event interface for Java.               *
 *                                                        *
 * LastModified: Feb 1, 2014                              *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.server;

public interface HproseHttpServiceEvent extends HproseServiceEvent {
    void onSendHeader(HttpContext httpContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy