Interface ClientProtocolManagerFactory
-
public interface ClientProtocolManagerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransportConfigurationadaptTransportConfiguration(TransportConfiguration tc)Adapt the transport configuration passed in parameter and return an adapted one that is suitable to use with ClientProtocolManager created by this factory.ServerLocatorgetLocator()ClientProtocolManagernewProtocolManager()ClientProtocolManagerFactorysetLocator(ServerLocator locator)
-
-
-
Method Detail
-
newProtocolManager
ClientProtocolManager newProtocolManager()
-
setLocator
ClientProtocolManagerFactory setLocator(ServerLocator locator)
-
getLocator
ServerLocator getLocator()
-
adaptTransportConfiguration
TransportConfiguration adaptTransportConfiguration(TransportConfiguration tc)
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
-
-