|
|||||||||
| 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 java.lang.String |
API_PATH
|
static java.lang.String |
APP_PATH
|
static int |
PORT
|
static java.lang.String |
WEB_ROOT
|
| Constructor Summary | |
|---|---|
App()
|
|
| Method Summary | |
|---|---|
static ResourceConfig |
createResourceConfig()
Create Jersey server-side application resource configuration. |
static java.lang.String |
getApiUri()
|
static java.lang.String |
getAppUri()
|
static java.lang.String |
getTwitterUserName()
Get configured twitter user name. |
static java.lang.String |
getTwitterUserPassword()
Get configured twitter user password. |
static void |
main(java.lang.String[] args)
|
static org.glassfish.grizzly.http.server.HttpServer |
startServer(java.lang.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 java.lang.String APP_PATH
public static final java.lang.String API_PATH
public static final java.lang.String WEB_ROOT
public static final int PORT
| Constructor Detail |
|---|
public App()
| Method Detail |
|---|
public static org.glassfish.grizzly.http.server.HttpServer startServer(java.lang.String webRootPath)
webRootPath - static content root path.
public static void main(java.lang.String[] args)
public static java.lang.String getApiUri()
public static java.lang.String getAppUri()
public static ResourceConfig createResourceConfig()
public static java.lang.String getTwitterUserName()
public static java.lang.String getTwitterUserPassword()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||