public class StandardUriInfoFactory extends Object implements UriInfoFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
JDBC_PREFIX |
| Constructor and Description |
|---|
StandardUriInfoFactory() |
public static final String JDBC_PREFIX
public UriInfo createUri(String scheme, String host, int port, String username, String password, String path)
UriInfoFactoryUriInfo based on explicit components of the URIcreateUri in interface UriInfoFactoryUriInfopublic UriInfo createUri(String uriString)
UriInfoFactoryUriInfo based on a URI stringcreateUri in interface UriInfoFactoryuriString - the URI string to parseUriInfo