mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
13 lines
363 B
Java
Generated
13 lines
363 B
Java
Generated
// Generated automatically from io.netty.channel.ChannelHandler for testing purposes
|
|
|
|
package io.netty.channel;
|
|
|
|
import io.netty.channel.ChannelHandlerContext;
|
|
|
|
public interface ChannelHandler
|
|
{
|
|
void exceptionCaught(ChannelHandlerContext p0, Throwable p1);
|
|
void handlerAdded(ChannelHandlerContext p0);
|
|
void handlerRemoved(ChannelHandlerContext p0);
|
|
}
|