Registry / web-framework / fcgi-server

fcgi-server

JSON →
library11.0.26javamavenunverified

FastCGI server implementation for the Eclipse Jetty web server.

<dependency> <groupId>org.eclipse.jetty.fcgi</groupId> <artifactId>fcgi-server</artifactId> <version>11.0.26</version> </dependency>
INSTALL
IMPORT
SIG · FCGI-SERVER
F
fcgi-server
web-frameworkjavav11.0.26
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.

ServerFCGIConnectionFactory
org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory

Creates a Jetty server with FCGI connection factory.

import org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory; import org.eclipse.jetty.server.Server; public class Quickstart { public static void main(String[] args) throws Exception { Server server = new Server(8080); ServerFCGIConnectionFactory factory = new ServerFCGIConnectionFactory(); System.out.println("Jetty FCGI server factory created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fcgi-server — mvn dependency:get fcgi-server · libregistry