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

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

There is a newer version: 4.2.5
Show newest version
/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * HproseTcpServiceEvent.java                             *
 *                                                        *
 * hprose tcp service event interface for Java.           *
 *                                                        *
 * LastModified: Jun 28, 2015                             *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.server;

public interface HproseTcpServiceEvent extends HproseServiceEvent {
    void onAccept(TcpContext tcpContext);
    void onClose(TcpContext tcpContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy