All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download rxmicro-rest-server JAR 0.7.4 with all dependencies


The basic HTTP server module used to create REST controllers and run REST-based microservices.

Files of the artifact rxmicro-rest-server version 0.7.4 from the group io.rxmicro.

Test

Download rxmicro-rest-server (0.7.4)
Artifact rxmicro-rest-server
Group io.rxmicro
Version 0.7.4
Last update 18. December 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies rxmicro-rest, rxmicro-logger, rxmicro-runtime,
There are maybe transitive dependencies!
There is a newer version: 0.11
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of rxmicro-rest-server Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of rxmicro-rest-server version 0.7.4

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.io.rxmicro.rxmicro-rest-server
META-INF.maven.io.rxmicro.rxmicro-rest-server.META-INF.maven.io.rxmicro.rxmicro-rest-server.pom.properties
META-INF.maven.io.rxmicro.rxmicro-rest-server.META-INF.maven.io.rxmicro.rxmicro-rest-server.pom.xml
META-INF.native-image.io.rxmicro.rxmicro-rest-server
META-INF.native-image.io.rxmicro.rxmicro-rest-server.META-INF.native-image.io.rxmicro.rxmicro-rest-server.native-image.properties
META-INF.native-image.io.rxmicro.rxmicro-rest-server.META-INF.native-image.io.rxmicro.rxmicro-rest-server.reflection-config.json
io.rxmicro.rest.server
io.rxmicro.rest.server.io.rxmicro.rest.server.HttpServerConfig
io.rxmicro.rest.server.io.rxmicro.rest.server.NotFoundMessage
io.rxmicro.rest.server.io.rxmicro.rest.server.PredefinedRequestIdGeneratorProvider
io.rxmicro.rest.server.io.rxmicro.rest.server.PredefinedStaticResponseHeader
io.rxmicro.rest.server.io.rxmicro.rest.server.RequestIdGeneratorProvider
io.rxmicro.rest.server.io.rxmicro.rest.server.RestServerConfig
io.rxmicro.rest.server.io.rxmicro.rest.server.RestServerGeneratorConfig
io.rxmicro.rest.server.io.rxmicro.rest.server.RxMicro
io.rxmicro.rest.server.io.rxmicro.rest.server.ServerInstance
io.rxmicro.rest.server.io.rxmicro.rest.server.SetStatusCode
io.rxmicro.rest.server.io.rxmicro.rest.server.StaticResponseHeader
io.rxmicro.rest.server.detail.component
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.AbstractRestController
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.BadHttpRequestRestController
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.CrossOriginResourceSharingPreflightRestController
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.HttpHealthCheckRestController
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.HttpResponseBuilder
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.ModelReader
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.ModelWriter
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.RestControllerAggregator
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.RestControllerRegistrar
io.rxmicro.rest.server.detail.component.io.rxmicro.rest.server.detail.component.package-info
io.rxmicro.rest.server.detail.model
io.rxmicro.rest.server.detail.model.io.rxmicro.rest.server.detail.model.CrossOriginResourceSharingResource
io.rxmicro.rest.server.detail.model.io.rxmicro.rest.server.detail.model.HttpHealthCheckRegistration
io.rxmicro.rest.server.detail.model.io.rxmicro.rest.server.detail.model.HttpRequest
io.rxmicro.rest.server.detail.model.io.rxmicro.rest.server.detail.model.HttpResponse
io.rxmicro.rest.server.detail.model.io.rxmicro.rest.server.detail.model.PathMatcherResult
io.rxmicro.rest.server.detail.model.io.rxmicro.rest.server.detail.model.Registration
io.rxmicro.rest.server.detail.model.mapping
io.rxmicro.rest.server.detail.model.mapping.io.rxmicro.rest.server.detail.model.mapping.AbstractRequestMappingRule
io.rxmicro.rest.server.detail.model.mapping.io.rxmicro.rest.server.detail.model.mapping.ExactUrlRequestMappingRule
io.rxmicro.rest.server.detail.model.mapping.io.rxmicro.rest.server.detail.model.mapping.RequestMappingRule
io.rxmicro.rest.server.detail.model.mapping.io.rxmicro.rest.server.detail.model.mapping.UrlTemplateRequestMappingRule
io.rxmicro.rest.server.detail.model.mapping.io.rxmicro.rest.server.detail.model.mapping.package-info
io.rxmicro.rest.server.detail.model
io.rxmicro.rest.server.detail.model.io.rxmicro.rest.server.detail.model.package-info
io.rxmicro.rest.server.detail
io.rxmicro.rest.server.detail.io.rxmicro.rest.server.detail.package-info
io.rxmicro.rest.server.feature
io.rxmicro.rest.server.feature.io.rxmicro.rest.server.feature.EnableCrossOriginResourceSharing
io.rxmicro.rest.server.feature.io.rxmicro.rest.server.feature.ErrorHandler
io.rxmicro.rest.server.feature.io.rxmicro.rest.server.feature.RequestIdGenerator
io.rxmicro.rest.server.feature.io.rxmicro.rest.server.feature.package-info
io.rxmicro.rest.server.feature.request.id.generator
io.rxmicro.rest.server.feature.request.id.generator.io.rxmicro.rest.server.feature.request.id.generator.Deterministic96BitsRequestIdGenerator
io.rxmicro.rest.server.feature.request.id.generator.io.rxmicro.rest.server.feature.request.id.generator.DeterministicValueProvider
io.rxmicro.rest.server.feature.request.id.generator.io.rxmicro.rest.server.feature.request.id.generator.PartlyRandom96BitsRequestIdGenerator
io.rxmicro.rest.server.feature.request.id.generator.io.rxmicro.rest.server.feature.request.id.generator.RandomRequestIdGenerator
io.rxmicro.rest.server.feature.request.id.generator.internal
io.rxmicro.rest.server.feature.request.id.generator.internal.io.rxmicro.rest.server.feature.request.id.generator.internal.CurrentTimeInMillisAsDeterministicValueProvider
io.rxmicro.rest.server.feature.request.id.generator
io.rxmicro.rest.server.feature.request.id.generator.io.rxmicro.rest.server.feature.request.id.generator.package-info
io.rxmicro.rest.server.internal
io.rxmicro.rest.server.internal.io.rxmicro.rest.server.internal.BaseRestController
io.rxmicro.rest.server.internal.io.rxmicro.rest.server.internal.BaseRestControllerMethod
io.rxmicro.rest.server.internal.io.rxmicro.rest.server.internal.RequestIdGeneratorProviderHelper
io.rxmicro.rest.server.internal.io.rxmicro.rest.server.internal.Router
io.rxmicro.rest.server.internal.io.rxmicro.rest.server.internal.StandardResponseHeaderValueSupplierFactory
io.rxmicro.rest.server.internal.component
io.rxmicro.rest.server.internal.component.io.rxmicro.rest.server.internal.component.ComponentResolver
io.rxmicro.rest.server.internal.component.io.rxmicro.rest.server.internal.component.ErrorHttpResponseBuilder
io.rxmicro.rest.server.internal.component.io.rxmicro.rest.server.internal.component.RequestMappingKeyBuilder
io.rxmicro.rest.server.internal.component.impl
io.rxmicro.rest.server.internal.component.impl.io.rxmicro.rest.server.internal.component.impl.ComponentResolverImpl
io.rxmicro.rest.server.internal.component.impl.io.rxmicro.rest.server.internal.component.impl.ErrorHttpResponseBuilderImpl
io.rxmicro.rest.server.internal.component.impl.io.rxmicro.rest.server.internal.component.impl.RequestMappingKeyBuilderImpl
io.rxmicro.rest.server.internal.component.impl.error
io.rxmicro.rest.server.internal.component.impl.error.io.rxmicro.rest.server.internal.component.impl.error.AnyHttpErrorHttpResponseBuilder
io.rxmicro.rest.server.internal.component.impl.error.io.rxmicro.rest.server.internal.component.impl.error.HttpCallFailedHttpResponseBuilder
io.rxmicro.rest.server.internal.component.impl.error.io.rxmicro.rest.server.internal.component.impl.error.RedirectHttpResponseBuilder
io.rxmicro.rest.server.internal.component.impl.error.io.rxmicro.rest.server.internal.component.impl.error.ThrowableHttpResponseBuilder
io.rxmicro.rest.server.internal.model
io.rxmicro.rest.server.internal.model.io.rxmicro.rest.server.internal.model.QueryParamsImpl
io.rxmicro.rest.server.local.component
io.rxmicro.rest.server.local.component.io.rxmicro.rest.server.local.component.DynamicRestControllerRegistrar
io.rxmicro.rest.server.local.component.io.rxmicro.rest.server.local.component.HttpErrorResponseBodyBuilder
io.rxmicro.rest.server.local.component.io.rxmicro.rest.server.local.component.PathMatcher
io.rxmicro.rest.server.local.component.io.rxmicro.rest.server.local.component.RequestHandler
io.rxmicro.rest.server.local.component.io.rxmicro.rest.server.local.component.RestServerLauncher
io.rxmicro.rest.server.local.component.io.rxmicro.rest.server.local.component.ServerFactory
io.rxmicro.rest.server.local.model
io.rxmicro.rest.server.local.model.io.rxmicro.rest.server.local.model.RestControllerMethod
io.rxmicro.rest.server.local.model.io.rxmicro.rest.server.local.model.RestControllerRegistrationFilter
io.rxmicro.rest.server.local.model.io.rxmicro.rest.server.local.model.ServerContainer
io.rxmicro.rest.server.local.test
io.rxmicro.rest.server.local.test.io.rxmicro.rest.server.local.test.ServerUnNamedModuleFixer
io.rxmicro.rest.server
io.rxmicro.rest.server.io.rxmicro.rest.server.package-info
.module-info




© 2015 - 2025 Weber Informatics LLC | Privacy Policy