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

org.zodiac.sdk.nio.channeling.http.ResponseCallback Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.sdk.nio.channeling.http;

import java.nio.ByteBuffer;
import java.nio.charset.Charset;

import org.zodiac.sdk.nio.channeling.Then;

public interface ResponseCallback {
    void write(HttpResponseMessage responseMessage, Charset charset, Then $then);
    void streamWrite(ByteBuffer byteBuffer, Then $then);
//    void flush();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy