{"id":66797,"library":"jersey-container-jdk-http","title":"Jersey Container JDK HTTP","description":"Provides a JDK HTTP server container for Jersey RESTful web services.","status":"active","version":"4.0.2","language":"java","source_language":null,"source_url":"https://github.com/eclipse-ee4j/jersey","tags":["jersey","rest","http-server","jdk-http","glassfish"],"install":[{"cmd":"<dependency>\n  <groupId>org.glassfish.jersey.containers</groupId>\n  <artifactId>jersey-container-jdk-http</artifactId>\n  <version>4.0.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.glassfish.jersey.containers:jersey-container-jdk-http:4.0.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JdkHttpServerFactory","correct":"org.glassfish.jersey.jdkhttp.JdkHttpServerFactory"}],"quickstart":{"code":"import org.glassfish.jersey.jdkhttp.JdkHttpServerFactory;\nimport org.glassfish.jersey.server.ResourceConfig;\nimport java.net.URI;\n\npublic class Main {\n    public static void main(String[] args) {\n        ResourceConfig config = new ResourceConfig().packages(\"com.example\");\n        JdkHttpServerFactory.createHttpServer(URI.create(\"http://localhost:8080/\"), config);\n    }\n}","lang":"java","description":"Starts a Jersey server using the JDK HTTP server."},"warnings":[],"env_vars":null,"search_vec":"'contain':2,10 'glassfish':24 'http':4,8,19,23 'http-server':18 'jdk':3,7,22 'jdk-http':21 'jersey':1,12,16 'provid':5 'rest':13,17 'server':9,20 'servic':15 'web':14","created_at":"2026-06-17T17:28:49.310808+00:00","updated_at":"2026-06-17T17:28:49.310808+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://projects.eclipse.org/projects/ee4j.jersey","github":"https://github.com/eclipse-ee4j/jersey","docs":"https://appdoc.app/artifact/org.glassfish.jersey.containers/jersey-container-jdk-http/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}