Uses of Interface
org.summerboot.jexpress.boot.instrumentation.NIOStatusListener
Packages that use NIOStatusListener
Package
Description
-
Uses of NIOStatusListener in org.summerboot.jexpress.boot.instrumentation.jmx
Classes in org.summerboot.jexpress.boot.instrumentation.jmx that implement NIOStatusListener -
Uses of NIOStatusListener in org.summerboot.jexpress.nio.grpc
Methods in org.summerboot.jexpress.nio.grpc with parameters of type NIOStatusListenerModifier and TypeMethodDescriptionprotected voidGRPCServer.report(ThreadPoolExecutor tpe, boolean useVirtualThread, NIOStatusListener nioListener, String bindingAddr, int port) Constructors in org.summerboot.jexpress.nio.grpc with parameters of type NIOStatusListenerModifierConstructorDescriptionGRPCServer(String bindingAddr, int port, KeyManagerFactory kmf, TrustManagerFactory tmf, ThreadPoolExecutor tpe, boolean useVirtualThread, boolean generateReport, NIOStatusListener nioListener, io.grpc.ServerInterceptor... serverInterceptors) -
Uses of NIOStatusListener in org.summerboot.jexpress.nio.server
Fields in org.summerboot.jexpress.nio.server declared as NIOStatusListenerConstructors in org.summerboot.jexpress.nio.server with parameters of type NIOStatusListenerModifierConstructorDescriptionNioServer(NioChannelInitializer channelInitializer, NIOStatusListener nioListener)