Uses of Enum Class
org.mockserver.test.Http2FlowControlBodies.Size
Packages that use Http2FlowControlBodies.Size
-
Uses of Http2FlowControlBodies.Size in org.mockserver.test
Methods in org.mockserver.test that return Http2FlowControlBodies.SizeModifier and TypeMethodDescriptionstatic Http2FlowControlBodies.SizeReturns the enum constant of this class with the specified name.static Http2FlowControlBodies.Size[]Http2FlowControlBodies.Size.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.test with parameters of type Http2FlowControlBodies.SizeModifier and TypeMethodDescriptionstatic StringHttp2FlowControlBodies.body(Http2FlowControlBodies.Size size, String marker) A deterministic body of exactlysizebytes whose filler is stamped throughout withmarker, so a mis-routed or truncated body cannot equal the expected one anywhere along its length.