Uses of Enum Class
com.helger.http.EHttpMethod
Packages that use EHttpMethod
-
Uses of EHttpMethod in com.helger.http
Methods in com.helger.http that return EHttpMethodModifier and TypeMethodDescriptionstatic EHttpMethodEHttpMethod.getFromNameOrDefault(String sName, EHttpMethod eDefault) static EHttpMethodEHttpMethod.getFromNameOrNull(String sName) static EHttpMethodReturns the enum constant of this class with the specified name.static EHttpMethod[]EHttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.http with parameters of type EHttpMethodModifier and TypeMethodDescriptionstatic EHttpMethodEHttpMethod.getFromNameOrDefault(String sName, EHttpMethod eDefault) -
Uses of EHttpMethod in com.helger.http.digestauth
Methods in com.helger.http.digestauth with parameters of type EHttpMethodModifier and TypeMethodDescriptionstatic DigestAuthClientCredentialsHttpDigestAuth.createDigestAuthClientCredentials(EHttpMethod eMethod, String sDigestURI, String sUserName, String sPassword, String sRealm, String sServerNonce, String sAlgorithm, String sClientNonce, String sOpaque, String sMessageQOP, int nNonceCount) Create HTTP Digest auth credentials for a client