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 GRPCServiceCounterGRPCServer.initThreadPool(ThreadPoolExecutor tpe, 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, io.grpc.ServerInterceptor serverInterceptor, ThreadPoolExecutor tpe, NIOStatusListener nioListener) -
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)