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

org.bitbucket.gkutiel.in.Feature Maven / Gradle / Ivy

The newest version!
package org.bitbucket.gkutiel.in;

import io.netty.buffer.ByteBuf;
import io.reactivex.netty.protocol.http.server.HttpServerRequest;
import io.reactivex.netty.protocol.http.server.HttpServerResponse;

public interface Feature {
	HttpServerRequest req();
	HttpServerResponse res();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy