Searched refs:AUTHORITY_ENCODER (Results 1 – 2 of 2) sorted by relevance
141 static final UriCodec AUTHORITY_ENCODER = new PartEncoder("@[]"); field in URI319 AUTHORITY_ENCODER.appendEncoded(uri, authority); in URI()394 authority = AUTHORITY_ENCODER.validate(uri, authorityStart, fileStart, "authority"); in parseURI()
274 URI.AUTHORITY_ENCODER.appendPartiallyEncoded(result, authority); in toExternalForm()