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

com.mars.iserver.server.MarsServerHandler Maven / Gradle / Ivy

package com.mars.iserver.server;

import com.mars.iserver.server.impl.MarsHttpExchange;

/**
 * 联络器
 */
public interface MarsServerHandler {

    /**
     * 开始联络业务逻辑为本次请求做服务
     * @param exchange
     */
    void request(MarsHttpExchange exchange);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy