- All Superinterfaces:
SocketContext
Server connection context.
-
Method Summary
Modifier and TypeMethodDescriptionio.helidon.common.buffers.DataReaderData reader to read request bytes.io.helidon.common.buffers.DataWriterData writer to write response bytes.executor()Executor service to submit asynchronous tasks.Context of the listener.router()Router that may contain routings of different types (HTTP, WebSocket, grpc).Methods inherited from interface io.helidon.common.socket.SocketContext
childSocketId, isSecure, localPeer, log, log, remotePeer, socketId
-
Method Details
-
listenerContext
ListenerContext listenerContext()Context of the listener. Configuration specific to a single listener.- Returns:
- listener specific context
-
executor
ExecutorService executor()Executor service to submit asynchronous tasks.- Returns:
- executor service
-
dataWriter
io.helidon.common.buffers.DataWriter dataWriter()Data writer to write response bytes.- Returns:
- data writer
-
dataReader
io.helidon.common.buffers.DataReader dataReader()Data reader to read request bytes.- Returns:
- data reader
-
router
Router router()Router that may contain routings of different types (HTTP, WebSocket, grpc).- Returns:
- rouer
-