Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
Modifier and Type | Field and Description |
---|---|
static ByteBufferPool |
ByteBufferPool.LARGE_DIRECT
The large direct buffer pool.
|
static ByteBufferPool |
ByteBufferPool.LARGE_HEAP
The large heap buffer pool.
|
static ByteBufferPool |
ByteBufferPool.MEDIUM_DIRECT
The medium direct buffer pool.
|
static ByteBufferPool |
ByteBufferPool.MEDIUM_HEAP
The medium heap buffer pool.
|
static ByteBufferPool |
ByteBufferPool.SMALL_DIRECT
The small direct buffer pool.
|
static ByteBufferPool |
ByteBufferPool.SMALL_HEAP
The small heap buffer pool.
|
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
ByteBufferPool.Set.getLarge()
Get the large buffer pool for this set.
|
ByteBufferPool |
ByteBufferPool.Set.getNormal()
Get the medium buffer pool for this set.
|
ByteBufferPool |
ByteBufferPool.Set.getSmall()
Get the small buffer pool for this set.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.