org.glassfish.jersey.media.sse
Class EventInput

java.lang.Object
  extended by javax.ws.rs.core.GenericType<T>
      extended by org.glassfish.jersey.client.ChunkedInput<InboundEvent>
          extended by org.glassfish.jersey.media.sse.EventInput
All Implemented Interfaces:
java.io.Closeable

public class EventInput
extends ChunkedInput<InboundEvent>

Inbound Server-Sent Events channel. The input channel lets you serially read & consume SSE events as they arrive.

Author:
Marek Potociar (marek.potociar at oracle.com)

Method Summary
 
Methods inherited from class org.glassfish.jersey.client.ChunkedInput
close, createParser, createParser, getChunkType, getParser, isClosed, read, setChunkType, setChunkType, setParser
 
Methods inherited from class javax.ws.rs.core.GenericType
equals, getRawType, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.