port property

int port
final

The destination port for the check.

Common ports:

  • 80: Default for HTTP
  • 443: Default for HTTPS
  • 53: Default for DNS (TCP)

Implementation

final int port;