Class ImmutableURLEndpointListenerConfiguration


  • public class ImmutableURLEndpointListenerConfiguration
    extends Object
    A bit odd. Why are these properties not simply properties on the AbstractDatabase object? Because they are mandated by a spec: https://docs.google.com/document/d/16XmIOw7aZ_NcFc6Dy6fc1jV7sc994r6iv5qm9_J7qKo/edit#heading=h.kt1n12mtpzx4
    • Method Detail

      • getDatabase

        @NonNull
        public Database getDatabase()
      • getNetworkInterface

        @Nullable
        public String getNetworkInterface()
      • getTlsIdentity

        @Nullable
        public TLSIdentity getTlsIdentity()
      • getPort

        public int getPort()
      • isTlsDisabled

        public boolean isTlsDisabled()
      • isDeltaSyncEnabled

        public boolean isDeltaSyncEnabled()
      • isReadOnly

        public boolean isReadOnly()