- All Implemented Interfaces:
 
Endpoint 
URL based replication target endpoint
- 
Constructor Summary
Constructors
Constructor with the url.
 
 
 
- 
Method Summary
 
 
- 
Constructor Details
- 
URLEndpoint
public URLEndpoint(@NonNull
 URI url) 
Constructor with the url. The supported URL schemes are
 
     - wss -- data transfer over a secure channel
 
     - ws  -- data transfer over an insecure channel
 
 
 
- Parameters:
 
url - The url. 
 
 
- 
Method Details
- 
 
- 
getURL
@NonNull
public URI getURL()
 
Returns the url.