Java io.netty.handler.codec.serialization ClassResolvers fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.serialization ClassResolvers fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.serialization ClassResolvers.

The text is from its open source code.

Method

ClassResolvercacheDisabled(ClassLoader classLoader)
cache disabled
ClassResolversoftCachingConcurrentResolver(ClassLoader classLoader)
aggressive concurrent cache good for shared cache, when we're not worried about class unloading
ClassResolversoftCachingResolver(ClassLoader classLoader)
aggressive non-concurrent cache good for non-shared cache, when we're not worried about class unloading
ClassResolverweakCachingConcurrentResolver(ClassLoader classLoader)
non-aggressive concurrent cache good for shared cache, when we're worried about class unloading
ClassResolverweakCachingResolver(ClassLoader classLoader)
non-aggressive non-concurrent cache good for non-shared default cache