jar

org.refcodes : refcodes-rest

Maven & Gradle

Aug 20, 2023
5 usages

org.refcodes:refcodes-rest · Artifact providing lightweight REST client- and server-functionality.

Table Of Contents

Latest Version

Download org.refcodes : refcodes-rest JAR file - Latest Versions:

All Versions

Download org.refcodes : refcodes-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
3.2.x
3.1.x
3.0.x
2.2.x
2.1.x
2.0.x
1.10.x
1.9.x
1.3.x
1.2.x
1.1.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 refcodes-rest-3.2.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.refcodes.rest

├─ org.refcodes.rest.AbstractHttpDiscoverySidecar.class - [JAR]

├─ org.refcodes.rest.AbstractHttpRegistryContextBuilder.class - [JAR]

├─ org.refcodes.rest.AbstractHttpRegistrySidecar.class - [JAR]

├─ org.refcodes.rest.AbstractRestfulClient.class - [JAR]

├─ org.refcodes.rest.AbstractRestfulHttpClientDecorator.class - [JAR]

├─ org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator.class - [JAR]

├─ org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator.class - [JAR]

├─ org.refcodes.rest.AbstractRestfulHttpServerDecorator.class - [JAR]

├─ org.refcodes.rest.AbstractRestfulServer.class - [JAR]

├─ org.refcodes.rest.BasicAuthEndpoint.class - [JAR]

├─ org.refcodes.rest.BasicAuthEndpointBuilder.class - [JAR]

├─ org.refcodes.rest.BasicAuthEvent.class - [JAR]

├─ org.refcodes.rest.CorrelationClientInterceptor.class - [JAR]

├─ org.refcodes.rest.CorrelationServerInterceptor.class - [JAR]

├─ org.refcodes.rest.HomePathAccessor.class - [JAR]

├─ org.refcodes.rest.HomeRequestObserver.class - [JAR]

├─ org.refcodes.rest.HomeRequestObserverAccessor.class - [JAR]

├─ org.refcodes.rest.HomeUrlAccessor.class - [JAR]

├─ org.refcodes.rest.HttpDiscovery.class - [JAR]

├─ org.refcodes.rest.HttpDiscoveryContext.class - [JAR]

├─ org.refcodes.rest.HttpDiscoveryContextBuilder.class - [JAR]

├─ org.refcodes.rest.HttpDiscoverySidecar.class - [JAR]

├─ org.refcodes.rest.HttpDiscoveryUrlAccessor.class - [JAR]

├─ org.refcodes.rest.HttpExceptionHandler.class - [JAR]

├─ org.refcodes.rest.HttpExceptionHandlerAccessor.class - [JAR]

├─ org.refcodes.rest.HttpExceptionHandling.class - [JAR]

├─ org.refcodes.rest.HttpExceptionHandlingAccessor.class - [JAR]

├─ org.refcodes.rest.HttpRegistry.class - [JAR]

├─ org.refcodes.rest.HttpRegistryContext.class - [JAR]

├─ org.refcodes.rest.HttpRegistrySidecar.class - [JAR]

├─ org.refcodes.rest.HttpRegistryUrlAccessor.class - [JAR]

├─ org.refcodes.rest.HttpRestClient.class - [JAR]

├─ org.refcodes.rest.HttpRestClientSingleton.class - [JAR]

├─ org.refcodes.rest.HttpRestClientSugar.class - [JAR]

├─ org.refcodes.rest.HttpRestServer.class - [JAR]

├─ org.refcodes.rest.HttpRestServerSingleton.class - [JAR]

├─ org.refcodes.rest.HttpRestServerSugar.class - [JAR]

├─ org.refcodes.rest.HttpServerDescriptor.class - [JAR]

├─ org.refcodes.rest.HttpServerDescriptorAccessor.class - [JAR]

├─ org.refcodes.rest.HttpServerDescriptorFactory.class - [JAR]

├─ org.refcodes.rest.LoopbackRestClient.class - [JAR]

├─ org.refcodes.rest.LoopbackRestClientSingleton.class - [JAR]

├─ org.refcodes.rest.LoopbackRestServer.class - [JAR]

├─ org.refcodes.rest.LoopbackRestServerSingleton.class - [JAR]

├─ org.refcodes.rest.OauthTokenHandler.class - [JAR]

├─ org.refcodes.rest.PingPathAccessor.class - [JAR]

├─ org.refcodes.rest.PingRequestObserver.class - [JAR]

├─ org.refcodes.rest.PingRequestObserverAccessor.class - [JAR]

├─ org.refcodes.rest.PingUrlAccessor.class - [JAR]

├─ org.refcodes.rest.RestDeleteClient.class - [JAR]

├─ org.refcodes.rest.RestDeleteClientSugar.class - [JAR]

├─ org.refcodes.rest.RestEndpoint.class - [JAR]

├─ org.refcodes.rest.RestEndpointBuilder.class - [JAR]

├─ org.refcodes.rest.RestGetClient.class - [JAR]

├─ org.refcodes.rest.RestGetClientSugar.class - [JAR]

├─ org.refcodes.rest.RestPostClient.class - [JAR]

├─ org.refcodes.rest.RestPostClientSugar.class - [JAR]

├─ org.refcodes.rest.RestPutClient.class - [JAR]

├─ org.refcodes.rest.RestPutClientSugar.class - [JAR]

├─ org.refcodes.rest.RestRequest.class - [JAR]

├─ org.refcodes.rest.RestRequestBuilder.class - [JAR]

├─ org.refcodes.rest.RestRequestClient.class - [JAR]

├─ org.refcodes.rest.RestRequestClientSugar.class - [JAR]

├─ org.refcodes.rest.RestRequestConsumer.class - [JAR]

├─ org.refcodes.rest.RestRequestEvent.class - [JAR]

├─ org.refcodes.rest.RestRequestHandler.class - [JAR]

├─ org.refcodes.rest.RestResponse.class - [JAR]

├─ org.refcodes.rest.RestResponseConsumer.class - [JAR]

├─ org.refcodes.rest.RestResponseEvent.class - [JAR]

├─ org.refcodes.rest.RestResponseHandler.class - [JAR]

├─ org.refcodes.rest.RestResponseResult.class - [JAR]

├─ org.refcodes.rest.RestfulClient.class - [JAR]

├─ org.refcodes.rest.RestfulHttpClient.class - [JAR]

├─ org.refcodes.rest.RestfulHttpDiscoveryClient.class - [JAR]

├─ org.refcodes.rest.RestfulHttpRegistryServer.class - [JAR]

├─ org.refcodes.rest.RestfulHttpServer.class - [JAR]

├─ org.refcodes.rest.RestfulServer.class - [JAR]

├─ org.refcodes.rest.StatusPathAccessor.class - [JAR]

├─ org.refcodes.rest.StatusRequestObserver.class - [JAR]

├─ org.refcodes.rest.StatusRequestObserverAccessor.class - [JAR]

├─ org.refcodes.rest.StatusUrlAccessor.class - [JAR]

├─ org.refcodes.rest.package-info.class - [JAR]

Advertisement