class documentation

class ResponseType(ACMEIntEnum):

View In Hierarchy

Reponse Types enum values.

Class Variable blockingRequest Blocking request (default).
Class Variable flexBlocking Flex-blocking (CSE decides).
Class Variable nonBlockingRequestAsynch Non-blocking asynchronous.
Class Variable nonBlockingRequestSynch Non-blocking synchronous.
Class Variable noResponse No response.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
blockingRequest: int =

Blocking request (default).

flexBlocking: int =

Flex-blocking (CSE decides).

nonBlockingRequestAsynch: int =

Non-blocking asynchronous.

nonBlockingRequestSynch: int =

Non-blocking synchronous.

noResponse: int =

No response.