Uses of Enum Class
org.mockserver.model.HttpError.StreamErrorCode
Packages that use HttpError.StreamErrorCode
-
Uses of HttpError.StreamErrorCode in org.mockserver.model
Methods in org.mockserver.model that return HttpError.StreamErrorCodeModifier and TypeMethodDescriptionstatic HttpError.StreamErrorCodeResolve a well-known code by mnemonic name (case-insensitive), returning null when the name is not recognised so the caller can decide how to handle an unknown name.static HttpError.StreamErrorCodeReturns the enum constant of this class with the specified name.static HttpError.StreamErrorCode[]HttpError.StreamErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.model with parameters of type HttpError.StreamErrorCodeModifier and TypeMethodDescriptionHttpError.withStreamError(HttpError.StreamErrorCode streamErrorCode) Resets the individual request stream with a well-known error code.