Package akka.http.impl.util
Class JavaAccessors
- java.lang.Object
-
- akka.http.impl.util.JavaAccessors
-
public class JavaAccessors extends java.lang.Object
INTERNAL APIAccessors for constructors with default arguments to be used from the Java implementation
-
-
Constructor Summary
Constructors Constructor Description JavaAccessors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UniversalEntity
HttpEntity(ContentType contentType, java.io.File file)
INTERNAL APIstatic UniversalEntity
HttpEntity(ContentType contentType, java.nio.file.Path file)
INTERNAL APIstatic HttpRequest
HttpRequest()
INTERNAL APIstatic HttpRequest
HttpRequest(java.lang.String uri)
INTERNAL APIstatic HttpResponse
HttpResponse()
INTERNAL API
-
-
-
Method Detail
-
HttpRequest
public static HttpRequest HttpRequest()
INTERNAL API
-
HttpRequest
public static HttpRequest HttpRequest(java.lang.String uri)
INTERNAL API
-
HttpResponse
public static HttpResponse HttpResponse()
INTERNAL API
-
HttpEntity
public static UniversalEntity HttpEntity(ContentType contentType, java.io.File file)
INTERNAL API
-
HttpEntity
public static UniversalEntity HttpEntity(ContentType contentType, java.nio.file.Path file)
INTERNAL API
-
-