public class Main extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_PATH |
static int |
PORT |
static String |
WEB_ROOT |
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static org.glassfish.jersey.server.ResourceConfig |
createResourceConfig()
Create Jersey server-side application resource configuration.
|
static String |
getAppUri() |
static void |
main(String[] args) |
static org.glassfish.grizzly.http.server.HttpServer |
startServer(String webRootPath) |
public static final String WEB_ROOT
public static final String APP_PATH
public static final int PORT
public static org.glassfish.grizzly.http.server.HttpServer startServer(String webRootPath)
public static void main(String[] args)
public static String getAppUri()
public static org.glassfish.jersey.server.ResourceConfig createResourceConfig()
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.