WellKnownPort
Specifies a subset of relevant well-known ports registered with IANA.
Content copied to clipboard
elide.net.WellKnownPort
Properties
Link copied to clipboard
gRPC port.
Content copied to clipboard
GRPC = 50051;
Link copied to clipboard
HTTP port.
Content copied to clipboard
HTTP = 80;
Link copied to clipboard
HTTPS port.
Content copied to clipboard
HTTPS = 443;
Link copied to clipboard
MySQL port.
Content copied to clipboard
MYSQL = 3306;
Link copied to clipboard
PostgreSQL port.
Content copied to clipboard
POSTGRESQL = 5432;
Link copied to clipboard
Redis port.
Content copied to clipboard
REDIS = 6379;
Link copied to clipboard
Unspecified well-known port.
Content copied to clipboard
WELL_KNOWN_PORT_UNSPECIFIED = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.