Uses of Class
org.glassfish.grizzly.memory.BufferArray
-
Packages that use BufferArray Package Description org.glassfish.grizzly org.glassfish.grizzly.memory -
-
Uses of BufferArray in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return BufferArray Modifier and Type Method Description BufferArrayBuffer. toBufferArray()BufferArrayBuffer. toBufferArray(int position, int limit)BufferArrayBuffer. toBufferArray(BufferArray array)Returns the specifiedBufferArrayafter adding thisBuffer.BufferArrayBuffer. toBufferArray(BufferArray array, int position, int limit)Methods in org.glassfish.grizzly with parameters of type BufferArray Modifier and Type Method Description BufferArrayBuffer. toBufferArray(BufferArray array)Returns the specifiedBufferArrayafter adding thisBuffer.BufferArrayBuffer. toBufferArray(BufferArray array, int position, int limit) -
Uses of BufferArray in org.glassfish.grizzly.memory
Methods in org.glassfish.grizzly.memory that return BufferArray Modifier and Type Method Description static BufferArrayBufferArray. create()BufferArrayBuffersBuffer. toBufferArray()BufferArrayBuffersBuffer. toBufferArray(int position, int limit)BufferArrayBuffersBuffer. toBufferArray(BufferArray array)BufferArrayBuffersBuffer. toBufferArray(BufferArray array, int position, int limit)BufferArrayByteBufferWrapper. toBufferArray()BufferArrayByteBufferWrapper. toBufferArray(int position, int limit)BufferArrayByteBufferWrapper. toBufferArray(BufferArray array)Returns the specifiedBufferArrayafter adding thisBuffer.BufferArrayByteBufferWrapper. toBufferArray(BufferArray array, int position, int limit)BufferArrayHeapBuffer. toBufferArray()BufferArrayHeapBuffer. toBufferArray(int position, int limit)BufferArrayHeapBuffer. toBufferArray(BufferArray array)Returns the specifiedBufferArrayafter adding thisBuffer.BufferArrayHeapBuffer. toBufferArray(BufferArray array, int position, int limit)Methods in org.glassfish.grizzly.memory with parameters of type BufferArray Modifier and Type Method Description BufferArrayBuffersBuffer. toBufferArray(BufferArray array)BufferArrayBuffersBuffer. toBufferArray(BufferArray array, int position, int limit)BufferArrayByteBufferWrapper. toBufferArray(BufferArray array)Returns the specifiedBufferArrayafter adding thisBuffer.BufferArrayByteBufferWrapper. toBufferArray(BufferArray array, int position, int limit)BufferArrayHeapBuffer. toBufferArray(BufferArray array)Returns the specifiedBufferArrayafter adding thisBuffer.BufferArrayHeapBuffer. toBufferArray(BufferArray array, int position, int limit)
-