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

com.litongjava.tio.boot.decode.TioDecodeExceptionHandler Maven / Gradle / Ivy

There is a newer version: 1.8.6
Show newest version
package com.litongjava.tio.boot.decode;

import java.nio.ByteBuffer;

import com.litongjava.tio.core.ChannelContext;
import com.litongjava.tio.core.exception.TioDecodeException;
import com.litongjava.tio.http.common.HttpConfig;

public interface TioDecodeExceptionHandler {

  void handle(ByteBuffer buffer, ChannelContext channelContext, HttpConfig httpConfig, TioDecodeException e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy