Uses of Class
org.mule.transport.http.HttpConnector

Packages that use HttpConnector
org.mule.transport.http Provides http transport including proxy support. 
 

Uses of HttpConnector in org.mule.transport.http
 

Subclasses of HttpConnector in org.mule.transport.http
 class HttpPollingConnector
          The HttpPollingConnectors allows for inbound Http endpoints to be configured with an address which it shall use to poll for a result.
 class HttpsConnector
          HttpsConnector provides Secure http connectivity on top of what is already provided with the Mule HttpConnector.
 class HttpsPollingConnector
          HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the Mule HttpPollingConnector.
 

Fields in org.mule.transport.http declared as HttpConnector
protected  HttpConnector HttpClientMessageRequester.connector
           
protected  HttpConnector HttpClientMessageDispatcher.httpConnector
           
 

Constructors in org.mule.transport.http with parameters of type HttpConnector
HttpServerConnection(Socket socket, String encoding, HttpConnector connector)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.