Interface ClientProtocolManagerFactory
public interface ClientProtocolManagerFactory
-
Method Summary
Modifier and TypeMethodDescriptionAdapt the transport configuration passed in parameter and return an adapted one that is suitable to use with ClientProtocolManager created by this factory.setLocator
(ServerLocator locator)
-
Method Details
-
newProtocolManager
ClientProtocolManager newProtocolManager() -
setLocator
-
getLocator
ServerLocator getLocator() -
adaptTransportConfiguration
Adapt the transport configuration passed in parameter and return an adapted one that is suitable to use with ClientProtocolManager created by this factory.- Parameters:
tc
- the original TransportConfiguration- Returns:
- the adapted TransportConfiguration
-