jar

org.piangles.gateway : Gateway

Maven & Gradle

Mar 03, 2023
0 stars

PiAngles Gateway · API gateway that is the single entry point for all clients.

Table Of Contents

Latest Version

Download org.piangles.gateway : Gateway JAR file - Latest Versions:

All Versions

Download org.piangles.gateway : Gateway JAR file - All Versions:

Version Vulnerabilities Size Updated
10.3
10.2
10.1
10.0
9.9
9.8
9.7
9.5
9.4
9.3
9.2
9.1
9.0
8.9
8.8
8.7
8.6
8.5
8.4
8.3
8.2
8.1
8.0
7.9
7.8
7.7
7.6
7.5
7.4
7.3
7.2
7.1
7.0
6.9
6.8
6.7
6.6
6.5
6.4
6.3
6.2
6.1
6.0
5.9
5.8
5.7
5.6
5.5
5.4
5.3
5.2
5.1
5.0
4.9
4.8
4.7
4.6
4.5
4.3
4.2
4.1
4.0
3.9
3.8
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.9
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
0.9
0.8
0.6
0.5
0.4
0.3
0.2
0.1

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 Gateway-10.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.piangles.gateway.requests.dto

├─ org.piangles.gateway.requests.dto.AuthenticationDetails.class - [JAR]

├─ org.piangles.gateway.requests.dto.BooleanResponse.class - [JAR]

├─ org.piangles.gateway.requests.dto.ChangePasswordRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.EmptyRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.EndpointMetadata.class - [JAR]

├─ org.piangles.gateway.requests.dto.GeneratePasswordResetTokenRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.GenericContactRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.LocationRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.LoginRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.LoginResponse.class - [JAR]

├─ org.piangles.gateway.requests.dto.MFASetupRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.Ping.class - [JAR]

├─ org.piangles.gateway.requests.dto.Pong.class - [JAR]

├─ org.piangles.gateway.requests.dto.Request.class - [JAR]

├─ org.piangles.gateway.requests.dto.Response.class - [JAR]

├─ org.piangles.gateway.requests.dto.SignUpRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.SimpleResponse.class - [JAR]

├─ org.piangles.gateway.requests.dto.StatusCode.class - [JAR]

├─ org.piangles.gateway.requests.dto.SubscriptionRequest.class - [JAR]

├─ org.piangles.gateway.requests.dto.SystemInfo.class - [JAR]

├─ org.piangles.gateway.requests.dto.ValidateMFATokenRequest.class - [JAR]

org.piangles.gateway.service.impl.jetty

├─ org.piangles.gateway.service.impl.jetty.ClientEndpointImpl.class - [JAR]

├─ org.piangles.gateway.service.impl.jetty.GatewayServiceImpl.class - [JAR]

├─ org.piangles.gateway.service.impl.jetty.WebSocketLifecycleEventHandler.class - [JAR]

org.piangles.gateway.requests.processors

├─ org.piangles.gateway.requests.processors.AbstractAuthenticationProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.AbstractRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.AbstractStreamAcquirer.class - [JAR]

├─ org.piangles.gateway.requests.processors.AutoSuggestRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.ChangePasswordRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.CreateUserProfileRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.DefaultStreamRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.EndpointMetadataRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.GeneratePasswordResetTokenRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.GetConfigRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.GetLocationRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.GetUserPreferencesRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.GetUserProfileRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.KeepSessionAliveRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.ListEndpointsRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.LoginRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.LogoutRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.MFASetupRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.ResetPasswordRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.SendMFATokenRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.SetLocationRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.SignUpRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.StreamAcquirer.class - [JAR]

├─ org.piangles.gateway.requests.processors.SubscriptionRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.UpdateUserPreferencesRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.UpdateUserProfileRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.UserProfileExistsRequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.processors.ValidateMFATokenRequestProcessor.class - [JAR]

org.piangles.gateway.requests.dao

├─ org.piangles.gateway.requests.dao.GatewayDAO.class - [JAR]

├─ org.piangles.gateway.requests.dao.GatewayDAOImpl.class - [JAR]

├─ org.piangles.gateway.requests.dao.RequestResponseDAOImpl.class - [JAR]

├─ org.piangles.gateway.requests.dao.RequestResponseDetails.class - [JAR]

├─ org.piangles.gateway.requests.dao.UserDeviceInfo.class - [JAR]

├─ org.piangles.gateway.requests.dao.UserDeviceInfoDAOImpl.class - [JAR]

org.piangles.gateway.events.processors

├─ org.piangles.gateway.events.processors.AbstractEventProcessor.class - [JAR]

├─ org.piangles.gateway.events.processors.PassThruApplicationEventsProcessor.class - [JAR]

├─ org.piangles.gateway.events.processors.PassThruControlEventProcessor.class - [JAR]

org.piangles.gateway.requests.hooks

├─ org.piangles.gateway.requests.hooks.AlertDetails.class - [JAR]

├─ org.piangles.gateway.requests.hooks.MidAuthenticationHook.class - [JAR]

├─ org.piangles.gateway.requests.hooks.PostAuthenticationHook.class - [JAR]

├─ org.piangles.gateway.requests.hooks.PostRequestProcessingHook.class - [JAR]

org.piangles.gateway.requests.validators

├─ org.piangles.gateway.requests.validators.AbstractRequestValidator.class - [JAR]

├─ org.piangles.gateway.requests.validators.ChangePasswordRequestValidator.class - [JAR]

├─ org.piangles.gateway.requests.validators.DefaultGatewayRequestValidator.class - [JAR]

├─ org.piangles.gateway.requests.validators.GenericContactRequestValidator.class - [JAR]

├─ org.piangles.gateway.requests.validators.LoginRequestValidator.class - [JAR]

├─ org.piangles.gateway.requests.validators.SignUpRequestValidator.class - [JAR]

├─ org.piangles.gateway.requests.validators.SubscriptionRequestValidator.class - [JAR]

org.piangles.gateway

├─ org.piangles.gateway.ClientEndpoint.class - [JAR]

├─ org.piangles.gateway.CommunicationPattern.class - [JAR]

├─ org.piangles.gateway.Constants.class - [JAR]

├─ org.piangles.gateway.GatewayConfiguration.class - [JAR]

├─ org.piangles.gateway.GatewayService.class - [JAR]

├─ org.piangles.gateway.Message.class - [JAR]

├─ org.piangles.gateway.MessageType.class - [JAR]

org.piangles.gateway.events

├─ org.piangles.gateway.events.EventDispatcher.class - [JAR]

├─ org.piangles.gateway.events.EventListener.class - [JAR]

├─ org.piangles.gateway.events.EventProcessingManager.class - [JAR]

├─ org.piangles.gateway.events.EventProcessor.class - [JAR]

├─ org.piangles.gateway.events.EventRouter.class - [JAR]

├─ org.piangles.gateway.events.KafkaConsumerManager.class - [JAR]

org.piangles.gateway.requests

├─ org.piangles.gateway.requests.AlertManager.class - [JAR]

├─ org.piangles.gateway.requests.CacheTraceIdStore.class - [JAR]

├─ org.piangles.gateway.requests.ClientStateDeterminator.class - [JAR]

├─ org.piangles.gateway.requests.Communicator.class - [JAR]

├─ org.piangles.gateway.requests.Endpoints.class - [JAR]

├─ org.piangles.gateway.requests.HookProcessor.class - [JAR]

├─ org.piangles.gateway.requests.InMemoryTraceIdStore.class - [JAR]

├─ org.piangles.gateway.requests.MFAManager.class - [JAR]

├─ org.piangles.gateway.requests.RequestProcessingManager.class - [JAR]

├─ org.piangles.gateway.requests.RequestProcessingThread.class - [JAR]

├─ org.piangles.gateway.requests.RequestProcessor.class - [JAR]

├─ org.piangles.gateway.requests.RequestRouter.class - [JAR]

├─ org.piangles.gateway.requests.RequestValidator.class - [JAR]

├─ org.piangles.gateway.requests.ResponseSender.class - [JAR]

├─ org.piangles.gateway.requests.StatusCodeMapper.class - [JAR]

├─ org.piangles.gateway.requests.TraceIdStore.class - [JAR]

org.piangles.gateway.client

├─ org.piangles.gateway.client.ClientDetails.class - [JAR]

├─ org.piangles.gateway.client.ClientState.class - [JAR]

├─ org.piangles.gateway.client.Location.class - [JAR]

├─ org.piangles.gateway.client.Metrics.class - [JAR]

Advertisement