Class GripNetworkModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public final class GripNetworkModule
    extends com.google.inject.AbstractModule
    Defines any concrete implementation mappings between network managers and their real counterparts. This module should not be used in tests as networking protocols can define "Static State" that can cause other tests to fail in unexpected ways if not properly cleaned up.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
      • Methods inherited from class java.lang.Object

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

      • GripNetworkModule

        public GripNetworkModule()
    • Method Detail

      • configure

        protected void configure()
        Specified by:
        configure in class com.google.inject.AbstractModule