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

hprose.common.FilterHandler Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * FilterHandler.java                                     *
 *                                                        *
 * hprose FilterHandler interface for Java.               *
 *                                                        *
 * LastModified: Jul 3, 2016                              *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/

package hprose.common;

import hprose.util.concurrent.Promise;
import java.nio.ByteBuffer;

public interface FilterHandler {
    Promise handle(ByteBuffer request, HproseContext context, NextFilterHandler next);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy