Uses of Interface
io.helidon.common.socket.PeerInfo
Packages that use PeerInfo
Package
Description
Socket abstraction and data writing.
Unit and integration testing support for NĂma WebServer and JUnit 5.
WebServer HTTP specific APIs.
-
Uses of PeerInfo in io.helidon.common.socket
Methods in io.helidon.common.socket that return PeerInfoModifier 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.nima.testing.junit5.webserver
Classes in io.helidon.nima.testing.junit5.webserver that implement PeerInfoModifier and TypeClassDescriptionfinal recordPeer information that can be used withDirectSocket.Methods in io.helidon.nima.testing.junit5.webserver that return PeerInfoMethods in io.helidon.nima.testing.junit5.webserver with parameters of type PeerInfoModifier and TypeMethodDescriptionstatic DirectSocketCreate a new socket with explicit peer information. -
Uses of PeerInfo in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that return PeerInfoModifier and TypeMethodDescriptionHttpRequest.localPeer()Peer info of the local side.HttpRequest.remotePeer()Peer info of the remote peer.