@Immutable public class DisallowIdentityContentLengthStrategy extends java.lang.Object implements org.apache.http.entity.ContentLengthStrategy
ContentLengthStrategy implementations that disallows the use of
identity transfer encoding.| Modifier and Type | Field and Description |
|---|---|
static DisallowIdentityContentLengthStrategy |
INSTANCE |
| Constructor and Description |
|---|
DisallowIdentityContentLengthStrategy(org.apache.http.entity.ContentLengthStrategy contentLengthStrategy) |
| Modifier and Type | Method and Description |
|---|---|
long |
determineLength(org.apache.http.HttpMessage message) |
public static final DisallowIdentityContentLengthStrategy INSTANCE
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.