|
|
|
@ -16,9 +16,13 @@ |
|
|
|
package org.thingsboard.rule.engine.rest; |
|
|
|
|
|
|
|
import com.datastax.oss.driver.api.core.uuid.Uuids; |
|
|
|
import org.apache.http.HttpException; |
|
|
|
import org.apache.http.HttpRequest; |
|
|
|
import org.apache.http.HttpResponse; |
|
|
|
import org.apache.http.config.SocketConfig; |
|
|
|
import org.apache.http.impl.bootstrap.HttpServer; |
|
|
|
import org.apache.http.impl.bootstrap.ServerBootstrap; |
|
|
|
import org.apache.http.protocol.HttpContext; |
|
|
|
import org.apache.http.protocol.HttpRequestHandler; |
|
|
|
import org.junit.jupiter.api.AfterEach; |
|
|
|
import org.junit.jupiter.api.BeforeEach; |
|
|
|
|