org.mockserver.codec
Class MockServerServerCodec

java.lang.Object
  extended by io.netty.channel.ChannelHandlerAdapter
      extended by io.netty.channel.ChannelInboundHandlerAdapter
          extended by io.netty.channel.ChannelDuplexHandler
              extended by io.netty.channel.CombinedChannelDuplexHandler<MockServerRequestDecoder,MockServerResponseEncoder>
                  extended by 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<MockServerRequestDecoder,MockServerResponseEncoder>

Author:
jamesdbloom

Nested Class Summary
 
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
MockServerServerCodec(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
 
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
isSharable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockServerServerCodec

public MockServerServerCodec(boolean isSecure)


Copyright © 2017. All rights reserved.