Uses of Interface
org.glassfish.grizzly.Cacheable
-
-
Uses of Cacheable in org.glassfish.grizzly
Subinterfaces of Cacheable in org.glassfish.grizzly Modifier and Type Interface Description interfaceGrizzlyFuture<R>GrizzlyFutureimplementation.Classes in org.glassfish.grizzly that implement Cacheable Modifier and Type Class Description classContextObject, which is responsible for holding context during I/O event processing.classReadResult<K,L>Result of read operation, returned byReadable.classTransformationResult<I,O>Represents the result of message encoding/decoding.classWriteResult<K,L>Result of write operation, returned byWriteable. -
Uses of Cacheable in org.glassfish.grizzly.asyncqueue
Classes in org.glassfish.grizzly.asyncqueue that implement Cacheable Modifier and Type Class Description classAsyncQueueRecord<R>AsyncQueueelement unitclassAsyncReadQueueRecordAsyncQueueread element unitclassAsyncWriteQueueRecordAsyncQueuewrite element unitclassRecordReadResult<K,L>Read result associated with aAsyncWriteQueueRecord.classRecordWriteResult<K,L>Write result associated with aAsyncWriteQueueRecord. -
Uses of Cacheable in org.glassfish.grizzly.compression.lzma
Classes in org.glassfish.grizzly.compression.lzma that implement Cacheable Modifier and Type Class Description static classLZMADecoder.LZMAInputStatestatic classLZMAEncoder.LZMAOutputState -
Uses of Cacheable in org.glassfish.grizzly.http
Classes in org.glassfish.grizzly.http that implement Cacheable Modifier and Type Class Description classCookieCreates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.classHttpBrokenContentHttpContentmessage, which represents broken HTTP content.classHttpContentObject represents HTTP message content: complete or part.classHttpHeaderHttpPacket, which represents HTTP message header.classHttpPacketAbstraction, which represents any type of HTTP message:HttpRequestPacket,HttpResponsePacket,HttpContent.classHttpRequestPacketTheHttpHeaderobject, which represents HTTP request message.classHttpResponsePacketTheHttpHeaderobject, which represents HTTP response message.classHttpTrailerHttpContentmessage, which represents HTTP trailer message.classParsingResultClass, which represents result ofTransferEncodingorContentEncodingparsing. -
Uses of Cacheable in org.glassfish.grizzly.http.server.filecache
Classes in org.glassfish.grizzly.http.server.filecache that implement Cacheable Modifier and Type Class Description classFileCacheKeyThe entry key in the file cache map.classLazyFileCacheKeyLazyFileCacheKeyobject. -
Uses of Cacheable in org.glassfish.grizzly.impl
Subinterfaces of Cacheable in org.glassfish.grizzly.impl Modifier and Type Interface Description interfaceFutureImpl<R>Futureinterface, which has full control over the state.Classes in org.glassfish.grizzly.impl that implement Cacheable Modifier and Type Class Description classReadyFutureImpl<R>Futureimplementation with the specific unmodifiable result.classSafeFutureImpl<R>SafeFutureImplimplementation.classUnsafeFutureImpl<R>Simple thread-unsafeFutureimplementation. -
Uses of Cacheable in org.glassfish.grizzly.memory
Subinterfaces of Cacheable in org.glassfish.grizzly.memory Modifier and Type Interface Description protected static interfaceAbstractMemoryManager.TrimAwareThis is a marker interface indicating a particularBufferimplementation can be trimmed.Classes in org.glassfish.grizzly.memory that implement Cacheable Modifier and Type Class Description protected classByteBufferManager.SmallByteBufferWrapperByteBufferWrapperimplementation, which supports trimming.
-