Package org.mockserver.codec
Class MockServerServerCodec
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelDuplexHandler
-
- io.netty.channel.CombinedChannelDuplexHandler<NettyToMockServerRequestDecoder,MockServerToNettyResponseEncoder>
-
- org.mockserver.codec.MockServerServerCodec
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
,io.netty.channel.ChannelOutboundHandler
public class MockServerServerCodec extends io.netty.channel.CombinedChannelDuplexHandler<NettyToMockServerRequestDecoder,MockServerToNettyResponseEncoder>
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description MockServerServerCodec(MockServerLogger mockServerLogger, boolean isSecure)
-
Method Summary
-
Methods inherited from class io.netty.channel.CombinedChannelDuplexHandler
bind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, inboundHandler, init, outboundHandler, read, removeInboundHandler, removeOutboundHandler, userEventTriggered, write
-
-
-
-
Constructor Detail
-
MockServerServerCodec
public MockServerServerCodec(MockServerLogger mockServerLogger, boolean isSecure)
-
-