Module swim.uri
Package swim.uri

Class UriPort

    • Field Detail

      • number

        protected final int number
    • Constructor Detail

      • UriPort

        protected UriPort​(int number)
    • Method Detail

      • undefined

        public static UriPort undefined()
      • from

        public static UriPort from​(int number)
      • isDefined

        public final boolean isDefined()
      • number

        public final int number()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public void debug​(Output<?> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
      • display

        public void display​(Output<?> output)
        Description copied from interface: Display
        Writes a human readable, display-formatted string representation of this object to output.
        Specified by:
        display in interface Display