Uses of Class
java.net.ProtocolException
| Package | Description |
|---|---|
| com.squareup.okhttp.internal.http | |
| java.net |
-
Uses of ProtocolException in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that throw ProtocolException Modifier and Type Method Description voidHttpsURLConnectionImpl. setRequestMethod(String method) -
Uses of ProtocolException in java.net
Methods in java.net that throw ProtocolException Modifier and Type Method Description voidHttpURLConnection. setRequestMethod(String method)Sets the request command which will be sent to the remote HTTP server.