public interface ClientProtocolManagerFactory
Modifier and Type | Method and Description |
---|---|
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.
|
ServerLocator |
getLocator() |
ClientProtocolManager |
newProtocolManager() |
void |
setLocator(ServerLocator locator) |
ClientProtocolManager newProtocolManager()
void setLocator(ServerLocator locator)
ServerLocator getLocator()
TransportConfiguration adaptTransportConfiguration(TransportConfiguration tc)
tc
- the original TransportConfigurationCopyright © 2021 JBoss by Red Hat. All rights reserved.