eu.emi.emir.jetty
Class HttpsServer

java.lang.Object
  extended by eu.emi.emir.jetty.HttpsServer

public class HttpsServer
extends Object

Author:
a.memon

Constructor Summary
HttpsServer(Properties props)
           
HttpsServer(String propsFilePath)
           
 
Method Summary
 ClientSecurityProperties getClientSecProps()
           
 JettyServer getJettyServer()
           
 Properties getRawProperties()
           
 ServerProperties getServerProps()
           
 ServerSecurityProperties getServerSecProps()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsServer

public HttpsServer(String propsFilePath)
            throws Exception
Throws:
Exception

HttpsServer

public HttpsServer(Properties props)
            throws Exception
Throws:
Exception
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

getServerProps

public ServerProperties getServerProps()

getServerSecProps

public ServerSecurityProperties getServerSecProps()

getClientSecProps

public ClientSecurityProperties getClientSecProps()

getRawProperties

public Properties getRawProperties()

getJettyServer

public JettyServer getJettyServer()


Copyright © 2012. All Rights Reserved.