Uses of Interface
io.helidon.common.socket.HelidonSocket
Packages that use HelidonSocket
Package
Description
Socket abstraction and data writing.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer Testing JUnit5 Support.
-
Uses of HelidonSocket in io.helidon.common.socket
Classes in io.helidon.common.socket that implement HelidonSocketModifier and TypeClassDescriptionclassHelidon socket that is based on plaintext.final classTLS socket.Methods in io.helidon.common.socket that return HelidonSocketModifier and TypeMethodDescriptionprotected HelidonSocketSocketWriter.socket()Provides access to the underlying socket.Methods in io.helidon.common.socket with parameters of type HelidonSocketModifier and TypeMethodDescriptionstatic SocketWriterSocketWriter.create(HelidonSocket socket) Create a new socket writer.static SocketWriterSocketWriter.create(ExecutorService executor, HelidonSocket socket, int writeQueueLength) Create a new socket writer.Constructors in io.helidon.common.socket with parameters of type HelidonSocket -
Uses of HelidonSocket in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return HelidonSocketModifier and TypeMethodDescriptionClientConnection.helidonSocket()AssociatedHelidonSocket.TcpClientConnection.helidonSocket() -
Uses of HelidonSocket in io.helidon.webserver.testing.junit5
Classes in io.helidon.webserver.testing.junit5 that implement HelidonSocketModifier and TypeClassDescriptionclassA socket not backed by any network, used for unit testing.