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 @Nullable EHttpMethodEHttpMethod.getFromNameOrDefault(@Nullable String sName, @Nullable EHttpMethod eDefault) Get the enum value matching the provided name, or a default value.static @Nullable EHttpMethodEHttpMethod.getFromNameOrNull(@Nullable String sName) Get the enum value matching the provided name.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 @Nullable EHttpMethodEHttpMethod.getFromNameOrDefault(@Nullable String sName, @Nullable EHttpMethod eDefault) Get the enum value matching the provided name, or a default value. -
Uses of EHttpMethod in com.helger.http.digestauth
Methods in com.helger.http.digestauth with parameters of type EHttpMethodModifier and TypeMethodDescriptionstatic @NonNull DigestAuthClientCredentialsHttpDigestAuth.createDigestAuthClientCredentials(@NonNull EHttpMethod eMethod, @NonNull @Nonempty String sDigestURI, @NonNull @Nonempty String sUserName, @NonNull String sPassword, @NonNull @Nonempty String sRealm, @NonNull @Nonempty String sServerNonce, @Nullable String sAlgorithm, @Nullable String sClientNonce, @Nullable String sOpaque, @Nullable String sMessageQOP, int nNonceCount) Create HTTP Digest auth credentials for a client