Class ScxHttpClientRequestBase
java.lang.Object
cool.scx.http.ScxHttpClientRequestBase
- All Implemented Interfaces:
ScxHttpClientRequest
ScxHttpClientRequestBase
- Version:
- 0.0.1
- Author:
- scx567888
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ScxHttpHeadersWritableprotected HttpMethodprotected ScxURIWritableprotected HttpVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionheaders()headers(ScxHttpHeaders headers) method()method(HttpMethod method) uri()version()version(HttpVersion version) 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
-
version
-
method
-
uri
-
headers
-
-
Constructor Details
-
ScxHttpClientRequestBase
public ScxHttpClientRequestBase()
-
-
Method Details
-
version
- Specified by:
versionin interfaceScxHttpClientRequest
-
method
- Specified by:
methodin interfaceScxHttpClientRequest
-
uri
- Specified by:
uriin interfaceScxHttpClientRequest
-
headers
- Specified by:
headersin interfaceScxHttpClientRequest
-
version
- Specified by:
versionin interfaceScxHttpClientRequest
-
method
- Specified by:
methodin interfaceScxHttpClientRequest
-
uri
- Specified by:
uriin interfaceScxHttpClientRequest
-
headers
- Specified by:
headersin interfaceScxHttpClientRequest
-