Class SseBinder

java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.media.sse.internal.SseBinder
All Implemented Interfaces:
Binder

public class SseBinder extends AbstractBinder
Binds implementations to interfaces for injection of SSE-related injectables.
Author:
Adam Lindenthal
  • Constructor Details

    • SseBinder

      public SseBinder()
  • Method Details

    • configure

      protected void configure()
      Description copied from class: AbstractBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class AbstractBinder