public class JavaAccessors$
extends java.lang.Object
Accessors for constructors with default arguments to be used from the Java implementation
Modifier and Type | Field and Description |
---|---|
static JavaAccessors$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
JavaAccessors$() |
Modifier and Type | Method and Description |
---|---|
UniversalEntity |
HttpEntity(ContentType contentType,
java.io.File file)
INTERNAL API
|
UniversalEntity |
HttpEntity(ContentType contentType,
java.nio.file.Path file)
INTERNAL API
|
HttpRequest |
HttpRequest()
INTERNAL API
|
HttpRequest |
HttpRequest(java.lang.String uri)
INTERNAL API
|
HttpResponse |
HttpResponse()
INTERNAL API
|
public static final JavaAccessors$ MODULE$
public HttpRequest HttpRequest()
public HttpRequest HttpRequest(java.lang.String uri)
public HttpResponse HttpResponse()
public UniversalEntity HttpEntity(ContentType contentType, java.io.File file)
public UniversalEntity HttpEntity(ContentType contentType, java.nio.file.Path file)