Package com.github.fmjsjx.libnetty.http.server.component
-
Interface Summary Interface Description ExceptionHandler Defines a handler to handle exceptions.HttpServerComponent Defines an interface of HTTP server components.JsonLibrary Provides methods to support JSON features.WorkerPool Provides a worker thread pool. -
Class Summary Class Description DefaultWorkerPool The default implementation ofWorkerPool.Jackson2JsonLibrary Implementation ofJsonLibraryusingjackson2.SimpleExceptionHandler<E extends java.lang.Throwable> The abstract implementation ofExceptionHandlerwhich allows to explicit only handle a specific type of exceptions.WrappedWorkerPool The wrapped implementation ofWorkerPool. -
Exception Summary Exception Description JsonLibrary.JsonException A runtime exception threw by a JSON encoder/decoder.