Class ProxyProtocolOpenListener

  • All Implemented Interfaces:
    java.util.EventListener, org.xnio.ChannelListener<org.xnio.StreamConnection>

    public class ProxyProtocolOpenListener
    extends java.lang.Object
    implements org.xnio.ChannelListener<org.xnio.StreamConnection>
    Open listener for proxied connections
    Author:
    Stuart Douglas
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.xnio.ChannelListener

        org.xnio.ChannelListener.Setter<T extends java.nio.channels.Channel>, org.xnio.ChannelListener.SimpleSetter<T extends java.nio.channels.Channel>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.xnio.StreamConnection streamConnection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handleEvent

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