All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.couchbase.lite.router.URLHandler Maven / Gradle / Ivy

package com.couchbase.lite.router;

import java.io.IOException;
import java.net.URL;
import java.net.URLStreamHandler;


public class URLHandler extends URLStreamHandler {

    @Override
    protected java.net.URLConnection openConnection(URL u) throws IOException {
        return new URLConnection(u);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy