jar

org.apache.servicecomb : common-rest

Maven & Gradle

Jun 21, 2023
10 usages
1.8k stars

Java Chassis::Common::Rest

Table Of Contents

Latest Version

Download org.apache.servicecomb : common-rest JAR file - Latest Versions:

All Versions

Download org.apache.servicecomb : common-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
2.8.x
2.7.x
2.6.x
2.5.x
2.3.x
2.2.x
2.1.x
2.0.x
1.3.x
1.2.x
1.1.x
1.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 common-rest-2.8.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.servicecomb.common.rest.filter

├─ org.apache.servicecomb.common.rest.filter.HttpClientFilter.class - [JAR]

├─ org.apache.servicecomb.common.rest.filter.HttpClientFilterBeforeSendRequestExecutor.class - [JAR]

├─ org.apache.servicecomb.common.rest.filter.HttpServerFilter.class - [JAR]

├─ org.apache.servicecomb.common.rest.filter.HttpServerFilterBeforeSendResponseExecutor.class - [JAR]

org.apache.servicecomb.common.rest.codec

├─ org.apache.servicecomb.common.rest.codec.RestClientRequest.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.RestCodec.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.RestObjectMapperFactory.class - [JAR]

org.apache.servicecomb.common.rest.codec.produce

├─ org.apache.servicecomb.common.rest.codec.produce.ProduceJsonProcessor.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.produce.ProduceProcessor.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.produce.ProduceProcessorManager.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.produce.ProduceTextPlainProcessor.class - [JAR]

org.apache.servicecomb.common.rest.definition.path

├─ org.apache.servicecomb.common.rest.definition.path.AbstractUrlParamWriter.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.path.PathRegExp.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.path.PathVarParamWriter.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.path.QueryVarParamWriter.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.path.StaticUrlParamWriter.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.path.URLPathBuilder.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.path.UrlParamWriter.class - [JAR]

org.apache.servicecomb.common.rest.resource

├─ org.apache.servicecomb.common.rest.resource.ClassPathStaticResourceHandler.class - [JAR]

├─ org.apache.servicecomb.common.rest.resource.StaticResourceHandler.class - [JAR]

org.apache.servicecomb.common.rest.definition

├─ org.apache.servicecomb.common.rest.definition.RestMetaUtils.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.RestOperationComparator.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.RestOperationMeta.class - [JAR]

├─ org.apache.servicecomb.common.rest.definition.RestParam.class - [JAR]

org.apache.servicecomb.common.rest.filter.inner

├─ org.apache.servicecomb.common.rest.filter.inner.ClientRestArgsFilter.class - [JAR]

├─ org.apache.servicecomb.common.rest.filter.inner.RestServerCodecFilter.class - [JAR]

├─ org.apache.servicecomb.common.rest.filter.inner.ServerRestArgsFilter.class - [JAR]

org.apache.servicecomb.common.rest.codec.param

├─ org.apache.servicecomb.common.rest.codec.param.AbstractParamProcessor.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.BodyProcessorCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.CookieProcessorCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.FormProcessorCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.HeaderProcessorCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.ParamValueProcessor.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.ParamValueProcessorCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.ParamValueProcessorCreatorManager.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.PathProcessorCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.QueryProcessorCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.param.RestClientRequestImpl.class - [JAR]

org.apache.servicecomb.common.rest.locator

├─ org.apache.servicecomb.common.rest.locator.MicroservicePaths.class - [JAR]

├─ org.apache.servicecomb.common.rest.locator.OperationGroup.class - [JAR]

├─ org.apache.servicecomb.common.rest.locator.OperationLocator.class - [JAR]

├─ org.apache.servicecomb.common.rest.locator.ServicePathManager.class - [JAR]

org.apache.servicecomb.common.rest

├─ org.apache.servicecomb.common.rest.AbstractRestInvocation.class - [JAR]

├─ org.apache.servicecomb.common.rest.HttpTransportContext.class - [JAR]

├─ org.apache.servicecomb.common.rest.RestConst.class - [JAR]

├─ org.apache.servicecomb.common.rest.RestEngineSchemaListener.class - [JAR]

├─ org.apache.servicecomb.common.rest.RestProducerInvocation.class - [JAR]

├─ org.apache.servicecomb.common.rest.RestProducerInvocationCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.RestProducerInvocationFlow.class - [JAR]

├─ org.apache.servicecomb.common.rest.RestVertxProducerInvocationCreator.class - [JAR]

├─ org.apache.servicecomb.common.rest.UploadConfig.class - [JAR]

├─ org.apache.servicecomb.common.rest.VertxHttpTransportContext.class - [JAR]

├─ org.apache.servicecomb.common.rest.VertxRestInvocation.class - [JAR]

org.apache.servicecomb.common.rest.codec.query

├─ org.apache.servicecomb.common.rest.codec.query.AbstractQueryCodec.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodec.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecCsv.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecJson.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecMulti.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecPipes.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecSsv.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecTsv.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecWithDelimiter.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecs.class - [JAR]

├─ org.apache.servicecomb.common.rest.codec.query.QueryCodecsUtils.class - [JAR]

Advertisement

Dependencies from Group

Jun 21, 2023
48 usages
1.8k stars
Jun 21, 2023
32 usages
1.8k stars
Jun 21, 2023
25 usages
1.8k stars
Jun 21, 2023
18 usages
1.8k stars
Jun 21, 2023
16 usages
1.8k stars

Discover Dependencies

Apr 13, 2018
8 usages
5 stars
Sep 23, 2022
11 usages
93 stars
Apr 21, 2019
8 usages
21 stars
Aug 22, 2019
8 usages
65 stars
Mar 31, 2019
10 usages
18 stars
Sep 06, 2018
8 usages
4.6k stars
Jun 09, 2020
8 usages
2k stars
Jan 04, 2019
14 usages
18.5k stars