org.glassfish.grizzly.http.util
Class CacheableBufferChunk
java.lang.Object
org.glassfish.grizzly.http.util.BufferChunk
org.glassfish.grizzly.http.util.CacheableBufferChunk
public class CacheableBufferChunk
- extends BufferChunk
BufferChunk implementation, which could be cached in the thread cache.
- Author:
- Alexey Stashok
| Methods inherited from class org.glassfish.grizzly.http.util.BufferChunk |
compare, compareIgnoreCase, equals, equalsIgnoreCase, findBytesAscii, getBuffer, getEnd, getStart, hasBuffer, hasString, indexOf, indexOf, isNull, lock, newInstance, onContentChanged, resetBuffer, resetString, resetStringCache, set, setBuffer, setBuffer, setEnd, setStart, setString, size, startsWith, startsWithIgnoreCase, toString, toString, unlock |
CacheableBufferChunk
public CacheableBufferChunk()
create
public static CacheableBufferChunk create()
reset
public void reset()
- Overrides:
reset in class BufferChunk
recycle
public void recycle()
- Overrides:
recycle in class BufferChunk
Copyright © 2010 Oracle Corpration. All Rights Reserved.