- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sendHeartbeat (0.14 sec)
-
src/main/java/jcifs/internal/witness/WitnessClient.java
// Send periodic heartbeat sendHeartbeat(registration); } } } /** * Sends a heartbeat for the specified registration. * * @param registration the registration */ private void sendHeartbeat(WitnessRegistration registration) { try {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.8K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
if (registration.getState() == WitnessRegistrationState.REGISTERED) { // Send periodic heartbeat sendHeartbeat(registration); } } } private void sendHeartbeat(WitnessRegistration registration) { try { WitnessHeartbeatRequest request = new WitnessHeartbeatRequest();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0)