Groovy Documentation

com.confluex.mock.http
[Groovy] Class MockHttpsServer

java.lang.Object
  com.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()


MockHttpsServer

MockHttpsServer(int port)


 
Method Detail

getClientSslContext

static javax.net.ssl.SSLContext getClientSslContext()


getTrustManagerFactory

static javax.net.ssl.TrustManagerFactory getTrustManagerFactory()


initJettyServer

@Override
protected org.mortbay.jetty.Server initJettyServer(int port)


 

Groovy Documentation