org.glassfish.jersey.examples.console
Class App

java.lang.Object
  extended by org.glassfish.jersey.examples.console.App

public class App
extends Object


Field Summary
static URI BASE_URI
           
static int defaultPort
           
 
Constructor Summary
App()
           
 
Method Summary
static org.glassfish.jersey.server.ResourceConfig createApp()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URI

public static final URI BASE_URI

defaultPort

public static final int defaultPort
See Also:
Constant Field Values
Constructor Detail

App

public App()
Method Detail

createApp

public static org.glassfish.jersey.server.ResourceConfig createApp()

main

public static void main(String[] args)


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.