Uses of Class
org.glassfish.jersey.media.sse.OutboundEvent

Uses of OutboundEvent in org.glassfish.jersey.media.sse
 

Methods in org.glassfish.jersey.media.sse that return OutboundEvent
 OutboundEvent OutboundEvent.Builder.build()
          Build OutboundEvent.
 

Methods in org.glassfish.jersey.media.sse with parameters of type OutboundEvent
 long OutboundEventWriter.getSize(OutboundEvent incomingEvent, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
           
 void OutboundEventWriter.writeTo(OutboundEvent outboundEvent, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 



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