Class TestUtils
- java.lang.Object
-
- io.servicetalk.http.router.jersey.TestUtils
-
public final class TestUtils extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestUtils.ContentReadException
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetContentAsString(Publisher<Buffer> content)static java.lang.StringgetContentAsString(StreamingHttpResponse res)static java.lang.CharSequencenewLargePayload()
-
-
-
Method Detail
-
newLargePayload
public static java.lang.CharSequence newLargePayload()
-
getContentAsString
public static java.lang.String getContentAsString(StreamingHttpResponse res)
-
-