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

Download resty-pass JAR 1.5.1 with all dependencies


High-Performance Restful Client Library

Files of the artifact resty-pass version 1.5.1 from the group com.github.darren-fu.

Artifact resty-pass
Group com.github.darren-fu
Version 1.5.1
Last update 08. May 2018
Tags: client performance library restful high
Organization not specified
URL https://github.com/darren-fu/RestyPass
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies spring-web, async-http-client, lombok, jackson-databind, commons-lang3, guava, snakeyaml, slf4j-api,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of resty-pass Show documentation

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

2 downloads

Source code of resty-pass version 1.5.1

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.df.restypass.annotation
com.github.df.restypass.annotation.com.github.df.restypass.annotation.RestyMethod
com.github.df.restypass.annotation.com.github.df.restypass.annotation.RestyService
com.github.df.restypass.annotation.processor
com.github.df.restypass.annotation.processor.com.github.df.restypass.annotation.processor.RestyAnnotationProcessor
com.github.df.restypass.annotation.processor.com.github.df.restypass.annotation.processor.RestyMethodProcessor
com.github.df.restypass.annotation.processor.com.github.df.restypass.annotation.processor.RestyServiceProcessor
com.github.df.restypass.base
com.github.df.restypass.base.com.github.df.restypass.base.DefaultRestyPassFactory
com.github.df.restypass.base.com.github.df.restypass.base.RestyConst
com.github.df.restypass.base.com.github.df.restypass.base.RestyPassFactory
com.github.df.restypass.cb
com.github.df.restypass.cb.com.github.df.restypass.cb.CircuitBreaker
com.github.df.restypass.cb.com.github.df.restypass.cb.CircuitBreakerFactory
com.github.df.restypass.cb.com.github.df.restypass.cb.DefaultCircuitBreaker
com.github.df.restypass.cb.com.github.df.restypass.cb.Metrics
com.github.df.restypass.command
com.github.df.restypass.command.com.github.df.restypass.command.DefaultRestyCommand
com.github.df.restypass.command.com.github.df.restypass.command.RestyCommand
com.github.df.restypass.command.com.github.df.restypass.command.RestyCommandConfig
com.github.df.restypass.command.com.github.df.restypass.command.RestyCommandContext
com.github.df.restypass.command.com.github.df.restypass.command.RestyCommandLifeCycle
com.github.df.restypass.command.com.github.df.restypass.command.RestyFuture
com.github.df.restypass.command.com.github.df.restypass.command.RestyRequestTemplate
com.github.df.restypass.command.update
com.github.df.restypass.command.update.com.github.df.restypass.command.update.UpdateCommandConfig
com.github.df.restypass.command.update.com.github.df.restypass.command.update.Updater
com.github.df.restypass.enums
com.github.df.restypass.enums.com.github.df.restypass.enums.CircuitBreakerStatus
com.github.df.restypass.enums.com.github.df.restypass.enums.CommandFilterType
com.github.df.restypass.enums.com.github.df.restypass.enums.RestyCommandStatus
com.github.df.restypass.event
com.github.df.restypass.event.com.github.df.restypass.event.EventBus
com.github.df.restypass.event.com.github.df.restypass.event.EventConsumer
com.github.df.restypass.event.com.github.df.restypass.event.EventEmit
com.github.df.restypass.exception.execute
com.github.df.restypass.exception.execute.com.github.df.restypass.exception.execute.CircuitBreakException
com.github.df.restypass.exception.execute.com.github.df.restypass.exception.execute.ConnectionException
com.github.df.restypass.exception.execute.com.github.df.restypass.exception.execute.FallbackException
com.github.df.restypass.exception.execute.com.github.df.restypass.exception.execute.RequestException
com.github.df.restypass.exception.execute.com.github.df.restypass.exception.execute.RestyException
com.github.df.restypass.exception.execute.com.github.df.restypass.exception.execute.ServerException
com.github.df.restypass.exception.filter
com.github.df.restypass.exception.filter.com.github.df.restypass.exception.filter.FilterException
com.github.df.restypass.exception.filter.com.github.df.restypass.exception.filter.RejectException
com.github.df.restypass.executor
com.github.df.restypass.executor.com.github.df.restypass.executor.CommandExecutor
com.github.df.restypass.executor.com.github.df.restypass.executor.FallbackExecutor
com.github.df.restypass.executor.com.github.df.restypass.executor.RestyCommandExecutor
com.github.df.restypass.executor.com.github.df.restypass.executor.RestyFallbackExecutor
com.github.df.restypass.filter
com.github.df.restypass.filter.com.github.df.restypass.filter.CommandFilter
com.github.df.restypass.filter.com.github.df.restypass.filter.CommandFilterContext
com.github.df.restypass.filter.com.github.df.restypass.filter.TrafficLimitFilter
com.github.df.restypass.http.client
com.github.df.restypass.http.client.com.github.df.restypass.http.client.HttpClientWrapper
com.github.df.restypass.http.config
com.github.df.restypass.http.config.com.github.df.restypass.http.config.AsyncHttpConfigFactory
com.github.df.restypass.http.converter
com.github.df.restypass.http.converter.com.github.df.restypass.http.converter.JsonResponseConverter
com.github.df.restypass.http.converter.com.github.df.restypass.http.converter.ResponseConverter
com.github.df.restypass.http.converter.com.github.df.restypass.http.converter.ResponseConverterContext
com.github.df.restypass.http.converter.com.github.df.restypass.http.converter.StringResponseConverter
com.github.df.restypass.http.converter.com.github.df.restypass.http.converter.VoidResponseConverter
com.github.df.restypass.http.pojo
com.github.df.restypass.http.pojo.com.github.df.restypass.http.pojo.FailedResponse
com.github.df.restypass.lb
com.github.df.restypass.lb.com.github.df.restypass.lb.AbstractLoadBalancer
com.github.df.restypass.lb.com.github.df.restypass.lb.LoadBalanceFactory
com.github.df.restypass.lb.com.github.df.restypass.lb.LoadBalancer
com.github.df.restypass.lb.com.github.df.restypass.lb.RandomLoadBalancer
com.github.df.restypass.lb.com.github.df.restypass.lb.RoundRobinLoadBalancer
com.github.df.restypass.lb.rule
com.github.df.restypass.lb.rule.com.github.df.restypass.lb.rule.RouteRule
com.github.df.restypass.lb.rule.com.github.df.restypass.lb.rule.VersionRule
com.github.df.restypass.lb.server
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.AbstractDiscoveryServerContext
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.CloudConsulServerContext
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.CloudDiscoveryServerContext
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.ConfigurableServerContext
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.ServerContext
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.ServerInstance
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.UrlServerContext
com.github.df.restypass.lb.server.com.github.df.restypass.lb.server.VersionInfo
com.github.df.restypass.spring
com.github.df.restypass.spring.com.github.df.restypass.spring.EnableRestyPass
com.github.df.restypass.spring.pojo
com.github.df.restypass.spring.pojo.com.github.df.restypass.spring.pojo.PathVariableData
com.github.df.restypass.spring.pojo.com.github.df.restypass.spring.pojo.RequestBodyData
com.github.df.restypass.spring.pojo.com.github.df.restypass.spring.pojo.RequestHeaderData
com.github.df.restypass.spring.pojo.com.github.df.restypass.spring.pojo.RequestParamData
com.github.df.restypass.spring.proxy
com.github.df.restypass.spring.proxy.com.github.df.restypass.spring.proxy.RestyProxyBeanFactory
com.github.df.restypass.spring.proxy.com.github.df.restypass.spring.proxy.RestyProxyInvokeHandler
com.github.df.restypass.spring.proxy.com.github.df.restypass.spring.proxy.RestyProxyRegister
com.github.df.restypass.spring.wrapper
com.github.df.restypass.spring.wrapper.com.github.df.restypass.spring.wrapper.RequestMappingProcessor
com.github.df.restypass.spring.wrapper.com.github.df.restypass.spring.wrapper.SpringAnnotationProcessor
com.github.df.restypass.spring.wrapper.com.github.df.restypass.spring.wrapper.SpringAnnotationWrapper
com.github.df.restypass.util
com.github.df.restypass.util.com.github.df.restypass.util.AtomicPositiveInteger
com.github.df.restypass.util.com.github.df.restypass.util.CacheLongAdder
com.github.df.restypass.util.com.github.df.restypass.util.ClassTools
com.github.df.restypass.util.com.github.df.restypass.util.CommonTools
com.github.df.restypass.util.com.github.df.restypass.util.DateFormatTools
com.github.df.restypass.util.com.github.df.restypass.util.JsonTools
com.github.df.restypass.util.com.github.df.restypass.util.PerformanceTools
com.github.df.restypass.util.com.github.df.restypass.util.StreamTools
com.github.df.restypass.util.com.github.df.restypass.util.StringBuilderFactory




© 2015 - 2024 Weber Informatics LLC | Privacy Policy