Package | Description |
---|---|
org.apache.river.api.net |
Modifier and Type | Method and Description |
---|---|
private static UriParser |
Uri.constructor1(String uri) |
private static UriParser |
Uri.constructor2(String scheme,
String ssp,
String frag) |
private static UriParser |
Uri.constructor3(String scheme,
String userinfo,
String host,
int port,
String path,
String query,
String fragment) |
private static UriParser |
Uri.constructor4(String scheme,
String authority,
String path,
String query,
String fragment) |
Constructor and Description |
---|
Uri(UriParser p)
Private constructor that doesn't throw URISyntaxException, all public
constructors are designed to avoid finalizer attacks by calling static
methods that throw URISyntaxException, just in case we
decide to make this class non final at some point in future.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.