Class GripNetworkModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- edu.wpi.grip.core.operations.network.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.
-
-
Constructor Summary
Constructors Constructor Description GripNetworkModule()
-
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
-
-