Package software.xdev.mockserver.codec
Class MockServerHttpServerCodec
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
io.netty.channel.CombinedChannelDuplexHandler<NettyHttpToMockServerHttpRequestDecoder,MockServerHttpToNettyHttpResponseEncoder>
software.xdev.mockserver.codec.MockServerHttpServerCodec
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler,io.netty.channel.ChannelOutboundHandler
public class MockServerHttpServerCodec
extends io.netty.channel.CombinedChannelDuplexHandler<NettyHttpToMockServerHttpRequestDecoder,MockServerHttpToNettyHttpResponseEncoder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Constructor Summary
ConstructorsConstructorDescriptionMockServerHttpServerCodec(ServerConfiguration configuration, Integer port) MockServerHttpServerCodec(ServerConfiguration configuration, SocketAddress socketAddress) -
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, writeMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Constructor Details
-
MockServerHttpServerCodec
-
MockServerHttpServerCodec
-