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

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

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

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

public interface HttpStreamResponseHandler {
    void accept(byte[] chunked, ChannelingSocket socket) throws Exception;
    void last(byte[] chunked, ChannelingSocket socket) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy