搜索资源列表
j-nio-http-server-source
- 基于java nio实现的http服务器,多线程,性能通过测试,正在研究nio或者服务器的朋友可以看下
nio
- java nio 编程一个实例子.服务端程序
JSocketBean.rar
- 使用JAVA NIO异步socket的多线程源代码,JAVA NIO asynchronous socket using the multi-threaded source code
j-nio.rar
- IBM JAVA NIO培训资料,有很好的实例,JAVA NIO open-source train
nio-src.rar
- Java NIO示例代码,很好的演示了Java NIO的功能。Java NIO 提供了非阻塞式网络编程模式,大大提高了网络应用程序性能,Java NIO sample code, a very good demonstration of the Java NIO features. Java NIO non-blocking network provides a programming model, greatly improving the performance of web applica
java+nio
- java NIO 书籍 英文版 适合 学习 nio的入门教程.-java NIO books in English for entry-nio tutorial learning.
JNA3.09API
- JNA是java NIO的开源框架,这是api-JNA are open-source java NIO framework, which is api
nioPool
- JAVA NIO实现的 客户端连接池程序。 其功能主要是调用服务器函数,发送对象,接收对象 ,徐序化对象,类似于Rmi 里面用到了动态代理.-JAVA NIO client implementation process connection pool. Its function is to call the server function, to send the object to receive the object, Xu sequence of objects, similar to t
javaNio
- java nio 用于java网络非阻塞编程,区别于通常的阻塞编程-java nio network non-blocking for the java programming, programming from the usual blocking
Server
- java NIO源代码,初学者学习java NIO技术的基础代码-java NIO source code, java NIO beginners to learn the basis of technical code
nio
- Here is the Java files with 14 different examples of using the nio package.
java-nio
- 自己实现的java nio, 在客户端和服务器端都使用非阻塞io实现-java nio implemented in server and client
nio-src
- java non-blocking socket programming
NioHttpSvr.tar
- nio的主要作用就是用来解决速度差异的。举个例子:计算机处理的速度,和用户按键盘的速度。这两者的速度相差悬殊。如果按照经典的方法:一个用户设定一个线程,专门等待用户的输入,无形中就造成了严重的资源浪费:每一个线程都需要珍贵的cpu时间片,由于速度差异造成了在这个交互线程中的cpu都用来等待-nio' s main role is to solve the speed difference. For example: computer processing speed, and the us
src
- java nio socket 源码是java nio 编程的例子,简单易学-java nio socket programming java nio source is an example, is easy to learn
OReilly.Java.NIO
- 英文原版书,介绍java I/O 的使用及实例。-Java NIO explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. This compact volume examines the typical
Java-NIO
- java NIO详细说明文档,开始NIO必备文档-java NIO detailed documentation to begin the necessary documents NIO
java-NIO
- java NIO 学习.pdf NIO的简单应用讲解-java NIO 学习.pdf
java+NIO.pdf
- 对java5时代的nio进行了介绍,能够了解到为什么会出现和传统的bio不同的nio模型。(On the java5 era of NIO were introduced to be able to understand why there will be different from the traditional BIO NIO model.)
Java-WebSocket
- 这个库包含一个空的WebSocket服务器和客户端的实现java写的100%。潜在的类的实现是,它允许一个非阻塞的事件驱动模型(类似于WebSocket API的Web浏览器)。(This repository contains a barebones WebSocket server and client implementation written in 100% Java. The underlying classes are implemented java.nio, which all