Module swim.linker
Package swim.linker

Class ServiceDef

    • Field Detail

      • uri

        protected Uri uri
    • Constructor Detail

      • ServiceDef

        public ServiceDef()
    • Method Detail

      • scheme

        public abstract UriScheme scheme()
      • address

        public abstract String address()
      • port

        public abstract int port()
      • uri

        public Uri uri()
      • toValue

        public abstract Value toValue()