com.webpieces.http2engine.impl.shared.Synchro Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http2-engine Show documentation
Show all versions of http2-engine Show documentation
A re-usable asynchronous HTTP/2 parser
package com.webpieces.http2engine.impl.shared;
import org.webpieces.util.futures.XFuture;
import com.webpieces.http2.api.dto.lowlevel.lib.StreamMsg;
import com.webpieces.http2engine.impl.shared.data.Stream;
public interface Synchro {
XFuture sendDataToSocket(Stream stream, StreamMsg data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy