public class HttpTrace extends HttpUriRequestBase
| Modifier and Type | Field and Description | 
|---|---|
| static String | METHOD_NAME | 
| Constructor and Description | 
|---|
| HttpTrace(String uri)Creates a new instance initialized with the given URI. | 
| HttpTrace(URI uri)Creates a new instance initialized with the given URI. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setEntity(HttpEntity entity) | 
abort, cancel, getConfig, isAborted, isCancelled, reset, setConfig, setDependency, toStringgetEntityaddHeader, getAuthority, getMethod, getPath, getRequestUri, getScheme, getUri, getVersion, setAbsoluteRequestUri, setAuthority, setHeader, setPath, setScheme, setUri, setVersionaddHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeadersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthority, getMethod, getPath, getRequestUri, getScheme, getUri, setAuthority, setPath, setScheme, setUriaddHeader, addHeader, getVersion, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setVersioncontainsHeader, countHeaders, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIteratorgetEntitypublic static final String METHOD_NAME
public HttpTrace(URI uri)
uri - a non-null request URI.IllegalArgumentException - if the uri is null.public HttpTrace(String uri)
uri - a non-null request URI.IllegalArgumentException - if the uri is invalid.public void setEntity(HttpEntity entity)
setEntity in interface HttpEntityContainersetEntity in class BasicClassicHttpRequestCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.