Package io.zenoh.session
Class SessionInfo
-
- All Implemented Interfaces:
public final class SessionInfoClass allowing to obtain the information of a Session.
-
-
Constructor Summary
Constructors Constructor Description SessionInfo(Session session)
-
Method Summary
Modifier and Type Method Description final ZenohIdzid()Return the ZenohId of the current Zenoh Session final List<ZenohId>peersZid()Return the ZenohId of the zenoh peers the session is currently connected to. final List<ZenohId>routersZid()Return the ZenohId of the zenoh routers the session is currently connected to. -
-
Constructor Detail
-
SessionInfo
SessionInfo(Session session)
-
-
-
-