Uses of Interface
io.helidon.common.socket.HelidonSocket
Packages that use HelidonSocket
Package
Description
Socket abstraction and data writing.
Unit and integration testing support for NĂma WebServer and JUnit 5.
WebSocket client.
-
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(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.nima.testing.junit5.webserver
Classes in io.helidon.nima.testing.junit5.webserver that implement HelidonSocketModifier and TypeClassDescriptionclassA socket not backed by any network, used for unit testing. -
Uses of HelidonSocket in io.helidon.nima.websocket.client
Methods in io.helidon.nima.websocket.client with parameters of type HelidonSocketModifier and TypeMethodDescriptionstatic ClientWsConnectionClientWsConnection.create(WsListener listener, HelidonSocket helidonSocket, DataReader reader, DataWriter writer, Optional<String> subProtocol) Create a new connection.