public class HttpOptions
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
Constructor and Description |
---|
HttpOptions()
Ctor.
|
HttpOptions(String uri) |
HttpOptions(URI uri)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
clone, expectContinue, getEntity, setEntity
getConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toString
abort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public HttpOptions()
public HttpOptions(URI uri)
uri
- the uripublic HttpOptions(String uri)
uri
- the uriIllegalArgumentException
- if the uri is invalid.public String getMethod()
getMethod
in interface org.apache.http.client.methods.HttpUriRequest
getMethod
in class org.apache.http.client.methods.HttpRequestBase
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.