jar

site.peaklee.framework : spring-boot-netty-starter

Maven & Gradle

Apr 18, 2023

spring-boot-netty-starter · spring-boot-netty-starter It is an integration framework for sprint boot and netty. For students who are not familiar with netty, it can quickly develop socket servers based on netty. It implements a large number of annotations and process interceptors, which can seamlessly connect with sprint boot for rapid development.

Table Of Contents

Latest Version

Download site.peaklee.framework : spring-boot-netty-starter JAR file - Latest Versions:

All Versions

Download site.peaklee.framework : spring-boot-netty-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2022.1.x
2022.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-netty-starter-2022.0.1-ALPHA.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

site.peaklee.framework.handler.impl

├─ site.peaklee.framework.handler.impl.ClientRetryHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketAfterMessageHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketAnnotationHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketBeforeMessageHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketInterceptHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketListenerHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketMessageHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketSessionRegisteredHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.SocketSessionUnregisteredHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.WebSocketFrameDecoderHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.WebSocketProtocFrameEncoderHandler.class - [JAR]

├─ site.peaklee.framework.handler.impl.WebSocketTextFrameEncoderHandler.class - [JAR]

site.peaklee.framework.utils

├─ site.peaklee.framework.utils.ClsUtils.class - [JAR]

├─ site.peaklee.framework.utils.IOCUtils.class - [JAR]

├─ site.peaklee.framework.utils.SSLUtil.class - [JAR]

├─ site.peaklee.framework.utils.ScanUtil.class - [JAR]

├─ site.peaklee.framework.utils.TypeCheckUtils.class - [JAR]

site.peaklee.framework.context

├─ site.peaklee.framework.context.SocketConfigurableContext.class - [JAR]

site.peaklee.framework.annotation

├─ site.peaklee.framework.annotation.EnableWebServer.class - [JAR]

├─ site.peaklee.framework.annotation.Handler.class - [JAR]

├─ site.peaklee.framework.annotation.HandlerScan.class - [JAR]

├─ site.peaklee.framework.annotation.InjectAttr.class - [JAR]

├─ site.peaklee.framework.annotation.InjectBean.class - [JAR]

site.peaklee.framework.server.impl

├─ site.peaklee.framework.server.impl.AnnotationBeanManager.class - [JAR]

├─ site.peaklee.framework.server.impl.ClientApplication.class - [JAR]

├─ site.peaklee.framework.server.impl.DefaultHandlerCacheHelper.class - [JAR]

├─ site.peaklee.framework.server.impl.ServerApplication.class - [JAR]

├─ site.peaklee.framework.server.impl.SocketApplication.class - [JAR]

├─ site.peaklee.framework.server.impl.SpiBeanManager.class - [JAR]

site.peaklee.framework.server

├─ site.peaklee.framework.server.Server.class - [JAR]

site.peaklee.framework.pojo

├─ site.peaklee.framework.pojo.HandlerCallback.class - [JAR]

├─ site.peaklee.framework.pojo.MethodProxy.class - [JAR]

site.peaklee.framework.enums

├─ site.peaklee.framework.enums.AppType.class - [JAR]

├─ site.peaklee.framework.enums.HandlerEvent.class - [JAR]

├─ site.peaklee.framework.enums.HandlerType.class - [JAR]

├─ site.peaklee.framework.enums.ProtoType.class - [JAR]

├─ site.peaklee.framework.enums.SSLType.class - [JAR]

├─ site.peaklee.framework.enums.SocketType.class - [JAR]

site.peaklee.framework.session

├─ site.peaklee.framework.session.MessageCallback.class - [JAR]

├─ site.peaklee.framework.session.MessageGroupCallback.class - [JAR]

├─ site.peaklee.framework.session.MessageServerCallback.class - [JAR]

site.peaklee.framework.annotation.handler

├─ site.peaklee.framework.annotation.handler.OnActive.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnAddSession.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnAfterMessage.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnBeforeAddSession.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnBeforeMessage.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnBeforeRemoveSession.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnComplete.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnError.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnIdle.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnInactive.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnMessage.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnRegister.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnRemoveSession.class - [JAR]

├─ site.peaklee.framework.annotation.handler.OnUnregister.class - [JAR]

site.peaklee.framework.context.impl

├─ site.peaklee.framework.context.impl.SocketConfigurableContextImpl.class - [JAR]

├─ site.peaklee.framework.context.impl.WebSocketConfigurableContextImpl.class - [JAR]

site.peaklee.framework.config

├─ site.peaklee.framework.config.ClientConfiguration.class - [JAR]

├─ site.peaklee.framework.config.ServerConfiguration.class - [JAR]

├─ site.peaklee.framework.config.SocketAutoConfiguration.class - [JAR]

├─ site.peaklee.framework.config.SocketConfiguration.class - [JAR]

├─ site.peaklee.framework.config.SocketSSL.class - [JAR]

├─ site.peaklee.framework.config.WebSocketConfiguration.class - [JAR]

site.peaklee.framework.core.spi

├─ site.peaklee.framework.core.spi.ApplicationDestroy.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketActive.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketAfterReadMessage.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketBeforeReadMessage.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketCompleteMessage.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketExceptionCapture.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketIdle.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketInactive.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketMessage.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketRegistered.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketRegisteredSession.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketUnregistered.class - [JAR]

├─ site.peaklee.framework.core.spi.SocketUnregisteredSession.class - [JAR]

├─ site.peaklee.framework.core.spi.SpringCommandLineRunner.class - [JAR]

├─ site.peaklee.framework.core.spi.SpringInject.class - [JAR]

site.peaklee.framework.cache

├─ site.peaklee.framework.cache.AdapterSessionManager.class - [JAR]

├─ site.peaklee.framework.cache.SessionFind.class - [JAR]

├─ site.peaklee.framework.cache.SessionManager.class - [JAR]

├─ site.peaklee.framework.cache.SessionStatistics.class - [JAR]

site.peaklee.framework.handler.adapter

├─ site.peaklee.framework.handler.adapter.AdapterSessionInboundHandler.class - [JAR]

├─ site.peaklee.framework.handler.adapter.AdapterSessionInboundTypeHandler.class - [JAR]

site.peaklee.framework.session.impl

├─ site.peaklee.framework.session.impl.ApplicationSession.class - [JAR]

├─ site.peaklee.framework.session.impl.GroupSession.class - [JAR]

├─ site.peaklee.framework.session.impl.Session.class - [JAR]

site.peaklee.framework.factory

├─ site.peaklee.framework.factory.SocketConfigurableContextFactory.class - [JAR]

site.peaklee.framework.handler

├─ site.peaklee.framework.handler.AnnotationProxy.class - [JAR]

├─ site.peaklee.framework.handler.HandlerInitProxy.class - [JAR]

├─ site.peaklee.framework.handler.ListenerBroadcast.class - [JAR]

├─ site.peaklee.framework.handler.SessionInboundHandler.class - [JAR]

├─ site.peaklee.framework.handler.ThreadLocalInboundHandlerAdapter.class - [JAR]

site.peaklee.framework.core

├─ site.peaklee.framework.core.DestroyHandler.class - [JAR]

├─ site.peaklee.framework.core.HandlerBean.class - [JAR]

├─ site.peaklee.framework.core.SpringSocketApplication.class - [JAR]

site.peaklee.framework.cache.impl

├─ site.peaklee.framework.cache.impl.DefaultSessionManager.class - [JAR]