Uses of Enum Class
modelarium.multithreading.requestresponse.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in modelarium.multithreading.requestresponse
Methods in modelarium.multithreading.requestresponse that return ResponseTypeModifier and TypeMethodDescriptionResponse.getResponseType()static ResponseTypeReturns the enum constant of this class with the specified name.static ResponseType[]ResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in modelarium.multithreading.requestresponse with parameters of type ResponseTypeModifierConstructorDescriptionResponse(String requester, String destination, ResponseType responseType, Object payload) Constructs a new response.