Package io.gatling.http.client.impl
Class NoopHandler
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.gatling.http.client.impl.NoopHandler
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
public final class NoopHandler
extends io.netty.channel.ChannelHandlerAdapter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
exceptionCaught
(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) void
handlerAdded
(io.netty.channel.ChannelHandlerContext ctx) void
handlerRemoved
(io.netty.channel.ChannelHandlerContext ctx) boolean
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable
-
Field Details
-
INSTANCE
-
-
Method Details
-
isSharable
public boolean isSharable()- Overrides:
isSharable
in classio.netty.channel.ChannelHandlerAdapter
-
handlerAdded
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
handlerAdded
in interfaceio.netty.channel.ChannelHandler
- Overrides:
handlerAdded
in classio.netty.channel.ChannelHandlerAdapter
-
handlerRemoved
public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
handlerRemoved
in interfaceio.netty.channel.ChannelHandler
- Overrides:
handlerRemoved
in classio.netty.channel.ChannelHandlerAdapter
-
exceptionCaught
- Specified by:
exceptionCaught
in interfaceio.netty.channel.ChannelHandler
- Overrides:
exceptionCaught
in classio.netty.channel.ChannelHandlerAdapter
-