public class ContentTypeOverrider$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ContentTypeOverrider$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ContentTypeOverrider$() |
| Modifier and Type | Method and Description |
|---|---|
<T extends HttpEntity> |
forEntity() |
<T extends HttpEntity> |
forHeadersAndEntity() |
ContentTypeOverrider<HttpRequest> |
forRequest() |
ContentTypeOverrider<HttpResponse> |
forResponse() |
public static final ContentTypeOverrider$ MODULE$
public <T extends HttpEntity> ContentTypeOverrider<T> forEntity()
public <T extends HttpEntity> ContentTypeOverrider<scala.Tuple2<scala.collection.immutable.Seq<HttpHeader>,T>> forHeadersAndEntity()
public ContentTypeOverrider<HttpResponse> forResponse()
public ContentTypeOverrider<HttpRequest> forRequest()