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

hprose.net.ReceiveCallback Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * ReceiveCallback.java                                   *
 *                                                        *
 * ReceiveCallback interface for Java.                    *
 *                                                        *
 * LastModified: Aug 13, 2015                             *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.net;

import java.nio.ByteBuffer;

public interface ReceiveCallback {
    void handler(ByteBuffer buffer, Throwable e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy