jar

io.ep2p : row-server-starter

Maven & Gradle

Jul 01, 2021
1 usages
0 stars

Springboot Rest Over Websocket Starter · Spring boot starter for Rest Over Websocket

Table Of Contents

Latest Version

Download io.ep2p : row-server-starter JAR file - Latest Versions:

All Versions

Download io.ep2p : row-server-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.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 row-server-starter-2.1.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.ep2p.row.server.ws

├─ io.ep2p.row.server.ws.AbstractWebsocketSession.class - [JAR]

├─ io.ep2p.row.server.ws.NativeWebsocketSession.class - [JAR]

├─ io.ep2p.row.server.ws.RowHandshakeAuthHandler.class - [JAR]

├─ io.ep2p.row.server.ws.RowHandshakeTokenInterceptor.class - [JAR]

├─ io.ep2p.row.server.ws.RowProtocolHandshakeInterceptor.class - [JAR]

├─ io.ep2p.row.server.ws.RowServerWebsocket.class - [JAR]

├─ io.ep2p.row.server.ws.RowWebSocketHandler.class - [JAR]

├─ io.ep2p.row.server.ws.RowWsListener.class - [JAR]

├─ io.ep2p.row.server.ws.SpringRowServerWebsocket.class - [JAR]

├─ io.ep2p.row.server.ws.TokenExtractor.class - [JAR]

├─ io.ep2p.row.server.ws.WebsocketSession.class - [JAR]

io.ep2p.row.server.service

├─ io.ep2p.row.server.service.DefaultEndpointProvider.class - [JAR]

├─ io.ep2p.row.server.service.EndpointProvider.class - [JAR]

├─ io.ep2p.row.server.service.ProtocolService.class - [JAR]

├─ io.ep2p.row.server.service.PublisherService.class - [JAR]

├─ io.ep2p.row.server.service.RawMessagePublisherService.class - [JAR]

├─ io.ep2p.row.server.service.RowInvokerService.class - [JAR]

├─ io.ep2p.row.server.service.SubscriberService.class - [JAR]

io.ep2p.row.server.utl

├─ io.ep2p.row.server.utl.RequestResponseUtil.class - [JAR]

├─ io.ep2p.row.server.utl.WebsocketSessionUtil.class - [JAR]

io.ep2p.row.server.annotations

├─ io.ep2p.row.server.annotations.EnableRowPublisher.class - [JAR]

├─ io.ep2p.row.server.annotations.Filter.class - [JAR]

├─ io.ep2p.row.server.annotations.PostSubscribe.class - [JAR]

├─ io.ep2p.row.server.annotations.PreSubscribe.class - [JAR]

├─ io.ep2p.row.server.annotations.Publish.class - [JAR]

├─ io.ep2p.row.server.annotations.RowController.class - [JAR]

├─ io.ep2p.row.server.annotations.RowIgnore.class - [JAR]

├─ io.ep2p.row.server.annotations.RowQuery.class - [JAR]

io.ep2p.row.server.exception

├─ io.ep2p.row.server.exception.AuthenticationFailedException.class - [JAR]

├─ io.ep2p.row.server.exception.InvalidPathException.class - [JAR]

io.ep2p.row.server.config

├─ io.ep2p.row.server.config.ClassPathScanner.class - [JAR]

├─ io.ep2p.row.server.config.FilterScanner.class - [JAR]

├─ io.ep2p.row.server.config.Naming.class - [JAR]

├─ io.ep2p.row.server.config.PublisherProxyBeanFactory.class - [JAR]

├─ io.ep2p.row.server.config.PublisherProxyBeansRegistrar.class - [JAR]

├─ io.ep2p.row.server.config.PublisherProxyConfig.class - [JAR]

├─ io.ep2p.row.server.config.RowApplicationListener.class - [JAR]

├─ io.ep2p.row.server.config.RowConfiguration.class - [JAR]

├─ io.ep2p.row.server.config.RowScanner.class - [JAR]

├─ io.ep2p.row.server.config.WebsocketConfiguration.class - [JAR]

io.ep2p.row.server.filter

├─ io.ep2p.row.server.filter.RowFilter.class - [JAR]

├─ io.ep2p.row.server.filter.RowFilterChain.class - [JAR]

├─ io.ep2p.row.server.filter.RowInvokerFiler.class - [JAR]

├─ io.ep2p.row.server.filter.SubscribeFilter.class - [JAR]

io.ep2p.row.server.repository

├─ io.ep2p.row.server.repository.EndpointRepository.class - [JAR]

├─ io.ep2p.row.server.repository.RowSessionRegistry.class - [JAR]

├─ io.ep2p.row.server.repository.SetEndpointRepository.class - [JAR]

├─ io.ep2p.row.server.repository.SubscriptionRegistry.class - [JAR]

io.ep2p.row.server.domain

├─ io.ep2p.row.server.domain.RowEndpoint.class - [JAR]

├─ io.ep2p.row.server.domain.RowResponseStatus.class - [JAR]

├─ io.ep2p.row.server.domain.WebsocketUserData.class - [JAR]

io.ep2p.row.server.context

├─ io.ep2p.row.server.context.DefaultContextImpl.class - [JAR]

├─ io.ep2p.row.server.context.InheritableThreadLocalRowContextHolderStrategy.class - [JAR]

├─ io.ep2p.row.server.context.RowContext.class - [JAR]

├─ io.ep2p.row.server.context.RowContextHolder.class - [JAR]

├─ io.ep2p.row.server.context.RowContextHolderStrategy.class - [JAR]

├─ io.ep2p.row.server.context.RowUser.class - [JAR]

├─ io.ep2p.row.server.context.ThreadLocalRowContextHolderStrategy.class - [JAR]

io.ep2p.row.server.event

├─ io.ep2p.row.server.event.EventPublisherProxy.class - [JAR]

├─ io.ep2p.row.server.event.PublishStrategy.class - [JAR]

├─ io.ep2p.row.server.event.RowPublisher.class - [JAR]

├─ io.ep2p.row.server.event.Subscription.class - [JAR]

io.ep2p.row.server.config.properties

├─ io.ep2p.row.server.config.properties.HandlerProperties.class - [JAR]

├─ io.ep2p.row.server.config.properties.RowProperties.class - [JAR]

├─ io.ep2p.row.server.config.properties.WebSocketProperties.class - [JAR]

io.ep2p.row.server.domain.protocol

├─ io.ep2p.row.server.domain.protocol.RequestDto.class - [JAR]

├─ io.ep2p.row.server.domain.protocol.ResponseDto.class - [JAR]

Advertisement

Dependencies from Group

Dec 31, 2022
2 usages
17 stars
Jul 01, 2021
1 usages
0 stars
Jul 01, 2021
1 usages
0 stars
Jul 01, 2021
1 usages
0 stars
Sep 17, 2021
1 stars

Discover Dependencies

Sep 22, 2021
1 usages
22 stars
Jul 14, 2021
2 usages
0 stars
Jul 14, 2021
2 usages
0 stars
Aug 06, 2021
1 usages
0 stars
Oct 27, 2021
1 usages
1 stars
Oct 27, 2021
1 usages
1 stars
Aug 21, 2023
1 usages
158 stars