Deprecated API


Contents
Deprecated Fields
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. 
 

Deprecated Methods
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. 
 

Deprecated Constructors
org.mule.transport.http.HttpMuleMessageFactory(MuleContext)
          use HttpMuleMessageFactory.HttpMuleMessageFactory() instead 
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.