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 HttpClientMessageDispatcher.connector
           
protected  HttpConnector HttpClientMessageRequester.connector
           
 

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



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