标签:file ddr 服务器 网络通 使用方法 超时 代码 receive output
URL 对象的构造方法:
public URL (String spec) throws MalformedURLException
public URL (String protocol, String host, String file) throws MalformedURLException
URL 对象调用 InputStream openStream() 方法可以返回一个输入流,该输入流指向 URL 对象所包含的资源。
public String getHostName()
public String getHostAddress()
DatagramPacket(byte data[],int length,InetAddtress address,int port)
DatagramPack(byte data[],int offset,int length,InetAddtress address,int port)
DatagramSocket
类的不带参数的构造方法:DatagramSocket()
DatagramSocket mail_out=new DatagramSocket();
mail_out.send(data_pack);
截图如下
代码行数 | 博客量 | 学习时间 |
---|---|---|
5000 | 20 | 200 |
7061 | 11 | 109 |
标签:file ddr 服务器 网络通 使用方法 超时 代码 receive output
原文地址:https://www.cnblogs.com/treebeard123/p/8969106.html