public class ClientAndServer extends MockServerClient
mockServerLogger, portFuture| Constructor and Description |
|---|
ClientAndServer(Integer... ports) |
ClientAndServer(String remoteHost,
Integer remotePort,
Integer... ports) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLocalPort() |
List<Integer> |
getLocalPorts() |
Integer |
getPort()
Deprecated.
use getLocalPort instead of getPort
|
InetSocketAddress |
getRemoteAddress() |
boolean |
isRunning() |
static ClientAndServer |
startClientAndServer(Integer... port) |
static ClientAndServer |
startClientAndServer(String remoteHost,
Integer remotePort,
Integer... port) |
void |
stop() |
bind, clear, clear, close, contextPath, isRunning, isSecure, remoteAddress, reset, retrieveActiveExpectations, retrieveActiveExpectations, retrieveLogMessages, retrieveLogMessagesArray, retrieveRecordedExpectations, retrieveRecordedExpectations, retrieveRecordedRequests, retrieveRecordedRequests, stop, verify, verify, verifyZeroInteractions, when, when, when, withSecurepublic ClientAndServer(Integer... ports)
public static ClientAndServer startClientAndServer(Integer... port)
public static ClientAndServer startClientAndServer(String remoteHost, Integer remotePort, Integer... port)
public boolean isRunning()
isRunning in class MockServerClientpublic void stop()
stop in interface Stoppablestop in class MockServerClient@Deprecated public Integer getPort()
public Integer getLocalPort()
public InetSocketAddress getRemoteAddress()
Copyright © 2019. All rights reserved.