public enum MockServerImplementation
Mock Server Implementation
public static MockServerImplementation JavaHttpServer
Uses the Java HTTP server that comes with the JDK
public static MockServerImplementation KTorServer
Uses the KTor server framework
public static MockServerImplementation Default
Use the Java server for HTTP and the KTor server for HTTPS
@NotNull public MockServerImplementation merge(@NotNull MockServerImplementation implementation)