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 TypeMethodDescriptionvoidexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) voidhandlerAdded(io.netty.channel.ChannelHandlerContext ctx) voidhandlerRemoved(io.netty.channel.ChannelHandlerContext ctx) booleanMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable
-
Field Details
-
INSTANCE
-
-
Method Details
-
isSharable
public boolean isSharable()- Overrides:
isSharablein classio.netty.channel.ChannelHandlerAdapter
-
handlerAdded
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Overrides:
handlerAddedin classio.netty.channel.ChannelHandlerAdapter
-
handlerRemoved
public void handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
handlerRemovedin interfaceio.netty.channel.ChannelHandler- Overrides:
handlerRemovedin classio.netty.channel.ChannelHandlerAdapter
-
exceptionCaught
- Specified by:
exceptionCaughtin interfaceio.netty.channel.ChannelHandler- Overrides:
exceptionCaughtin classio.netty.channel.ChannelHandlerAdapter
-