org.mule.api.security
Interface TlsProtocolHandler

All Known Implementing Classes:
HttpsConnector, HttpsPollingConnector, JettyHttpsConnector, SslConnector, TlsConfiguration, TlsConnector

public interface TlsProtocolHandler

Set the underlying protocol handler. As far as I know, this is untested.


Method Summary
 String getProtocolHandler()
           
 void setProtocolHandler(String protocolHandler)
           
 

Method Detail

getProtocolHandler

String getProtocolHandler()

setProtocolHandler

void setProtocolHandler(String protocolHandler)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.