Registry / web-framework / dropwizard-jetty

dropwizard-jetty

JSON →
library5.0.1javamavenunverified

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jetty</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-JETTY
D
dropwizard-jetty
web-frameworkjavav5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpConnectorFactory
io.dropwizard.jetty.HttpConnectorFactory

Configures a Jetty HTTP connector using Dropwizard's factory.

import io.dropwizard.jetty.HttpConnectorFactory; public class Example { public static void main(String[] args) { HttpConnectorFactory factory = new HttpConnectorFactory(); factory.setPort(8080); System.out.println("Port set to: " + factory.getPort()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
dropwizard-jetty — mvn dependency:get dropwizard-jetty · libregistry