Package com.couchbase.lite
Class URLEndpoint
- java.lang.Object
-
- com.couchbase.lite.URLEndpoint
-
-
Constructor Summary
Constructors Constructor Description URLEndpoint(URI url)
Constructor with the url.
-
-
-
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.
-
-