Class SimpleContainer.SimpleBinder

  • All Implemented Interfaces:
    Binder
    Enclosing class:
    SimpleContainer

    private static class SimpleContainer.SimpleBinder
    extends AbstractBinder
    An internal binder to enable Simple HTTP container specific types injection. This binder allows to inject underlying Grizzly HTTP request and response instances.
    • Constructor Detail

      • SimpleBinder

        private SimpleBinder()
    • Method Detail

      • 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