Package de.quantummaid.httpmaid.debug
Class DebugModule
- java.lang.Object
-
- de.quantummaid.httpmaid.debug.DebugModule
-
- All Implemented Interfaces:
ChainModule,Configurator
public final class DebugModule extends Object implements ChainModule
-
-
Constructor Summary
Constructors Constructor Description DebugModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChainModuledebugModule()voidregister(ChainExtender extender)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.chains.ChainModule
configure, identifier
-
Methods inherited from interface de.quantummaid.httpmaid.chains.Configurator
init, supplyModulesIfNotAlreadyPreset
-
-
-
-
Method Detail
-
debugModule
public static ChainModule debugModule()
-
register
public void register(ChainExtender extender)
- Specified by:
registerin interfaceChainModule
-
-