Uses of Interface
org.glassfish.grizzly.monitoring.MonitoringAware
-
Packages that use MonitoringAware Package Description org.glassfish.grizzly org.glassfish.grizzly.memory org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport org.glassfish.grizzly.threadpool -
-
Uses of MonitoringAware in org.glassfish.grizzly
Subinterfaces of MonitoringAware in org.glassfish.grizzly Modifier and Type Interface Description interfaceConnection<L>Common interface, which represents any kind of connection.interfaceTransportTransport interface describes the transport unit used in Grizzly.Classes in org.glassfish.grizzly that implement MonitoringAware Modifier and Type Class Description classAbstractTransportAbstractTransport. -
Uses of MonitoringAware in org.glassfish.grizzly.memory
Subinterfaces of MonitoringAware in org.glassfish.grizzly.memory Modifier and Type Interface Description interfaceMemoryManager<E extends Buffer>MemoryManager, responsible for allocating and releasing memory, required during application runtime.Classes in org.glassfish.grizzly.memory that implement MonitoringAware Modifier and Type Class Description classAbstractMemoryManager<E extends Buffer>AMemoryManagerabstraction to provide utilities that may be useful across differentMemoryManagerimplementations.classByteBufferManagerThe simple Buffer manager implementation, which works as wrapper aboveByteBuffers.classHeapMemoryManagerclassPooledMemoryManagerAMemoryManagerimplementation based on a series of shared memory pools. -
Uses of MonitoringAware in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement MonitoringAware Modifier and Type Class Description classNIOConnectionCommonConnectionimplementation for Java NIO Connections.classNIOTransport -
Uses of MonitoringAware in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement MonitoringAware Modifier and Type Class Description classTCPNIOConnectionConnectionimplementation for theTCPNIOTransportclassTCPNIOServerConnectionclassTCPNIOTransportTCP Transport NIO implementationclassUDPNIOConnectionConnectionimplementation for theUDPNIOTransportclassUDPNIOServerConnectionServerConnectionimplementation for theUDPNIOTransportclassUDPNIOTransportUDP NIO transport implementation -
Uses of MonitoringAware in org.glassfish.grizzly.threadpool
Classes in org.glassfish.grizzly.threadpool that implement MonitoringAware Modifier and Type Class Description classAbstractThreadPoolAbstractExecutorServiceimplementation.classFixedThreadPoolMinimalistic fixed thread pool to allow for nice scalability if a good Queue impl is used.classGrizzlyExecutorServiceclassSyncThreadPoolExecutorServiceimplementation, which function the similar way as former Grizzly 1.x Pipeline based thread pools.
-