Class Http1ClientConnection
java.lang.Object
cool.scx.http.x.http1.Http1ClientConnection
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal cool.scx.bytes.ByteReaderfinal OutputStreamfinal cool.scx.tcp.ScxTCPSocket -
Constructor Summary
ConstructorsConstructorDescriptionHttp1ClientConnection(cool.scx.tcp.ScxTCPSocket tcpSocket, HttpClientOptions options) -
Method Summary
-
Field Details
-
tcpSocket
public final cool.scx.tcp.ScxTCPSocket tcpSocket -
dataReader
public final cool.scx.bytes.ByteReader dataReader -
dataWriter
-
options
-
-
Constructor Details
-
Http1ClientConnection
-
-
Method Details
-
sendRequest
public Http1ClientConnection sendRequest(Http1ClientRequest request, MediaWriter writer) throws IOException - Throws:
IOException
-
waitResponse
-