jar

org.curioswitch.curiostack : curio-server-framework

Maven & Gradle

Mar 13, 2022
5 usages
69 stars

Curio Server Framework · A server framework to make it simple to create a production-ready, API server or web service in Java.

Table Of Contents

Latest Version

Download org.curioswitch.curiostack : curio-server-framework JAR file - Latest Versions:

All Versions

Download org.curioswitch.curiostack : curio-server-framework JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.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 curio-server-framework-0.8.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.curioswitch.common.server.framework.redis

├─ org.curioswitch.common.server.framework.redis.ArmeriaEventLoopGroupProvider.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.MicrometerCommandLatencyCollector.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.NoopRemoteCache.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.ProtobufRedisCodec.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.ProtobufRedisLoadingCache.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.ProtobufRedisLoadingCache_Factory_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.RedisConstants.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.RedisModule.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.RedisModule_RedisClientFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.RedisModule_RedisClusterClientFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.RedisModule_RedisConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.RedisRemoteCache.class - [JAR]

├─ org.curioswitch.common.server.framework.redis.RemoteCache.class - [JAR]

org.curioswitch.common.server.framework.staticsite

├─ org.curioswitch.common.server.framework.staticsite.ImmutableStaticSiteServiceDefinition.class - [JAR]

├─ org.curioswitch.common.server.framework.staticsite.JavascriptStaticService.class - [JAR]

├─ org.curioswitch.common.server.framework.staticsite.JavascriptStaticService_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.staticsite.StaticSiteService.class - [JAR]

├─ org.curioswitch.common.server.framework.staticsite.StaticSiteServiceDefinition.class - [JAR]

org.curioswitch.common.server.framework.filter

├─ org.curioswitch.common.server.framework.filter.IpFilteringService.class - [JAR]

org.curioswitch.common.server.framework.auth.iam

├─ org.curioswitch.common.server.framework.auth.iam.IamAuthorizer.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.iam.IamAuthorizer_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.iam.IamPermissionChecker.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.iam.IamPermissionChecker_Factory.class - [JAR]

org.curioswitch.common.server.framework.armeria

├─ org.curioswitch.common.server.framework.armeria.ClientBuilderFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.armeria.ClientBuilderFactory_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.armeria.Constants.class - [JAR]

├─ org.curioswitch.common.server.framework.armeria.CurrentRequestContextExecutor.class - [JAR]

├─ org.curioswitch.common.server.framework.armeria.CurrentRequestContextForwardingExecutorService.class - [JAR]

├─ org.curioswitch.common.server.framework.armeria.SslContextKeyConverter.class - [JAR]

org.curioswitch.common.server.framework.crypto

├─ org.curioswitch.common.server.framework.crypto.CryptoModule.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.CryptoModule_SignerConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.ECDSA256Signer.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.ECDSA256Signer_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.ECDSA256Verifier.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.ECDSA256Verifier_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.ImmutableSignerConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.KeyUtil.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.ModifiableSignerConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.crypto.SignerConfig.class - [JAR]

org.curioswitch.common.server.framework.monitoring

├─ org.curioswitch.common.server.framework.monitoring.CountingSampler.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MetricsHttpService.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MetricsHttpService_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MonitoringModule.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MonitoringModule_CloseFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MonitoringModule_CollectorRegistryFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MonitoringModule_MeterRegistryFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MonitoringModule_MetricRegistryFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MonitoringModule_MonitoringConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.MonitoringModule_TracingFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.RpcMetricLabels.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.StackdriverReporter.class - [JAR]

├─ org.curioswitch.common.server.framework.monitoring.StackdriverReporter_Factory.class - [JAR]

org.curioswitch.common.server.framework.inject

├─ org.curioswitch.common.server.framework.inject.CloseOnStop.class - [JAR]

├─ org.curioswitch.common.server.framework.inject.EagerInit.class - [JAR]

org.curioswitch.common.server.framework.logging

├─ org.curioswitch.common.server.framework.logging.AbstractJacksonFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.AbstractJacksonLayout.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.HeaderSanitizer.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.JsonJacksonFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.LoggingModule.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.LoggingModule_ConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.LoggingModule_LoggingClientFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.LoggingModule_LoggingMonitorFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.LoggingModule_LoggingServiceFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.LoggingProductionComponentMonitor.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.RequestHeaderSanitizer.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.RequestLoggingContext.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.RequestLoggingContextInjector.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.RequestLoggingContext_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.ResponseHeaderSanitizer.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.StackdriverJsonLayout.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.StackdriverSeverityLookup.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.TracingProductionComponentMonitor.class - [JAR]

├─ org.curioswitch.common.server.framework.logging.TracingProductionComponentMonitor_Factory_Factory.class - [JAR]

org.curioswitch.common.server.framework.util

├─ org.curioswitch.common.server.framework.util.ProtoDurations.class - [JAR]

├─ org.curioswitch.common.server.framework.util.ProtoTimestamps.class - [JAR]

├─ org.curioswitch.common.server.framework.util.ResourceUtil.class - [JAR]

org.curioswitch.common.server.framework.database

├─ org.curioswitch.common.server.framework.database.DatabaseModule.class - [JAR]

├─ org.curioswitch.common.server.framework.database.DatabaseModule_CloseFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.database.DatabaseModule_DataSourceFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.database.DatabaseModule_DbConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.database.DatabaseModule_DbContextFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.database.DatabaseModule_DbExecutorFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.database.DatabaseUtil.class - [JAR]

├─ org.curioswitch.common.server.framework.database.ForDatabase.class - [JAR]

├─ org.curioswitch.common.server.framework.database.QueryLogger.class - [JAR]

org.curioswitch.common.server.framework.database.smf

├─ org.curioswitch.common.server.framework.database.smf.AsmInstantiatorDefinitionFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.database.smf.AsmUtils.class - [JAR]

├─ org.curioswitch.common.server.framework.database.smf.CurioReflectionService.class - [JAR]

org.curioswitch.common.server.framework.immutables

├─ org.curioswitch.common.server.framework.immutables.CurioStyle.class - [JAR]

├─ org.curioswitch.common.server.framework.immutables.JavaBeanStyle.class - [JAR]

org.curioswitch.common.server.framework.security

├─ org.curioswitch.common.server.framework.security.HttpsOnlyService.class - [JAR]

├─ org.curioswitch.common.server.framework.security.HttpsOnlyService_Factory_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.security.SecurityModule.class - [JAR]

├─ org.curioswitch.common.server.framework.security.SecurityModule_SecurityConfigFactory.class - [JAR]

org.curioswitch.common.server.framework

├─ org.curioswitch.common.server.framework.ApplicationModule.class - [JAR]

├─ org.curioswitch.common.server.framework.ApplicationModule_ClockFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ApplicationModule_ConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule_ArmeriaServerFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule_CaTrustManagerFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule_ContextFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule_ExecutorFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule_JavascriptStaticConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule_SelfSignedCertificateFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.ServerModule_ServerConfigFactory.class - [JAR]

org.curioswitch.common.server.framework.auth.googleid

├─ org.curioswitch.common.server.framework.auth.googleid.GoogleIdAuthorizer.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.googleid.GoogleIdAuthorizer_Factory_Factory.class - [JAR]

org.curioswitch.common.server.framework.auth.jwt

├─ org.curioswitch.common.server.framework.auth.jwt.ImmutableCachedPublicKeys.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.JwtAuthorizer.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.JwtAuthorizerFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.JwtAuthorizerFactory_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.JwtModule.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.JwtVerifier.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.JwtVerifierFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.JwtVerifierFactory_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.PublicKeysManager.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.PublicKeysManagerFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.jwt.PublicKeysManagerFactory_Factory.class - [JAR]

org.curioswitch.common.server.framework.config

├─ org.curioswitch.common.server.framework.config.DatabaseConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ImmutableDatabaseConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ImmutableJavascriptStaticConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ImmutableLoggingConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ImmutableMonitoringConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ImmutableRedisConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ImmutableSecurityConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ImmutableServerConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.JavascriptStaticConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.LoggingConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ModifiableDatabaseConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ModifiableJavascriptStaticConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ModifiableLoggingConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ModifiableMonitoringConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ModifiableRedisConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ModifiableSecurityConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ModifiableServerConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.MonitoringConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.RedisConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.SecurityConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.config.ServerConfig.class - [JAR]

org.curioswitch.common.server.framework.mapper

├─ org.curioswitch.common.server.framework.mapper.ProtobufConverterFactoryProducer.class - [JAR]

org.curioswitch.common.server.framework.auth.ssl

├─ org.curioswitch.common.server.framework.auth.ssl.RpcAclsCommonNamesProvider.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.ssl.SslAuthorizer.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.ssl.SslCommonNamesProvider.class - [JAR]

org.curioswitch.common.server.framework.server

├─ org.curioswitch.common.server.framework.server.HttpServiceDefinition.class - [JAR]

├─ org.curioswitch.common.server.framework.server.ImmutableHttpServiceDefinition.class - [JAR]

├─ org.curioswitch.common.server.framework.server.PostServerCustomizer.class - [JAR]

├─ org.curioswitch.common.server.framework.server.ServerShutDownDelayer.class - [JAR]

org.curioswitch.common.server.framework.grpc

├─ org.curioswitch.common.server.framework.grpc.GrpcGraphUtil.class - [JAR]

├─ org.curioswitch.common.server.framework.grpc.GrpcProductionComponent.class - [JAR]

├─ org.curioswitch.common.server.framework.grpc.GrpcServiceDefinition.class - [JAR]

├─ org.curioswitch.common.server.framework.grpc.ImmutableGrpcServiceDefinition.class - [JAR]

├─ org.curioswitch.common.server.framework.grpc.Unvalidated.class - [JAR]

org.curioswitch.common.server.framework.files

├─ org.curioswitch.common.server.framework.files.FileWatcher.class - [JAR]

├─ org.curioswitch.common.server.framework.files.FileWatcher_Builder_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.files.ImmutableWatchedPath.class - [JAR]

├─ org.curioswitch.common.server.framework.files.WatchedPath.class - [JAR]

org.curioswitch.common.server.framework.auth.firebase

├─ org.curioswitch.common.server.framework.auth.firebase.FirebaseAuthConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.FirebaseAuthModule.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.FirebaseAuthModule_FirebaseAppFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.FirebaseAuthModule_FirebaseAuthFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.FirebaseAuthModule_FirebaseConfigFactory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.FirebaseAuthorizer.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.FirebaseAuthorizer_Factory.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.ImmutableFirebaseAuthConfig.class - [JAR]

├─ org.curioswitch.common.server.framework.auth.firebase.ModifiableFirebaseAuthConfig.class - [JAR]

Advertisement