Class EventStreamChannelListener

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

    public class EventStreamChannelListener
    extends java.lang.Object
    implements org.xnio.ChannelListener<org.xnio.channels.StreamSourceChannel>
    Created by Josh Gontijo on 3/31/17.
    • 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

      Modifier and Type Method Description
      void handleEvent​(org.xnio.channels.StreamSourceChannel channel)  
      void setup​(org.xnio.channels.StreamSourceChannel channel)  
      • Methods inherited from class java.lang.Object

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

      • EventStreamChannelListener

        public EventStreamChannelListener​(io.undertow.connector.ByteBufferPool bufferPool,
                                          UTF8Output utf8Output)
    • Method Detail

      • handleEvent

        public void handleEvent​(org.xnio.channels.StreamSourceChannel channel)
        Specified by:
        handleEvent in interface org.xnio.ChannelListener<org.xnio.channels.StreamSourceChannel>
      • setup

        public void setup​(org.xnio.channels.StreamSourceChannel channel)