org.qi4j.library.http
Interface JettyActivation

All Known Subinterfaces:
JettyService, SecureJettyService
All Known Implementing Classes:
AbstractJettyMixin, JettyMixin, SecureJettyMixin

public interface JettyActivation


Nested Class Summary
static class JettyActivation.Activator
           
 
Method Summary
 void startJetty()
           
 void stopJetty()
           
 

Method Detail

startJetty

void startJetty()
                throws java.lang.Exception
Throws:
java.lang.Exception

stopJetty

void stopJetty()
               throws java.lang.Exception
Throws:
java.lang.Exception