Package | Description |
---|---|
org.jgroups.blocks.cs |
This package contains all client-server related interfaces and classes
|
org.jgroups.nio |
Modifier and Type | Field and Description |
---|---|
protected Buffers |
NioConnection.recv_buf |
protected Buffers |
NioConnection.send_buf |
Modifier and Type | Method and Description |
---|---|
Buffers |
Buffers.add(java.nio.ByteBuffer... buffers) |
Buffers |
Buffers.add(java.nio.ByteBuffer buf) |
Buffers |
Buffers.copy()
Copies the data that has not yet been written and moves last_copied.
|
Buffers |
Buffers.limit(int new_limit) |
Buffers |
Buffers.nextToCopy(int next) |
Buffers |
Buffers.position(int new_pos) |
Buffers |
Buffers.remove(int index)
Nulls the buffer at index
|
Buffers |
Buffers.set(int index,
java.nio.ByteBuffer buf) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.