Class SseBinder

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

public class SseBinder extends org.glassfish.jersey.innate.inject.InternalBinder
Binds implementations to interfaces for injection of SSE-related injectables.
Author:
Adam Lindenthal
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.glassfish.jersey.innate.inject.InternalBinder

    bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory

    Methods inherited from class org.glassfish.jersey.innate.inject.BlindBinder

    bind, createManagedInstanceProvider, getBindings, install

    Methods inherited from class java.lang.Object

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

    • SseBinder

      public SseBinder()
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class org.glassfish.jersey.innate.inject.BlindBinder