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

com.payneteasy.grpc.longpolling.client.http.IHttpClient Maven / Gradle / Ivy

There is a newer version: 1.0-9
Show newest version
package com.payneteasy.grpc.longpolling.client.http;

import io.grpc.Status;

import java.io.InputStream;

public interface IHttpClient {

    void sendMessage(InputStream aInputStream);

    void cancelStream(Status aReason);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy