搜索资源列表
SocketChannel
- sample source for java socket
example.core.Java.code.SocketChannel
- Java核心SocketChannel经典实例代码Classic example of the core Java code SocketChannel -Classic example of the core Java code SocketChannel
tcp
- SocketChannel非阻塞网络编程-SocketChannel JavaNIO
sOCKETcHANNEL.RAR
- SocketChannel extends AbstractSelectableChannel implements ByteChannel, ScatteringByteChannel, GatheringByteChannel. -SocketChannel extends AbstractSelectableChannel implements ByteChannel, ScatteringByteChannel, Gath
OldSocketChannelTest
- Tests for SocketChannel and its default implementation.
AlreadyConnectedException
- An AlreadyConnectedException is thrown when an attempt is made to connect a SocketChannel that is already connected.
SelectorProvider
- SelectorProvider is an abstract base class that declares methods for providing instances of DatagramChannel, Pipe, java.nio.channels.Selector , ServerSocketChannel, and SocketChannel.
SocketChannel
- java.nio全称java non-blocking IO,是指jdk1.4 及以上版本里提供的新api(New IO) ,为所有的原始类型(boolean类型除外)提供缓存支持的数据容器,使用它可以提供非阻塞式的高伸缩性网络。(The full name of java.nio Java non-blocking IO, refers to the provision of the new API jdk1.4 and above