|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.http.SocketChannelOutputBuffer.ByteBufferClonerImpl
protected final class SocketChannelOutputBuffer.ByteBufferClonerImpl
ByteBufferCloner implementation, which is called by Grizzly
framework at the time, when asynchronous write queue can not write
the buffer directly on socket and instead will put it in queue.
This implementation tries to get temporary ByteBuffer from the pool,
if no ByteBuffer is available - then new one will be created.
| Constructor Summary | |
|---|---|
protected |
SocketChannelOutputBuffer.ByteBufferClonerImpl()
|
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
clone(java.nio.ByteBuffer originalByteBuffer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SocketChannelOutputBuffer.ByteBufferClonerImpl()
| Method Detail |
|---|
public java.nio.ByteBuffer clone(java.nio.ByteBuffer originalByteBuffer)
clone in interface ByteBufferCloner
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||