jar

org.apache.zookeeper : zookeeper-contrib-rest

Maven & Gradle

Jul 19, 2023

Apache ZooKeeper - Contrib - Rest · ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Table Of Contents

Latest Version

Download org.apache.zookeeper : zookeeper-contrib-rest JAR file - Latest Versions:

All Versions

Download org.apache.zookeeper : zookeeper-contrib-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
3.9.x
3.8.x
3.7.x
3.6.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 zookeeper-contrib-rest-3.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.zookeeper.server.jersey.filters

├─ org.apache.zookeeper.server.jersey.filters.HTTPBasicAuth.class - [JAR]

org.apache.zookeeper.server.jersey.cfg

├─ org.apache.zookeeper.server.jersey.cfg.Credentials.class - [JAR]

├─ org.apache.zookeeper.server.jersey.cfg.Endpoint.class - [JAR]

├─ org.apache.zookeeper.server.jersey.cfg.HostPort.class - [JAR]

├─ org.apache.zookeeper.server.jersey.cfg.HostPortSet.class - [JAR]

├─ org.apache.zookeeper.server.jersey.cfg.RestCfg.class - [JAR]

org.apache.zookeeper.server.jersey.jaxb

├─ org.apache.zookeeper.server.jersey.jaxb.ZChildren.class - [JAR]

├─ org.apache.zookeeper.server.jersey.jaxb.ZChildrenJSON.class - [JAR]

├─ org.apache.zookeeper.server.jersey.jaxb.ZError.class - [JAR]

├─ org.apache.zookeeper.server.jersey.jaxb.ZPath.class - [JAR]

├─ org.apache.zookeeper.server.jersey.jaxb.ZSession.class - [JAR]

├─ org.apache.zookeeper.server.jersey.jaxb.ZStat.class - [JAR]

org.apache.zookeeper.server.jersey.resources

├─ org.apache.zookeeper.server.jersey.resources.JAXBContextResolver.class - [JAR]

├─ org.apache.zookeeper.server.jersey.resources.KeeperExceptionMapper.class - [JAR]

├─ org.apache.zookeeper.server.jersey.resources.RuntimeExceptionMapper.class - [JAR]

├─ org.apache.zookeeper.server.jersey.resources.SessionsResource.class - [JAR]

├─ org.apache.zookeeper.server.jersey.resources.ZErrorWriter.class - [JAR]

├─ org.apache.zookeeper.server.jersey.resources.ZNodeResource.class - [JAR]

org.apache.zookeeper.server.jersey

├─ org.apache.zookeeper.server.jersey.RestMain.class - [JAR]

├─ org.apache.zookeeper.server.jersey.ZooKeeperService.class - [JAR]

Advertisement