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.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.