Class Socks4ConnectHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<T>
org.mockserver.netty.proxy.relay.RelayConnectHandler<T>
org.mockserver.netty.proxy.socks.SocksConnectHandler<io.netty.handler.codec.socksx.v4.Socks4CommandRequest>
org.mockserver.netty.proxy.socks.Socks4ConnectHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

@Sharable public final class Socks4ConnectHandler extends SocksConnectHandler<io.netty.handler.codec.socksx.v4.Socks4CommandRequest>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • Field Summary

    Fields inherited from class org.mockserver.netty.proxy.relay.RelayConnectHandler

    host, port, PROXIED, PROXIED_RESPONSE, PROXIED_SECURE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Socks4ConnectHandler(org.mockserver.configuration.Configuration configuration, org.mockserver.logging.MockServerLogger mockServerLogger, LifeCycle server, String host, int port)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
     
    protected void
    removeCodecSupport(io.netty.channel.ChannelHandlerContext ctx)
     
    protected Object
     

    Methods inherited from class org.mockserver.netty.proxy.relay.RelayConnectHandler

    channelRead0, exceptionCaught, removeHandler, removeHandler

    Methods inherited from class io.netty.channel.SimpleChannelInboundHandler

    acceptInboundMessage, channelRead

    Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

    channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, handlerAdded, handlerRemoved, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.netty.channel.ChannelHandler

    handlerAdded, handlerRemoved
  • Constructor Details

    • Socks4ConnectHandler

      public Socks4ConnectHandler(org.mockserver.configuration.Configuration configuration, org.mockserver.logging.MockServerLogger mockServerLogger, LifeCycle server, String host, int port)
  • Method Details