Class URLEndpoint

  • All Implemented Interfaces:
    Endpoint

    public final class URLEndpoint
    extends Object
    implements Endpoint
    URL based replication target endpoint
    • Constructor Detail

      • URLEndpoint

        public URLEndpoint​(@NonNull
                           URI url)
        Constructor with the url. The supported URL schemes are ws and wss for transferring data over a secure channel.
        Parameters:
        url - The url.
    • Method Detail

      • getURL

        @NonNull
        public URI getURL()
        Returns the url.