类的使用
net.dongliu.commons.net.HostPort
-
使用HostPort的程序包 程序包 说明 net.dongliu.commons.net -
-
net.dongliu.commons.net中HostPort的使用
返回HostPort的net.dongliu.commons.net中的方法 修饰符和类型 方法 说明 static HostPortHostPort. of(java.lang.String host)Construct a HostPort with only hoststatic HostPortHostPort. of(java.lang.String host, int port)Construct a HostPort with host and portstatic HostPortHostPort. parse(java.lang.String address)Parse net address, return HostPort.HostPortHostPort. withPort(int port)Return a new HostPort with new port
-