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

com.zhizus.forest.thrift.client.PingValidate Maven / Gradle / Ivy

The newest version!
package com.zhizus.forest.thrift.client;

import org.apache.thrift.transport.TTransport;

/**
 * Created by Dempe on 2016/12/26.
 */
public interface PingValidate {
    boolean ping(ServerInfo key, TTransport transport);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy