Uses of Interface
io.helidon.common.socket.PeerInfo
Packages that use 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
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.webserver.http
Methods in io.helidon.webserver.http that return PeerInfoModifier 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
Classes in io.helidon.webserver.testing.junit5 that implement PeerInfoModifier and TypeClassDescriptionfinal record
Peer information that can be used withDirectSocket
.Methods in io.helidon.webserver.testing.junit5 that return PeerInfoMethods in io.helidon.webserver.testing.junit5 with parameters of type PeerInfoModifier and TypeMethodDescriptionstatic DirectSocket
Create a new socket with explicit peer information.