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
Subclasses with type arguments of type OcspResponse.Status in io.netty.handler.ssl.ocspMethods 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)