-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MockServerImplementation extends Enum<MockServerImplementation>
Mock Server Implementation
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DefaultUse the Java server for HTTP and the KTor server for HTTPS
KTorServerUses the KTor server framework
JavaHttpServerUses the Java HTTP server that comes with the JDK
-
Method Summary
Modifier and Type Method Description final MockServerImplementationmerge(MockServerImplementation implementation)final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
merge
final MockServerImplementation merge(MockServerImplementation implementation)
-
getOrdinal
final Integer getOrdinal()
-
-
-
-