public class UDPNUrlUtil extends Object
| Constructor and Description |
|---|
UDPNUrlUtil() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
String |
getSchema() |
static UDPNUrlUtil |
getUrl(String url)
Url parsing
|
void |
setHost(String host) |
void |
setPort(int port) |
void |
setSchema(String schema) |
public static UDPNUrlUtil getUrl(String url)
url - public String getSchema()
public void setSchema(String schema)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
Copyright © 2023. All rights reserved.