Uses of Enum Class
org.summerboot.jexpress.boot.annotation.Service.ChannelHandlerType
Packages that use Service.ChannelHandlerType
Package
Description
-
Uses of Service.ChannelHandlerType in org.summerboot.jexpress.boot
Fields in org.summerboot.jexpress.boot with type parameters of type Service.ChannelHandlerTypeModifier and TypeFieldDescriptionprotected final Map<Service.ChannelHandlerType,Set<String>> ScanedGuiceModule.channelHandlerNamesprotected final Map<Service.ChannelHandlerType,Set<String>> SummerSingularity.channelHandlerNamesMethods in org.summerboot.jexpress.boot that return Service.ChannelHandlerTypeConstructors in org.summerboot.jexpress.boot with parameters of type Service.ChannelHandlerTypeModifierConstructorDescriptionServiceMetadata(Class serviceImplClass, String named, String implTag, Service.ChannelHandlerType channelHandlerType) -
Uses of Service.ChannelHandlerType in org.summerboot.jexpress.boot.annotation
Methods in org.summerboot.jexpress.boot.annotation that return Service.ChannelHandlerTypeModifier and TypeMethodDescriptionstatic Service.ChannelHandlerTypeReturns the enum constant of this class with the specified name.static Service.ChannelHandlerType[]Service.ChannelHandlerType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Service.ChannelHandlerType in org.summerboot.jexpress.nio.server
Fields in org.summerboot.jexpress.nio.server with type parameters of type Service.ChannelHandlerTypeModifier and TypeFieldDescriptionprotected Map<Service.ChannelHandlerType,Set<String>> NioChannelInitializer.channelHandlerNamesMethod parameters in org.summerboot.jexpress.nio.server with type arguments of type Service.ChannelHandlerTypeModifier and TypeMethodDescriptionNioChannelInitializer.init(com.google.inject.Injector injector, Map<Service.ChannelHandlerType, Set<String>> channelHandlerNames)