| Package | Description |
|---|---|
| com.mysql.cj.conf |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionUrlParser.Pair<java.lang.String,java.lang.Integer> |
ConnectionUrlParser.parseHostPortPair(java.lang.String hostInfo)
Parses a host:port pair and returns the two elements in a
ConnectionUrlParser.Pair |
static ConnectionUrlParser.Pair<java.lang.String,java.lang.String> |
ConnectionUrlParser.parseUserInfo(java.lang.String userInfo)
Parses the given user information which is formed by the parts [user][:password].
|
private ConnectionUrlParser.Pair<java.lang.String,java.lang.String> |
ConnectionUrlParser.splitByUserInfoAndHostInfo(java.lang.String authSegment)
Splits the given authority segment in the user information part and the host part.
|