Package akka.http.impl.util
Class JavaAccessors$
- java.lang.Object
-
- akka.http.impl.util.JavaAccessors$
-
public class JavaAccessors$ extends java.lang.ObjectINTERNAL 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 UniversalEntityHttpEntity(ContentType contentType, java.io.File file)INTERNAL APIUniversalEntityHttpEntity(ContentType contentType, java.nio.file.Path file)INTERNAL APIHttpRequestHttpRequest()INTERNAL APIHttpRequestHttpRequest(java.lang.String uri)INTERNAL APIHttpResponseHttpResponse()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
-
-