-
- All Implemented Interfaces:
-
mu.KLoggable
public class ProviderClient.Companion extends KLogging
-
-
Field Summary
Fields Modifier and Type Field Description private final StringCONTENT_TYPEprivate final StringUTF8private final StringREQUESTprivate final StringACTIONprivate final Set<String>SINGLE_VALUE_HEADERSprivate final KLoggerloggerpublic final static ProviderClient.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanurlEncodedFormPost(Request request)final BooleanisFunctionalInterface(Object requestFilter)final StringstripTrailingSlash(String basePath)final StringgetCONTENT_TYPE()final StringgetUTF8()final StringgetREQUEST()final StringgetACTION()final Set<String>getSINGLE_VALUE_HEADERS()KLoggergetLogger()-
-
Method Detail
-
urlEncodedFormPost
final Boolean urlEncodedFormPost(Request request)
-
isFunctionalInterface
final Boolean isFunctionalInterface(Object requestFilter)
-
stripTrailingSlash
final String stripTrailingSlash(String basePath)
-
getCONTENT_TYPE
final String getCONTENT_TYPE()
-
getREQUEST
final String getREQUEST()
-
getSINGLE_VALUE_HEADERS
final Set<String> getSINGLE_VALUE_HEADERS()
-
getLogger
KLogger getLogger()
-
-
-
-