Package com.helger.httpclient.config
Class ThirdPartyModuleProvider_ph_httpclient
java.lang.Object
com.helger.httpclient.config.ThirdPartyModuleProvider_ph_httpclient
- All Implemented Interfaces:
com.helger.base.thirdparty.IThirdPartyModuleProviderSPI
@IsSPIImplementation
public final class ThirdPartyModuleProvider_ph_httpclient
extends Object
implements com.helger.base.thirdparty.IThirdPartyModuleProviderSPI
Implement this SPI interface if your JAR file contains external third party modules.
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.helger.base.thirdparty.IThirdPartyModulestatic final com.helger.base.thirdparty.IThirdPartyModule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.helger.base.thirdparty.IThirdPartyModule[]
-
Field Details
-
HTTP_CORE
public static final com.helger.base.thirdparty.IThirdPartyModule HTTP_CORE -
HTTP_CLIENT
public static final com.helger.base.thirdparty.IThirdPartyModule HTTP_CLIENT
-
-
Constructor Details
-
ThirdPartyModuleProvider_ph_httpclient
public ThirdPartyModuleProvider_ph_httpclient()
-
-
Method Details
-
getAllThirdPartyModules
@Nullable public com.helger.base.thirdparty.IThirdPartyModule[] getAllThirdPartyModules()- Specified by:
getAllThirdPartyModulesin interfacecom.helger.base.thirdparty.IThirdPartyModuleProviderSPI
-