package
server
Type Members
-
case class
Config(port: Int = 29999, host: String = "localhost", daemon: Boolean = false, portLowerBound: Int = 20000, portUpperBound: Int = 40000, debug: Boolean = false, pactVersion: Int = 2, keystorePath: String = "", keystorePassword: String = "", sslPort: Int = 8443) extends Product with Serializable
-
case class
RequestHandler(store: ServerStateStore, config: Config) extends ChannelInboundHandlerAdapter with Plan with SynchronousExecution with ServerErrorResponse with Product with Serializable
-
case class
Result(response: Response, newState: ServerState) extends Product with Serializable
-
type
ServerState = Map[Int, StatefulMockProvider]
-
Value Members
-
-
object
Create extends StrictLogging
-
-
-
-
object
Server extends App
Inherited from AnyRef
Inherited from Any