org.glassfish.grizzly.http.util
Class CacheableDataChunk
java.lang.Object
org.glassfish.grizzly.http.util.DataChunk
org.glassfish.grizzly.http.util.CacheableDataChunk
public class CacheableDataChunk
- extends DataChunk
DataChunk implementation, which could be cached in the thread cache.
- Author:
- Alexey Stashok
| Methods inherited from class org.glassfish.grizzly.http.util.DataChunk |
delete, duplicate, equals, equalsIgnoreCase, getBufferChunk, getCharChunk, getEnd, getLength, getStart, getType, indexOf, indexOf, isNull, newInstance, newInstance, notifyDirectUpdate, onContentChanged, resetBuffer, resetCharChunk, resetString, set, setBuffer, setChars, setString, startsWith, startsWithIgnoreCase, toChars, toImmutable, toString, toString |
CacheableDataChunk
public CacheableDataChunk()
create
public static CacheableDataChunk create()
reset
public void reset()
- Overrides:
reset in class DataChunk
recycle
public void recycle()
- Overrides:
recycle in class DataChunk
Copyright © 2011 Oracle Corpration. All Rights Reserved.