Package io.joshworks.stream.client.sse
Class EventStreamChannelListener
- java.lang.Object
-
- io.joshworks.stream.client.sse.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.
-
-
Constructor Summary
Constructors Constructor Description EventStreamChannelListener(io.undertow.connector.ByteBufferPool bufferPool, UTF8Output utf8Output)
-
Method Summary
Modifier and Type Method Description voidhandleEvent(org.xnio.channels.StreamSourceChannel channel)voidsetup(org.xnio.channels.StreamSourceChannel channel)
-
-
-
Constructor Detail
-
EventStreamChannelListener
public EventStreamChannelListener(io.undertow.connector.ByteBufferPool bufferPool, UTF8Output utf8Output)
-
-