|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.confluex.mock.http.MockHttpServer
com.confluex.mock.http.MockHttpsServer
class MockHttpsServer extends MockHttpServer
| Constructor Summary | |
MockHttpsServer()
|
|
MockHttpsServer(int port)
|
|
| Method Summary | |
|---|---|
static javax.net.ssl.SSLContext
|
getClientSslContext()
|
static javax.net.ssl.TrustManagerFactory
|
getTrustManagerFactory()
|
protected org.mortbay.jetty.Server
|
initJettyServer(int port)
|
| Methods inherited from class MockHttpServer | |
|---|---|
| getRequests, initJettyServer, respondTo, stop, waitFor, waitFor |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Constructor Detail |
|---|
MockHttpsServer()
MockHttpsServer(int port)
| Method Detail |
|---|
static javax.net.ssl.SSLContext getClientSslContext()
static javax.net.ssl.TrustManagerFactory getTrustManagerFactory()
@Override protected org.mortbay.jetty.Server initJettyServer(int port)
Groovy Documentation