找传奇、传世资源到传世资源站!

socket使用简单示例源码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】socket使用简单示例源码

【相关图片】

from clipboard

【源码结构】

.
├── socket
│   ├── HELP.md
│   ├── README.md
│   ├── mvnw
│   ├── mvnw.cmd
│   ├── pom.xml
│   ├── socket.iml
│   ├── src
│   │   ├── main
│   │   │   ├── java
│   │   │   │   └── com
│   │   │   │       └── example
│   │   │   │           └── socket
│   │   │   │               ├── ClientSocket.java
│   │   │   │               ├── ClientSocket2.java
│   │   │   │               ├── SocketApplication.java
│   │   │   │               ├── entity
│   │   │   │               │   ├── Chat.java
│   │   │   │               │   ├── ClientInfo.java
│   │   │   │               │   └── MessageInfo.java
│   │   │   │               └── io
│   │   │   │                   └── SocketIOServerA.java
│   │   │   └── resources
│   │   │       ├── application.properties
│   │   │       ├── index.html
│   │   │       ├── index2.html
│   │   │       ├── moment.min.js
│   │   │       └── socket.io.js
│   │   └── test
│   │       └── java
│   │           └── com
│   │               └── example
│   │                   └── socket
│   │                       └── SocketApplicationTests.java
│   └── target
│       ├── classes
│       │   ├── application.properties
│       │   ├── com
│       │   │   └── example
│       │   │       └── socket
│       │   │           ├── ClientSocket$1.class
│       │   │           ├── ClientSocket$2.class
│       │   │           ├── ClientSocket$3.class
│       │   │           ├── ClientSocket.class
│       │   │           ├── ClientSocket2$1.class
│       │   │           ├── ClientSocket2$2.class
│       │   │           ├── ClientSocket2$3.class
│       │   │           ├── ClientSocket2.class
│       │   │           ├── SocketApplication.class
│       │   │           ├── entity
│       │   │           │   ├── Chat.class
│       │   │           │   ├── ClientInfo.class
│       │   │           │   └── MessageInfo.class
│       │   │           └── io
│       │   │               ├── SocketIOServerA$1.class
│       │   │               ├── SocketIOServerA$2.class
│       │   │               └── SocketIOServerA.class
│       │   ├── index.html
│       │   ├── index2.html
│       │   ├── moment.min.js
│       │   └── socket.io.js
│       ├── generated-sources
│       │   └── annotations
│       ├── generated-test-sources
│       │   └── test-annotations
│       └── test-classes
│           └── com
│               └── example
│                   └── socket
│                       └── SocketApplicationTests.class
└── 5t6t网_socket.zip

30 directories, 41 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复