Class ProxyProtocolOpenListener

java.lang.Object
io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
All Implemented Interfaces:
EventListener, org.xnio.ChannelListener<org.xnio.StreamConnection>

public class ProxyProtocolOpenListener extends Object implements org.xnio.ChannelListener<org.xnio.StreamConnection>
Open listener for proxied connections
Author:
Stuart Douglas
  • Constructor Details

  • Method Details

    • handleEvent

      public void handleEvent(org.xnio.StreamConnection streamConnection)
      Specified by:
      handleEvent in interface org.xnio.ChannelListener<org.xnio.StreamConnection>