-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum RequestStage extends Enum<RequestStage>
Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received.
-
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-