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

com.king.platform.net.http.netty.ResponseHandler Maven / Gradle / Ivy

There is a newer version: 3.0.26
Show newest version
package com.king.platform.net.http.netty;

import io.netty.channel.ChannelHandlerContext;

public interface ResponseHandler {
    void handleResponse(ChannelHandlerContext ctx, Object msg) throws Exception;
    void handleChannelInactive(ChannelHandlerContext ctx) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy