| Field and Description |
|---|
| org.mule.transport.http.HttpConnector.HTTP_CUSTOM_HEADERS_MAP_PROPERTY
Instead users can now add properties to the outgoing request using the OUTBOUND property scope on the message.
|
| Method and Description |
|---|
| org.mule.transport.http.HttpResponse.getStatuscode()
use
HttpResponse.getStatusCode() instead |
| org.mule.transport.http.HttpConnector.isKeepSendSocketOpen()
Use keepAlive property in the outbound endpoint.
|
| org.mule.transport.http.HttpConnector.lookupReceiver(Socket, HttpRequest) |
| org.mule.transport.http.HttpConnector.setKeepSendSocketOpen(boolean)
Use keepAlive property in the outbound endpoint.
|
| Constructor and Description |
|---|
| org.mule.transport.http.HttpMuleMessageFactory(MuleContext)
use
HttpMuleMessageFactory.HttpMuleMessageFactory() instead |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.