Package org.mockserver.netty
Class MockServerUnificationInitializer
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- org.mockserver.netty.MockServerUnificationInitializer
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
@Sharable public class MockServerUnificationInitializer extends io.netty.channel.ChannelHandlerAdapter
-
-
Constructor Summary
Constructors Constructor Description MockServerUnificationInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description McpSessionManagergetMcpSessionManager()voidhandlerAdded(io.netty.channel.ChannelHandlerContext ctx)
-
-
-
Constructor Detail
-
MockServerUnificationInitializer
public MockServerUnificationInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory)
-
-
Method Detail
-
getMcpSessionManager
public McpSessionManager getMcpSessionManager()
-
handlerAdded
public void handlerAdded(io.netty.channel.ChannelHandlerContext ctx)
- Specified by:
handlerAddedin interfaceio.netty.channel.ChannelHandler- Overrides:
handlerAddedin classio.netty.channel.ChannelHandlerAdapter
-
-