Package com.intuit.karate.http
Class HttpServer
java.lang.Object
com.intuit.karate.http.HttpServer
- Direct Known Subclasses:
MockServer
- Author:
- pthomas3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpServer.Builderconfig(ServerConfig config) intgetPort()static HttpServer.Builderhandler(ServerHandler handler) static HttpServer.Builderstop()voidwaitSync()
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Constructor Details
-
HttpServer
public HttpServer(com.linecorp.armeria.server.ServerBuilder sb)
-
-
Method Details
-
waitSync
public void waitSync() -
getPort
public int getPort() -
stop
-
handler
-
root
-
config
-