|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
@Immutable public class DisallowIdentityContentLengthStrategy
Decorator for ContentLengthStrategy implementations that disallows the use of
identity transfer encoding.
| Field Summary | |
|---|---|
static DisallowIdentityContentLengthStrategy |
INSTANCE
|
| Fields inherited from interface org.apache.http.entity.ContentLengthStrategy |
|---|
CHUNKED, IDENTITY |
| Constructor Summary | |
|---|---|
DisallowIdentityContentLengthStrategy(org.apache.http.entity.ContentLengthStrategy contentLengthStrategy)
|
|
| Method Summary | |
|---|---|
long |
determineLength(org.apache.http.HttpMessage message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DisallowIdentityContentLengthStrategy INSTANCE
| Constructor Detail |
|---|
public DisallowIdentityContentLengthStrategy(org.apache.http.entity.ContentLengthStrategy contentLengthStrategy)
| Method Detail |
|---|
public long determineLength(org.apache.http.HttpMessage message)
throws org.apache.http.HttpException
determineLength in interface org.apache.http.entity.ContentLengthStrategyorg.apache.http.HttpException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||