Class SolarisNetworkParams

    • Constructor Detail

      • SolarisNetworkParams

        SolarisNetworkParams()
    • Method Detail

      • getIpv4DefaultGateway

        public java.lang.String getIpv4DefaultGateway()
        Description copied from interface: NetworkParams
        Gets the default gateway(routing destination for 0.0.0.0/0) for IPv4 connections.
        Returns:
        default gateway for IPv4, or empty string if not defined.
      • getIpv6DefaultGateway

        public java.lang.String getIpv6DefaultGateway()
        Description copied from interface: NetworkParams
        Gets default gateway(routing destination for ::/0) for IPv6 connections.
        Returns:
        default gateway for IPv6, or empty string if not defined.