org.glassfish.jersey.examples.httpsclientservergrizzly
Class Server

java.lang.Object
  extended by org.glassfish.jersey.examples.httpsclientservergrizzly.Server

public class Server
extends Object

Author:
Pavel Bucek (pavel.bucek at oracle.com)

Field Summary
static URI BASE_URI
           
static String CONTENT
           
 
Constructor Summary
Server()
           
 
Method Summary
static void main(String[] args)
           
protected static void startServer()
           
protected static void stopServer()
           
 
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

CONTENT

public static final String CONTENT
See Also:
Constant Field Values
Constructor Detail

Server

public Server()
Method Detail

startServer

protected static void startServer()

stopServer

protected static void stopServer()

main

public static void main(String[] args)
                 throws InterruptedException,
                        IOException
Throws:
InterruptedException
IOException


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