Class SseBinder

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

public class SseBinder extends org.glassfish.jersey.internal.inject.AbstractBinder
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
    Implement to provide binding definitions using the exposed binding methods.

    Methods inherited from class org.glassfish.jersey.internal.inject.AbstractBinder

    bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, 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()
      Description copied from class: org.glassfish.jersey.internal.inject.AbstractBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class org.glassfish.jersey.internal.inject.AbstractBinder