Package es.situm.sdk.communication
Class CommunicationConfigImpl
- java.lang.Object
-
- es.situm.sdk.communication.CommunicationConfigImpl
-
- All Implemented Interfaces:
CommunicationConfig
public class CommunicationConfigImpl extends java.lang.Object implements CommunicationConfig
-
-
Constructor Summary
Constructors Constructor Description CommunicationConfigImpl()
CommunicationConfigImpl(NetworkOptions networkOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkOptions
getNetworkOptions()
void
setNetworkOptions(NetworkOptions networkOptions)
-
-
-
Constructor Detail
-
CommunicationConfigImpl
public CommunicationConfigImpl()
-
CommunicationConfigImpl
public CommunicationConfigImpl(NetworkOptions networkOptions)
-
-
Method Detail
-
getNetworkOptions
public NetworkOptions getNetworkOptions()
- Specified by:
getNetworkOptions
in interfaceCommunicationConfig
-
setNetworkOptions
public void setNetworkOptions(NetworkOptions networkOptions)
-
-