Uses of Enum
io.netty.handler.ssl.ocsp.OcspResponse.Status
Packages that use OcspResponse.Status
-
Uses of OcspResponse.Status in io.netty.handler.ssl.ocsp
Fields in io.netty.handler.ssl.ocsp declared as OcspResponse.StatusMethods in io.netty.handler.ssl.ocsp that return OcspResponse.StatusModifier and TypeMethodDescriptionOcspResponse.status()static OcspResponse.StatusReturns the enum constant of this type with the specified name.static OcspResponse.Status[]OcspResponse.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.ssl.ocsp with parameters of type OcspResponse.StatusModifierConstructorDescriptionOcspResponse(OcspResponse.Status status, Date thisUpdate, Date nextUpdate)