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

org.webpieces.frontend2.api.HttpStream Maven / Gradle / Ivy

package org.webpieces.frontend2.api;

import com.webpieces.http2.api.dto.highlevel.Http2Request;
import com.webpieces.http2.api.streaming.StreamRef;

//nearly one to one with RequestStreamHandle.java on purpose.  rename to HttpStreamHandle or FrontendStreamHandle?
public interface HttpStream {

	
	StreamRef incomingRequest(Http2Request request, ResponseStream stream);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy