搜索资源列表
char__java
- 用java(开发工具JBuilder)编写的聊天室程序,主要应用java socket协议编程,每个客户一个线程。本程序是学习java socket和Thread的良好用例。-with java (JBuilder development tools) prepared by the chat room procedures, main application java socket programming agreements, each customer a thread. The proc
JAVAClient_Server
- 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
Critical
- Lesson16线程同步与异步套接字编程-Lesson16 thread synchronization with asynchronous socket programming
WlbSocket
- 一个socket练习程序,通过jdk1.5的功能,通过线程池的功能实现的。-A socket practice procedures jdk1.5 features, functionality through the thread pool achievable.
myServer
- java socket编程,类似tomcat功能,支持线程池,并行,以及访问服务器下的html文件-java socket programming, tomcat similar functionality, support for the thread pool, in parallel, as well as access the server under the html file
javasocket
- 1. socket通信:有客户端和服务端的socket代码。 2. 多线程:客户端和服务端各用一线程发送信息;服务端另有一监听线程,用于把超时的信息删除。 这里应用到了同步,使两个线程可以操作同一个map。 -1. Socket communications: There are client and service side of the socket code. 2. Multi-threading: client and server uses one threa
qiu_networksecurity_project1
- 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com
TakeAwayShopProject
- IDE: Myeclipse 6.5 1. Panel Layout: GridBagConstraints 2. Records List: JTable 3. MenuItemsTable: AbstractTableModel 4. OrderedItemsTable: DefaultTableModel 5. Multi-calling: Multi-Thread 6. Network: Socket 7. Database oper
JavaChat
- 这是一个通过线程实现的聊天程序。服务器端打开套接字监听客户端的请求。-This is a thread to achieve through the chat program. Server-side open socket monitor client requests.
FlashSocket
- 一个类似坦克游戏的demo程序 使用Direction类来进行方向控制 使用Dot类来计算距离 用上Direction类和Dot类之后,这个demo程序变得异常简单额。。 也没什么好说,主要透过这个例子,让大家类熟悉Direction类和Dot类的使用方法 不懂的可以在后面跟帖提问,高手如果看到什么有错误的地方,请指正出来,多谢指教 -A similar tank game demo program using the Direction class to carry o
java-nio
- 实例化HashMap类型的一个对象用来存放每一个客户对应的套接字和通道,实例化线程通道选择器等,当由用户请求时,接受,加入选择项,注册感兴趣事件,另一线程处理输入流,在前面加echo:,发给客户端。-HashMap instance of an object type used to store the corresponding socket of each customer and channel, channel selector thread instantiation, etc., w
java socket 编程
- 本例包含服务器端和客户端,多线程,每线程多次发送,Eclipse工程,启动服务器使用 nu.javafaq.server.NioServer,启动客户端使用 nu.javafaq.client.Nio-This example contains the server side and client, multi-threaded, each thread repeatedly sent, Eclipse project, start the server using the nu.javafaq
Javathread
- 这是专门讲java 网络编程中的 thread线程,socket,适合中级开发者-This is specifically about network programming java threads in the thread, socket, suitable for intermediate developers
JavaSocketMultiThread
- java socket 实现 多线程并发控制 java socket 实现 多线程并发控制-use java socket to realize the function:multiple thread
SocketTest3
- Socket多线程程序,方便开发人员直接基于该架构开发自己的应用程序-socket mul-thread
SocketServer
- 两通道,socket 服务器,顺序连接。纯java socket 例子-2 thread channel java server sample
QQ_Thread_Socket
- QQ模板案列演示,包含Thread,socket等方面功能详细解。共广大朋友研究-QQ template case out presentations, detailed solution containing Thread, socket, etc.. The total majority friend research
06.Socket
- 线程通信,客户端和服务器的通信,采用了线程-Thread communication, the client and server communications, the use of a thread
RW-thread
- java 编译的读写线程显示,带有读写锁,基于socket -read and write thread having W/R lock with socket
limengjie
- java socket单线程通信,可以作为课程设计(Java socket single thread communication, which can be used as a course design)