public static interface IOElasticBuffer.Initializer
The user registers an instance of this interface with an IOElasticBuffer
buffer to initialize the contents of the backing IO buffer when first created by
the IOElasticBuffer buffer.
Note: An IOElasticBuffer buffer is ready for population immediately after
it is created. Backing buffer creation is done on demand by the
packet buffer. This interface is used if a user wants to wait
till one of the on-demand operations creates the backing buffer
before initializing the buffer rather than doing in up front.
| Modifier and Type | Method and Description |
|---|---|
void |
initializeBuffer()
Invoked to initialize the buffer
The buffer is prepared and ready for population when this
method is invoked.
|
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.