Package org.eclipse.jetty.embedded
Class SecuredHelloHandler
- java.lang.Object
-
- org.eclipse.jetty.embedded.SecuredHelloHandler
-
public class SecuredHelloHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecuredHelloHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Server
createServer(int port)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
createServer
public static Server createServer(int port) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-