Uses of Class
io.helidon.common.testing.http.junit5.SocketHttpClient
-
Uses of SocketHttpClient in io.helidon.common.testing.http.junit5
Modifier and TypeMethodDescriptionSocketHttpClient.awaitResponse
(String expectedStartsWith, String expectedEndsWith) Wait for text coming from socket.SocketHttpClient.continuePayload
(String payload) Continue sending more to text to socket.static SocketHttpClient
SocketHttpClient.create
(int port) Socket client that allows sending any content.static SocketHttpClient
Socket client that allows sending any content.SocketHttpClient.manualRequest
(String formatString, Object... args) Send supplied text manually to socket.Send single chunk as defined by RFC 9112 ยง7.1.SocketHttpClient.then
(Consumer<SocketHttpClient> exec) Execute immediately given consumer with this socket client as an argument.Modifier and TypeMethodDescriptionSocketHttpClient.then
(Consumer<SocketHttpClient> exec) Execute immediately given consumer with this socket client as an argument.