| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.odata4j.consumer.ODataConsumer.Dump | |
Sends http request and/or response information to standard out. Useful for debugging.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ODataConsumer.Dump | INSTANCE | enum-as-singleton pattern | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| requestBody | |||||||||||
| requestHeaders | |||||||||||
| responseBody | |||||||||||
| responseHeaders | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets whether or not to dump all http request and response information.
| |||||||||||
Sets whether or not to dump http request bodies.
| |||||||||||
Are http request bodies currently dumped?
| |||||||||||
Sets whether or not to dump http request headers.
| |||||||||||
Are http request headers currently dumped?
| |||||||||||
Sets whether or not to dump http response bodies.
| |||||||||||
Are http response bodies currently dumped?
| |||||||||||
Are http response headers currently dumped?
| |||||||||||
Sets whether or not to dump http response headers.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Sets whether or not to dump all http request and response information.
| dump |
|---|
Sets whether or not to dump http request bodies.
| dump |
|---|
Are http request bodies currently dumped?
Sets whether or not to dump http request headers.
| dump |
|---|
Are http request headers currently dumped?
Sets whether or not to dump http response bodies.
| dump |
|---|
Are http response bodies currently dumped?
Are http response headers currently dumped?
Sets whether or not to dump http response headers.
| dump |
|---|