|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.aggregator.App
public class App
Jersey Balloons example application.
| Field Summary | |
|---|---|
static String |
API_PATH
|
static String |
APP_PATH
|
static int |
PORT
|
static String |
WEB_ROOT
|
| Constructor Summary | |
|---|---|
App()
|
|
| Method Summary | |
|---|---|
static org.glassfish.jersey.server.ResourceConfig |
createResourceConfig()
Create Jersey server-side application resource configuration. |
static String |
getApiUri()
|
static String |
getAppUri()
|
static String |
getTwitterUserName()
Get configured twitter user name. |
static String |
getTwitterUserPassword()
Get configured twitter user password. |
static void |
main(String[] args)
|
static org.glassfish.grizzly.http.server.HttpServer |
startServer(String webRootPath)
Starts Grizzly HTTP server exposing static content, JAX-RS resources and web sockets defined in this application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String APP_PATH
public static final String API_PATH
public static final String WEB_ROOT
public static final int PORT
| Constructor Detail |
|---|
public App()
| Method Detail |
|---|
public static org.glassfish.grizzly.http.server.HttpServer startServer(String webRootPath)
webRootPath - static content root path.
public static void main(String[] args)
public static String getApiUri()
public static String getAppUri()
public static org.glassfish.jersey.server.ResourceConfig createResourceConfig()
public static String getTwitterUserName()
public static String getTwitterUserPassword()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||