Package software.xdev.mockserver.netty
Class MockServerUnificationInitializer
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
software.xdev.mockserver.netty.MockServerUnificationInitializer
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
@Sharable
public class MockServerUnificationInitializer
extends io.netty.channel.ChannelHandlerAdapter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Constructor Summary
ConstructorsConstructorDescriptionMockServerUnificationInitializer(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler) -
Method Summary
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerRemoved, isSharable
-
Constructor Details
-
MockServerUnificationInitializer
public MockServerUnificationInitializer(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler)
-
-
Method Details
-
handlerAdded
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Overrides:
handlerAddedin classio.netty.channel.ChannelHandlerAdapter
-