Uses of Interface
io.helidon.common.socket.PeerInfo
Package
Description
Socket abstraction and data writing.
Helidon WebServer HTTP specific APIs.
Helidon WebServer Testing JUnit5 Support.
-
Uses of PeerInfo in io.helidon.common.socket
Modifier and TypeMethodDescriptionPlainSocket.localPeer()
SocketContext.localPeer()
Local peer information.TlsSocket.localPeer()
PlainSocket.remotePeer()
SocketContext.remotePeer()
Remote peer information.TlsSocket.remotePeer()
-
Uses of PeerInfo in io.helidon.webserver.http
Modifier and TypeMethodDescriptionHttpRequest.localPeer()
Peer info of the local side.HttpRequest.remotePeer()
Peer info of the remote peer. -
Uses of PeerInfo in io.helidon.webserver.testing.junit5
Modifier and TypeClassDescriptionfinal record
Peer information that can be used withDirectSocket
.Modifier and TypeMethodDescriptionstatic DirectSocket
Create a new socket with explicit peer information.