Class MockServerHttpServerCodec
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
io.netty.channel.CombinedChannelDuplexHandler<NettyHttpToMockServerHttpRequestDecoder,MockServerHttpToNettyHttpResponseEncoder>
de.gematik.test.tiger.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(MockServerConfiguration configuration, boolean isSecure, Certificate[] clientCertificates, Integer port) MockServerHttpServerCodec(MockServerConfiguration configuration, boolean isSecure, Certificate[] clientCertificates, 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
public MockServerHttpServerCodec(MockServerConfiguration configuration, boolean isSecure, Certificate[] clientCertificates, SocketAddress socketAddress) -
MockServerHttpServerCodec
public MockServerHttpServerCodec(MockServerConfiguration configuration, boolean isSecure, Certificate[] clientCertificates, Integer port)
-