public final class GetContentLength extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GetContentLength.Adapter
Guarantees that any unmarshalled enum constants effectively are the constant Java instances itself, so that
== can be used form comparison. |
| Modifier and Type | Field and Description |
|---|---|
static GetContentLength |
GETCONTENTLENGTH
Singleton empty instance for use as property name only, providing improved performance and the ability to compare by same instance.
|
| Constructor and Description |
|---|
GetContentLength()
Deprecated.
Since 1.2. Use
GETCONTENTLENGTH instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
GetContentLength(long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
long |
getContentLength() |
long |
getLanguageTag()
Deprecated.
Since 1.2 use
getContentLength() instead. This method will not be supported anymore in future releases. |
int |
hashCode() |
String |
toString() |
public static final GetContentLength GETCONTENTLENGTH
@Deprecated public GetContentLength()
GETCONTENTLENGTH instead to obtain a singleton empty instance. In future releases this will have private
visibility.public GetContentLength(long contentLength)
@Deprecated public final long getLanguageTag()
getContentLength() instead. This method will not be supported anymore in future releases.getContentLength()public final long getContentLength()
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.