Uses of Interface
io.helidon.common.socket.PeerInfo
Packages that use PeerInfo
Package
Description
Socket abstraction and data writing.
Helidon WebServer gRPC Support.
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 TypeMethodDescriptionNioSocket.localPeer()PlainSocket.localPeer()SocketContext.localPeer()Local peer information.TlsNioSocket.localPeer()TlsSocket.localPeer()NioSocket.remotePeer()PlainSocket.remotePeer()SocketContext.remotePeer()Remote peer information.TlsNioSocket.remotePeer()TlsSocket.remotePeer() -
Uses of PeerInfo in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc that return PeerInfoModifier and TypeMethodDescriptionGrpcConnectionContext.localPeer()Local peer information.GrpcConnectionContext.remotePeer()Remote peer information. -
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 recordPeer 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 DirectSocketCreate a new socket with explicit peer information.