jar

com.github.charlemaznable : grpc-astray

Maven & Gradle

Jul 18, 2023
0 stars

Astray gRPC · The Java gRPC Server/Client implementation, using JSON marshaller.

Table Of Contents

Latest Version

Download com.github.charlemaznable : grpc-astray JAR file - Latest Versions:

All Versions

Download com.github.charlemaznable : grpc-astray JAR file - All Versions:

Version Vulnerabilities Size Updated
2023.2.x
2023.1.x
2023.0.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 grpc-astray-2023.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.charlemaznable.grpc.astray.server.invocation.exception

├─ com.github.charlemaznable.grpc.astray.server.invocation.exception.ConditionalOnMissingExceptionHandler.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.exception.GRpcExceptionScope.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.exception.OnMissingExceptionHandlerCondition.class - [JAR]

com.github.charlemaznable.grpc.astray.client.configurer.inprocess

├─ com.github.charlemaznable.grpc.astray.client.configurer.inprocess.InProcessChannelBuilderConfig.class - [JAR]

com.github.charlemaznable.grpc.astray.client.westcache

├─ com.github.charlemaznable.grpc.astray.client.westcache.WestCacheCallOptionsConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.westcache.WestCacheClientInterceptor.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.westcache.WestCacheGRpcClientExcluder.class - [JAR]

com.github.charlemaznable.grpc.astray.server.autoconfigure

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.ConditionalOnGRpcServerEnabled.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.GRpcServerBuilderConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.GRpcServerConfiguration.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.GRpcServerInitializedEvent.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.GRpcServerProperties.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.GRpcServerRunner.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.GRpcServicesRegistry.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.autoconfigure.NettyServerBuilderConfiguration.class - [JAR]

com.github.charlemaznable.grpc.astray.client.enhancer

├─ com.github.charlemaznable.grpc.astray.client.enhancer.GRpcClientEnhancer.class - [JAR]

com.github.charlemaznable.grpc.astray.server.common

├─ com.github.charlemaznable.grpc.astray.server.common.GRpcRuntimeExceptionAdapter.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.common.MessageBlockingServerCallListener.class - [JAR]

com.github.charlemaznable.grpc.astray.server.invocation.handle

├─ com.github.charlemaznable.grpc.astray.server.invocation.handle.GRpcCleanupHandlerMethod.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.handle.GRpcExceptionHandlerMethod.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.handle.GRpcHandlerMethodElf.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.handle.GRpcHandlerMethodResolver.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.handle.GRpcHandlingSupport.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.handle.GRpcRequestHandlerMethod.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.handle.GRpcResponseHandlerMethod.class - [JAR]

com.github.charlemaznable.grpc.astray.server.validation

├─ com.github.charlemaznable.grpc.astray.server.validation.GRpcValidatingInterceptor.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.validation.GRpcValidationConfiguration.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.validation.GRpcValidationProperties.class - [JAR]

com.github.charlemaznable.grpc.astray.client

├─ com.github.charlemaznable.grpc.astray.client.GRpcCall.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcChannel.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcChannelBalance.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcClient.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcClientException.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcConfigurerWith.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcFactory.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcScan.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.GRpcScannerRegistrar.class - [JAR]

com.github.charlemaznable.grpc.astray.server.validation.group

├─ com.github.charlemaznable.grpc.astray.server.validation.group.RequestMessage.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.validation.group.ResponseMessage.class - [JAR]

com.github.charlemaznable.grpc.astray.client.internal

├─ com.github.charlemaznable.grpc.astray.client.internal.GRpcCallProxy.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.internal.GRpcClientDummy.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.internal.GRpcClientProxy.class - [JAR]

com.github.charlemaznable.grpc.astray.client.configurer

├─ com.github.charlemaznable.grpc.astray.client.configurer.GRpcChannelBalanceConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.configurer.GRpcChannelBuilderConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.configurer.GRpcChannelConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.configurer.GRpcConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.configurer.GRpcInitializationConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.configurer.GRpcInitializationContext.class - [JAR]

com.github.charlemaznable.grpc.astray.server

├─ com.github.charlemaznable.grpc.astray.server.GRpcGlobalInterceptor.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.GRpcMethod.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.GRpcService.class - [JAR]

com.github.charlemaznable.grpc.astray.client.configurer.configservice

├─ com.github.charlemaznable.grpc.astray.client.configurer.configservice.GRpcChannelBalanceConfig.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.configurer.configservice.GRpcChannelConfig.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.configurer.configservice.GRpcCommonConfig.class - [JAR]

com.github.charlemaznable.grpc.astray.server.invocation

├─ com.github.charlemaznable.grpc.astray.server.invocation.GRpcCleanupHandler.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.GRpcExceptionHandler.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.GRpcInvocationConfiguration.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.GRpcInvocationHandlerInterceptor.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.GRpcRequestHandler.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.GRpcResponseHandler.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.server.invocation.GRpcServiceAdvice.class - [JAR]

com.github.charlemaznable.grpc.astray.client.elf

├─ com.github.charlemaznable.grpc.astray.client.elf.CallOptionsConfigElf.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.elf.CallOptionsConfigurer.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.elf.GlobalChannelProcessElf.class - [JAR]

├─ com.github.charlemaznable.grpc.astray.client.elf.GlobalChannelProcessor.class - [JAR]

com.github.charlemaznable.grpc.astray.common

├─ com.github.charlemaznable.grpc.astray.common.GRpcAstrayMarshaller.class - [JAR]