Uses of Class
java.lang.UnsupportedOperationException
| Package | Description |
|---|---|
| java.nio | |
| java.nio.charset | |
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.entity |
Representations for HTTP message entities.
|
| org.apache.http.impl.client | |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
-
Uses of UnsupportedOperationException in java.nio
Subclasses of UnsupportedOperationException in java.nio Modifier and Type Class Description classReadOnlyBufferExceptionAReadOnlyBufferExceptionis thrown when some write operation is called on a read-only buffer. -
Uses of UnsupportedOperationException in java.nio.charset
Methods in java.nio.charset that throw UnsupportedOperationException Modifier and Type Method Description intCoderResult. length()Returns the length of the erroneous input. -
Uses of UnsupportedOperationException in org.apache.http.client.methods
Methods in org.apache.http.client.methods that throw UnsupportedOperationException Modifier and Type Method Description voidHttpUriRequest. abort()Aborts execution of the request. -
Uses of UnsupportedOperationException in org.apache.http.entity
Methods in org.apache.http.entity that throw UnsupportedOperationException Modifier and Type Method Description voidAbstractHttpEntity. consumeContent()Does not consume anything. -
Uses of UnsupportedOperationException in org.apache.http.impl.client
Methods in org.apache.http.impl.client that throw UnsupportedOperationException Modifier and Type Method Description voidRequestWrapper. abort()HttpParamsClientParamsStack. setParameter(String name, Object value)Does not set a parameter. -
Uses of UnsupportedOperationException in org.apache.http.message
Methods in org.apache.http.message that throw UnsupportedOperationException Modifier and Type Method Description voidBasicHeaderElementIterator. remove()voidBasicHeaderIterator. remove()Removing headers is not supported.voidBasicListHeaderIterator. remove()Removes the header that was returned last.voidBasicTokenIterator. remove()Removing tokens is not supported.