Uses of Enum Class
de.cuioss.http.client.handler.HttpStatusFamily
Packages that use HttpStatusFamily
Package
Description
Secure HTTP client utilities and SSL/TLS context management for enterprise applications.
-
Uses of HttpStatusFamily in de.cuioss.http.client.handler
Methods in de.cuioss.http.client.handler that return HttpStatusFamilyModifier and TypeMethodDescriptionstatic HttpStatusFamilyHttpStatusFamily.fromStatusCode(int statusCode) Gets the HTTP status code family for the given status code.HttpHandler.pingGet()Pings the URI using the GET method and returns the HTTP status code.HttpHandler.pingHead()Pings the URI using the HEAD method and returns the HTTP status code.static HttpStatusFamilyReturns the enum constant of this class with the specified name.static HttpStatusFamily[]HttpStatusFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.