public class ClientAndServer extends MockServerClient
portFuture| Constructor and Description | 
|---|
ClientAndServer(Configuration configuration,
               Integer... ports)  | 
ClientAndServer(Configuration configuration,
               String remoteHost,
               Integer remotePort,
               Integer... ports)  | 
ClientAndServer(Integer... ports)  | 
ClientAndServer(String remoteHost,
               Integer remotePort,
               Integer... ports)  | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getLocalPort()  | 
List<Integer> | 
getLocalPorts()  | 
Integer | 
getPort()  | 
InetSocketAddress | 
getRemoteAddress()  | 
boolean | 
hasStarted()
Returns whether MockServer has started, if called after MockServer has been stopped
 this method will block for 5 seconds while confirming MockServer is not starting 
 | 
boolean | 
isRunning()
Returns whether MockServer is running, if called too quickly after starting MockServer
 this may return false because MockServer has not yet started, to ensure MockServer has
 started use hasStarted() 
 | 
ClientAndServer | 
openUI()
Launch UI and wait the default period to allow the UI to launch and start collecting logs,
 this ensures that the log are visible in the UI even if MockServer is shutdown by a test
 shutdown function, such as After, AfterClass, AfterAll, etc 
 | 
ClientAndServer | 
openUI(TimeUnit timeUnit,
      long pause)
Launch UI and wait a specified period to allow the UI to launch and start collecting logs,
 this ensures that the log are visible in the UI even if MockServer is shutdown by a test
 shutdown function, such as After, AfterClass, AfterAll, etc 
 | 
ClientAndServer | 
registerListener(ExpectationsListener expectationsListener)  | 
static ClientAndServer | 
startClientAndServer(Configuration configuration,
                    Integer... port)  | 
static ClientAndServer | 
startClientAndServer(Configuration configuration,
                    List<Integer> ports)  | 
static ClientAndServer | 
startClientAndServer(Configuration configuration,
                    String remoteHost,
                    Integer remotePort,
                    Integer... port)  | 
static ClientAndServer | 
startClientAndServer(Integer... port)  | 
static ClientAndServer | 
startClientAndServer(List<Integer> ports)  | 
static ClientAndServer | 
startClientAndServer(String remoteHost,
                    Integer remotePort,
                    Integer... port)  | 
void | 
stop()
Stop MockServer gracefully (only support for Netty version, not supported for WAR version) 
 | 
CompletableFuture | 
stopAsync()
Stop MockServer gracefully (only support for Netty version, not supported for WAR version) 
 | 
bind, clear, clear, clear, clear, clear, clear, close, contextPath, hasStarted, hasStopped, hasStopped, isRunning, isSecure, remoteAddress, reset, retrieveActiveExpectations, retrieveActiveExpectations, retrieveLogMessages, retrieveLogMessagesArray, retrieveRecordedExpectations, retrieveRecordedExpectations, retrieveRecordedRequests, retrieveRecordedRequests, retrieveRecordedRequestsAndResponses, retrieveRecordedRequestsAndResponses, sendExpectation, setProxyConfiguration, setRequestOverride, stop, upsert, upsert, verify, verify, verify, verify, verify, verify, verify, verify, verify, verify, verifyZeroInteractions, when, when, when, when, withControlPlaneJWT, withControlPlaneJWT, withProxyConfiguration, withRequestOverride, withSecurepublic ClientAndServer(Integer... ports)
public ClientAndServer(Configuration configuration, Integer... ports)
public ClientAndServer(Configuration configuration, String remoteHost, Integer remotePort, Integer... ports)
public static ClientAndServer startClientAndServer(List<Integer> ports)
public static ClientAndServer startClientAndServer(Configuration configuration, List<Integer> ports)
public static ClientAndServer startClientAndServer(Integer... port)
public static ClientAndServer startClientAndServer(Configuration configuration, Integer... port)
public static ClientAndServer startClientAndServer(String remoteHost, Integer remotePort, Integer... port)
public static ClientAndServer startClientAndServer(Configuration configuration, String remoteHost, Integer remotePort, Integer... port)
public ClientAndServer openUI()
openUI in class MockServerClientpublic ClientAndServer openUI(TimeUnit timeUnit, long pause)
openUI in class MockServerClienttimeUnit - TimeUnit the time unit, for example TimeUnit.SECONDSpause - the number of time units to delay before the function returns to ensure the UI is receiving logspublic boolean isRunning()
MockServerClientisRunning in class MockServerClientpublic boolean hasStarted()
MockServerClienthasStarted in class MockServerClientpublic CompletableFuture stopAsync()
MockServerClientstopAsync in class MockServerClientpublic void stop()
MockServerClientstop in interface Stoppablestop in class MockServerClientpublic Integer getPort()
getPort in class MockServerClientpublic Integer getLocalPort()
public InetSocketAddress getRemoteAddress()
public ClientAndServer registerListener(ExpectationsListener expectationsListener)
Copyright © 2022. All rights reserved.