JavaScript is disabled on your browser.
java.lang.Object
org.eclipse.jetty.embedded.FileServer
public class FileServer
extends java.lang.Object
Simple Jetty FileServer.
This is a simple example of Jetty configured as a FileServer.
File server Usage - java org.eclipse.jetty.server.example.FileServer [ port [
docroot ]]
Author:
gregw
See Also: for the equivalent example done in XML configuration.
Constructor Summary
Constructors
Constructor and Description
FileServer ()
Method Summary
Methods
Modifier and Type
Method and Description
static void
main (java.lang.String[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
FileServer
public FileServer()
Copyright © 2013 FuseSource, Corp. . All Rights Reserved.