Package | Description |
---|---|
net.noderunner.http |
Provides classes for sending and receiving data over HTTP.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpClient.writeRequest(ClientRequest request)
Sends the first part of a
Request message,
consisting of a request line and headers. |
void |
BasicHttpClient.writeRequest(ClientRequest request) |
void |
RetryHttpClient.writeRequest(ClientRequest request)
Attempts to send an HTTP request, and may retry to send a certain
number of times.
|
Copyright © 2012. All Rights Reserved.