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
-
-
Field Summary
Fields Modifier and Type Field Description static JavaAccessors$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JavaAccessors$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniversalEntity
HttpEntity(ContentType contentType, java.io.File file)
INTERNAL APIUniversalEntity
HttpEntity(ContentType contentType, java.nio.file.Path file)
INTERNAL APIHttpRequest
HttpRequest()
INTERNAL APIHttpRequest
HttpRequest(java.lang.String uri)
INTERNAL APIHttpResponse
HttpResponse()
INTERNAL API
-
-
-
Field Detail
-
MODULE$
public static final JavaAccessors$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
HttpRequest
public HttpRequest HttpRequest()
INTERNAL API
-
HttpRequest
public HttpRequest HttpRequest(java.lang.String uri)
INTERNAL API
-
HttpResponse
public HttpResponse HttpResponse()
INTERNAL API
-
HttpEntity
public UniversalEntity HttpEntity(ContentType contentType, java.io.File file)
INTERNAL API
-
HttpEntity
public UniversalEntity HttpEntity(ContentType contentType, java.nio.file.Path file)
INTERNAL API
-
-