Class ScxHttpClientRequestBase
java.lang.Object
cool.scx.http.ScxHttpClientRequestBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScxHttpHeadersWritableprotected HttpMethodprotected ScxURIWritable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionheaders()headers(ScxHttpHeadersWritable headers) method()method(HttpMethod method) uri()uri(ScxURIWritable uri) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.ScxHttpClientRequest
addCookie, addHeader, addHeader, contentLength, contentLength, contentType, contentType, contentType, contentType, removeCookie, send, send, send, send, send, send, send, send, send, send, send, send, setHeader, setHeader, uri
-
Field Details
-
method
-
uri
-
headers
-
-
Constructor Details
-
ScxHttpClientRequestBase
public ScxHttpClientRequestBase()
-
-
Method Details
-
method
- Specified by:
methodin interfaceScxHttpClientRequest
-
uri
- Specified by:
uriin interfaceScxHttpClientRequest
-
headers
- Specified by:
headersin interfaceScxHttpClientRequest
-
method
- Specified by:
methodin interfaceScxHttpClientRequest
-
uri
- Specified by:
uriin interfaceScxHttpClientRequest
-
headers
- Specified by:
headersin interfaceScxHttpClientRequest
-