public class LocalHttpService extends Object
| Constructor and Description |
|---|
LocalHttpService(org.eclipse.jetty.server.Handler handler)
Deprecated.
Use
forHandler(Handler). |
| Modifier and Type | Method and Description |
|---|---|
static LocalHttpService |
forHandler(org.eclipse.jetty.server.Handler handler) |
static LocalHttpService |
forSecureHandler(org.eclipse.jetty.server.Handler handler,
String login,
String password) |
static LocalHttpService |
forSecureSSLHandler(org.eclipse.jetty.server.Handler handler,
String login,
String password) |
static LocalHttpService |
forSSLClientSSLServerHandler(org.eclipse.jetty.server.Handler handler,
String truststore,
String truststorePassword,
String keystore,
String keystorePassword,
String keystoreType) |
static LocalHttpService |
forSSLHandler(org.eclipse.jetty.server.Handler handler) |
String |
getHost() |
int |
getPort() |
void |
start() |
void |
stop() |
@Deprecated public LocalHttpService(org.eclipse.jetty.server.Handler handler)
forHandler(Handler).public static LocalHttpService forHandler(org.eclipse.jetty.server.Handler handler)
public static LocalHttpService forSecureHandler(org.eclipse.jetty.server.Handler handler, String login, String password)
public static LocalHttpService forSSLHandler(org.eclipse.jetty.server.Handler handler)
public static LocalHttpService forSecureSSLHandler(org.eclipse.jetty.server.Handler handler, String login, String password)
public static LocalHttpService forSSLClientSSLServerHandler(org.eclipse.jetty.server.Handler handler, String truststore, String truststorePassword, String keystore, String keystorePassword, String keystoreType)
public void start()
public void stop()
public String getHost()
public int getPort()
Copyright © 2013 Ness Computing, Inc.. All Rights Reserved.