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

Download RestExpress JAR 0.11.3 with all dependencies


Internet scale, high-performance RESTful Services in Java

Files of the artifact RestExpress version 0.11.3 from the group com.strategicgains.

Test

Artifact RestExpress
Group com.strategicgains
Version 0.11.3
Last update 10. February 2016
Tags: scale services performance restful java high internet
Organization not specified
URL https://github.com/RestExpress/RestExpress
License not specified
Dependencies amount 7
Dependencies RestExpress-Common, DateAdapterJ, jackson-databind, xstream, netty-all, encoder, jzlib,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of RestExpress Show documentation

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

3 downloads

Source code of RestExpress version 0.11.3

META-INF
META-INF.META-INF.MANIFEST.MF
org.restexpress
org.restexpress.org.restexpress.ContentType
org.restexpress.org.restexpress.Flags
org.restexpress.org.restexpress.Format
org.restexpress.org.restexpress.Parameters
org.restexpress.org.restexpress.Request
org.restexpress.org.restexpress.Response
org.restexpress.org.restexpress.RestExpress
org.restexpress.org.restexpress.ServerBootstrapFactory
org.restexpress.contenttype
org.restexpress.contenttype.org.restexpress.contenttype.MediaRange
org.restexpress.contenttype.org.restexpress.contenttype.MediaTypeParser
org.restexpress.domain
org.restexpress.domain.org.restexpress.domain.ErrorResult
org.restexpress.domain.org.restexpress.domain.JsendResultWrapper
org.restexpress.domain.metadata
org.restexpress.domain.metadata.org.restexpress.domain.metadata.RouteMetadata
org.restexpress.domain.metadata.org.restexpress.domain.metadata.ServerMetadata
org.restexpress.domain.metadata.org.restexpress.domain.metadata.UriMetadata
org.restexpress.domain.result
org.restexpress.domain.result.org.restexpress.domain.result.ErrorResult
org.restexpress.domain.result.org.restexpress.domain.result.FailResult
org.restexpress.domain.result.org.restexpress.domain.result.MessageResult
org.restexpress.domain.result.org.restexpress.domain.result.Result
org.restexpress.domain.result.org.restexpress.domain.result.ResultFactory
org.restexpress.domain.result.org.restexpress.domain.result.SuccessResult
org.restexpress.exception
org.restexpress.exception.org.restexpress.exception.BadRequestException
org.restexpress.exception.org.restexpress.exception.ConflictException
org.restexpress.exception.org.restexpress.exception.DefaultExceptionMapper
org.restexpress.exception.org.restexpress.exception.ExceptionMapping
org.restexpress.exception.org.restexpress.exception.ExceptionUtils
org.restexpress.exception.org.restexpress.exception.ForbiddenException
org.restexpress.exception.org.restexpress.exception.HttpSpecificationException
org.restexpress.exception.org.restexpress.exception.LegacyExceptionMapper
org.restexpress.exception.org.restexpress.exception.MethodNotAllowedException
org.restexpress.exception.org.restexpress.exception.NoRoutesDefinedException
org.restexpress.exception.org.restexpress.exception.NotAcceptableException
org.restexpress.exception.org.restexpress.exception.NotFoundException
org.restexpress.exception.org.restexpress.exception.ServiceException
org.restexpress.exception.org.restexpress.exception.UnauthorizedException
org.restexpress.exception.org.restexpress.exception.UnprocessableEntityException
org.restexpress.exception.org.restexpress.exception.UnsupportedMediaTypeException
org.restexpress.pipeline
org.restexpress.pipeline.org.restexpress.pipeline.DefaultRequestHandler
org.restexpress.pipeline.org.restexpress.pipeline.MessageContext
org.restexpress.pipeline.org.restexpress.pipeline.MessageObserver
org.restexpress.pipeline.org.restexpress.pipeline.PipelineInitializer
org.restexpress.pipeline.org.restexpress.pipeline.Postprocessor
org.restexpress.pipeline.org.restexpress.pipeline.Preprocessor
org.restexpress.pipeline.org.restexpress.pipeline.SimpleConsoleLogMessageObserver
org.restexpress.plugin
org.restexpress.plugin.org.restexpress.plugin.AbstractPlugin
org.restexpress.plugin.org.restexpress.plugin.Plugin
org.restexpress.plugin.org.restexpress.plugin.RoutePlugin
org.restexpress.preprocessor
org.restexpress.preprocessor.org.restexpress.preprocessor.HttpBasicAuthenticationPreprocessor
org.restexpress.query
org.restexpress.query.org.restexpress.query.QueryFilters
org.restexpress.query.org.restexpress.query.QueryOrders
org.restexpress.query.org.restexpress.query.QueryRanges
org.restexpress.response
org.restexpress.response.org.restexpress.response.DefaultHttpResponseWriter
org.restexpress.response.org.restexpress.response.ErrorResponseWrapper
org.restexpress.response.org.restexpress.response.HttpResponseWriter
org.restexpress.response.org.restexpress.response.JsendResponseWrapper
org.restexpress.response.org.restexpress.response.RawResponseWrapper
org.restexpress.response.org.restexpress.response.ResponseProcessor
org.restexpress.response.org.restexpress.response.ResponseWrapper
org.restexpress.route
org.restexpress.route.org.restexpress.route.Action
org.restexpress.route.org.restexpress.route.Route
org.restexpress.route.org.restexpress.route.RouteBuilder
org.restexpress.route.org.restexpress.route.RouteDeclaration
org.restexpress.route.org.restexpress.route.RouteMapping
org.restexpress.route.org.restexpress.route.RouteResolver
org.restexpress.route.parameterized
org.restexpress.route.parameterized.org.restexpress.route.parameterized.ParameterizedRoute
org.restexpress.route.parameterized.org.restexpress.route.parameterized.ParameterizedRouteBuilder
org.restexpress.route.regex
org.restexpress.route.regex.org.restexpress.route.regex.RegexRoute
org.restexpress.route.regex.org.restexpress.route.regex.RegexRouteBuilder
org.restexpress.serialization
org.restexpress.serialization.org.restexpress.serialization.AbstractSerializationProcessor
org.restexpress.serialization.org.restexpress.serialization.AbstractSerializationProvider
org.restexpress.serialization.org.restexpress.serialization.Aliasable
org.restexpress.serialization.org.restexpress.serialization.AliasingSerializationProcessor
org.restexpress.serialization.org.restexpress.serialization.DefaultSerializationProvider
org.restexpress.serialization.org.restexpress.serialization.DeserializationException
org.restexpress.serialization.org.restexpress.serialization.Deserializer
org.restexpress.serialization.org.restexpress.serialization.GsonSerializationProvider
org.restexpress.serialization.org.restexpress.serialization.NullSerializationProvider
org.restexpress.serialization.org.restexpress.serialization.SerializationException
org.restexpress.serialization.org.restexpress.serialization.SerializationProcessor
org.restexpress.serialization.org.restexpress.serialization.SerializationProvider
org.restexpress.serialization.org.restexpress.serialization.SerializationSettings
org.restexpress.serialization.org.restexpress.serialization.Serializer
org.restexpress.serialization.json
org.restexpress.serialization.json.org.restexpress.serialization.json.GsonDateSerializer
org.restexpress.serialization.json.org.restexpress.serialization.json.GsonEncodingStringSerializer
org.restexpress.serialization.json.org.restexpress.serialization.json.GsonJsonProcessor
org.restexpress.serialization.json.org.restexpress.serialization.json.GsonSerializer
org.restexpress.serialization.json.org.restexpress.serialization.json.GsonTimepointSerializer
org.restexpress.serialization.json.org.restexpress.serialization.json.JacksonEncodingStringSerializer
org.restexpress.serialization.json.org.restexpress.serialization.json.JacksonJsonProcessor
org.restexpress.serialization.json.org.restexpress.serialization.json.JacksonTimepointDeserializer
org.restexpress.serialization.json.org.restexpress.serialization.json.JacksonTimepointSerializer
org.restexpress.serialization.json.org.restexpress.serialization.json.JsonSerializationProcessor
org.restexpress.serialization.xml
org.restexpress.serialization.xml.org.restexpress.serialization.xml.XmlSerializationProcessor
org.restexpress.serialization.xml.org.restexpress.serialization.xml.XstreamDateConverter
org.restexpress.serialization.xml.org.restexpress.serialization.xml.XstreamTimestampConverter
org.restexpress.serialization.xml.org.restexpress.serialization.xml.XstreamXmlProcessor
org.restexpress.settings
org.restexpress.settings.org.restexpress.settings.RouteDefaults
org.restexpress.settings.org.restexpress.settings.ServerSettings
org.restexpress.settings.org.restexpress.settings.SocketSettings
org.restexpress.url
org.restexpress.url.org.restexpress.url.QueryStringParser
org.restexpress.url.org.restexpress.url.UrlMatch
org.restexpress.url.org.restexpress.url.UrlMatcher
org.restexpress.url.org.restexpress.url.UrlPattern
org.restexpress.url.org.restexpress.url.UrlRegex
org.restexpress.util
org.restexpress.util.org.restexpress.util.Callback
org.restexpress.util.org.restexpress.util.DefaultShutdownHook
org.restexpress.util.org.restexpress.util.Environment
org.restexpress.util.org.restexpress.util.HttpSpecification
org.restexpress.util.org.restexpress.util.RequestContext
org.restexpress.util.org.restexpress.util.Resolver
org.restexpress.util.org.restexpress.util.SslUtil




© 2015 - 2025 Weber Informatics LLC | Privacy Policy