io.jaspercloud.react.http.client.HttpResponseHandler Maven / Gradle / Ivy
package io.jaspercloud.react.http.client;
import io.netty.channel.ChannelHandler;
import io.netty.channel.SimpleChannelInboundHandler;
import io.netty.handler.codec.http.FullHttpResponse;
@ChannelHandler.Sharable
public abstract class HttpResponseHandler extends SimpleChannelInboundHandler {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy