搜索资源列表
j-nio-http-server-source
- 基于java nio实现的http服务器,多线程,性能通过测试,正在研究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
TImage
- android 简单的图片传输程序 包括服务端和客户端 客户端使用java nio-android simple picture transmission program includes server and client using java nio client
java+nio
- java NIO 书籍 英文版 适合 学习 nio的入门教程.-java NIO books in English for entry-nio tutorial learning.
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
nio
- Java NIO 源码适合初学者,里面包括通道和Buffer的基本适用,以及文件锁,和内存文件映射-The package contain source code concerned with Java NIO,
nio
- Here is the Java files with 14 different examples of using the nio package.
nio
- java 的socket的通道编程的代码api,可以是需要的网络开发的人员浏览
NIO
- nio 的实现例子 里面有详细的中文注释 配合查询api 帮助你更好地学习nio 特点:非阻塞-nio implementation of the Chinese examples of which are detailed notes to help you better meet the query api to learn nio features: non-blocking
java-nio
- 自己实现的java nio, 在客户端和服务器端都使用非阻塞io实现-java nio implemented in server and client
src
- java nio socket 源码是java nio 编程的例子,简单易学-java nio socket programming java nio source is an example, is easy to learn
src
- 基于java .nio的tcp通讯编程框架源码-java. nio framework of the source
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