Uses of Interface
org.glassfish.grizzly.monitoring.MonitoringAware
Packages that use MonitoringAware
Package
Description
-
Uses of MonitoringAware in org.glassfish.grizzly
Subinterfaces of MonitoringAware in org.glassfish.grizzlyModifier and TypeInterfaceDescriptioninterfaceConnection<L>Common interface, which represents any kind of connection.interfaceTransport interface describes the transport unit used in Grizzly.Classes in org.glassfish.grizzly that implement MonitoringAware -
Uses of MonitoringAware in org.glassfish.grizzly.http
Classes in org.glassfish.grizzly.http that implement MonitoringAwareModifier and TypeClassDescriptionclassClient sideHttpCodecFilterimplementation, which is responsible for decodingHttpResponsePacketand encodingHttpRequestPacketmessages.classTheFilter, responsible for transformingBufferintoHttpPacketand vice versa in asynchronous mode.classServer sideHttpCodecFilterimplementation, which is responsible for decodingHttpRequestPacketand encodingHttpResponsePacketmessages.final classWeb container configuration for keep-alive HTTP connections. -
Uses of MonitoringAware in org.glassfish.grizzly.http.server
Classes in org.glassfish.grizzly.http.server that implement MonitoringAwareModifier and TypeClassDescriptionclassFilter implementation to provide high-level HTTP request/response processing. -
Uses of MonitoringAware in org.glassfish.grizzly.http.server.filecache
Classes in org.glassfish.grizzly.http.server.filecache that implement MonitoringAwareModifier and TypeClassDescriptionclassThis class implements a file caching mechanism used to cache static resources. -
Uses of MonitoringAware in org.glassfish.grizzly.memory
Subinterfaces of MonitoringAware in org.glassfish.grizzly.memoryModifier and TypeInterfaceDescriptioninterfaceMemoryManager<E extends Buffer>MemoryManager, responsible for allocating and releasing memory, required during application runtime.Classes in org.glassfish.grizzly.memory that implement MonitoringAwareModifier and TypeClassDescriptionclassAbstractMemoryManager<E extends Buffer>AMemoryManagerabstraction to provide utilities that may be useful across differentMemoryManagerimplementations.classThe simple Buffer manager implementation, which works as wrapper aboveByteBuffers.classclassAMemoryManagerimplementation based on a series of shared memory pools. -
Uses of MonitoringAware in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement MonitoringAwareModifier and TypeClassDescriptionclassCommonConnectionimplementation for Java NIO Connections.class -
Uses of MonitoringAware in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement MonitoringAwareModifier and TypeClassDescriptionclassConnectionimplementation for theTCPNIOTransportfinal classfinal classTCP Transport NIO implementationclassConnectionimplementation for theUDPNIOTransportclassServerConnectionimplementation for theUDPNIOTransportfinal classUDP NIO transport implementation -
Uses of MonitoringAware in org.glassfish.grizzly.threadpool
Classes in org.glassfish.grizzly.threadpool that implement MonitoringAwareModifier and TypeClassDescriptionclassAbstractExecutorServiceimplementation.classMinimalistic fixed thread pool to allow for nice scalability if a good Queue impl is used.classclassExecutorServiceimplementation, which function the similar way as former Grizzly 1.x Pipeline based thread pools.