Networking:网络API

时间:2024-07-16 11:45:47
【文件属性】:

文件名称:Networking:网络API

文件大小:22KB

文件格式:ZIP

更新时间:2024-07-16 11:45:47

Java

网络API 这是一个 API,允许您将多个 Java 应用程序相互连接。 它遵循服务器-客户端结构。 例子 服务器 import java.io.IOException ; import java.util.Observable ; import com.sirolf2009.networking.AbstractServer ; public class Server extends AbstractServer { public Server () throws IOException { this ( 1200 ); } public Server ( int port ) throws IOException { super (port); } // Whenever something happens, this method gets called.


【文件预览】:
Networking-master
----networking()
--------pom.xml(1KB)
--------.settings()
--------src()
--------.project(1KB)
--------.classpath(2KB)
--------.gitignore(360B)
----LICENSE(7KB)
----README.md(5KB)

网友评论