Uses of Interface
io.helidon.common.socket.HelidonSocket
Package
Description
Socket abstraction and data writing.
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer Testing JUnit5 Support.
-
Uses of HelidonSocket in io.helidon.common.socket
Modifier and TypeClassDescriptionclass
Helidon socket that is based on plaintext.final class
TLS socket.Modifier and TypeMethodDescriptionprotected HelidonSocket
SocketWriter.socket()
Provides access to the underlying socket.Modifier and TypeMethodDescriptionstatic SocketWriter
SocketWriter.create
(HelidonSocket socket) Create a new socket writer.static SocketWriter
SocketWriter.create
(ExecutorService executor, HelidonSocket socket, int writeQueueLength, boolean smartAsyncWrites) Create a new socket writer. -
Uses of HelidonSocket in io.helidon.webclient.api
Modifier and TypeMethodDescriptionClientConnection.helidonSocket()
AssociatedHelidonSocket
.TcpClientConnection.helidonSocket()
-
Uses of HelidonSocket in io.helidon.webserver
Modifier and TypeMethodDescriptiondefault HelidonSocket
ConnectionContext.serverSocket()
The underlying network socket for the connection. -
Uses of HelidonSocket in io.helidon.webserver.testing.junit5
Modifier and TypeClassDescriptionclass
A socket not backed by any network, used for unit testing.