Uses of Class
io.helidon.common.testing.http.junit5.SocketHttpClient
Packages that use SocketHttpClient
-
Uses of SocketHttpClient in io.helidon.common.testing.http.junit5
Methods in io.helidon.common.testing.http.junit5 that return SocketHttpClientModifier 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.Method parameters in io.helidon.common.testing.http.junit5 with type arguments of type SocketHttpClientModifier and TypeMethodDescriptionSocketHttpClient.then
(Consumer<SocketHttpClient> exec) Execute immediately given consumer with this socket client as an argument.