Interface DelegateOpenListener

  • All Superinterfaces:
    org.xnio.ChannelListener<org.xnio.StreamConnection>, java.util.EventListener, OpenListener
    All Known Implementing Classes:
    Http2OpenListener, HttpOpenListener

    public interface DelegateOpenListener
    extends OpenListener
    An open listener that handles being delegated to, e.g. by NPN or ALPN
    Author:
    Stuart Douglas
    • Method Detail

      • handleEvent

        void handleEvent​(org.xnio.StreamConnection channel,
                         PooledByteBuffer additionalData)
        Parameters:
        channel - The channel
        additionalData - Any additional data that was read from the stream as part of the handshake process