com.hazelcast.config
Class NetworkConfig
java.lang.Object
com.hazelcast.config.NetworkConfig
- All Implemented Interfaces:
- DataSerializable, Serializable
public class NetworkConfig
- extends Object
- implements DataSerializable
- See Also:
- Serialized Form
NetworkConfig
public NetworkConfig()
getInterfaces
public Interfaces getInterfaces()
- Returns:
- the interfaces
setInterfaces
public NetworkConfig setInterfaces(Interfaces interfaces)
- Parameters:
interfaces
- the interfaces to set
getJoin
public Join getJoin()
- Returns:
- the join
setJoin
public NetworkConfig setJoin(Join join)
- Parameters:
join
- the join to set
setSocketInterceptorConfig
public NetworkConfig setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
getSocketInterceptorConfig
public SocketInterceptorConfig getSocketInterceptorConfig()
getSymmetricEncryptionConfig
public SymmetricEncryptionConfig getSymmetricEncryptionConfig()
setSymmetricEncryptionConfig
public NetworkConfig setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig)
getAsymmetricEncryptionConfig
public AsymmetricEncryptionConfig getAsymmetricEncryptionConfig()
setAsymmetricEncryptionConfig
public NetworkConfig setAsymmetricEncryptionConfig(AsymmetricEncryptionConfig asymmetricEncryptionConfig)
getSSLConfig
public SSLConfig getSSLConfig()
setSSLConfig
public NetworkConfig setSSLConfig(SSLConfig sslConfig)
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData
in interface DataSerializable
- Throws:
IOException
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData
in interface DataSerializable
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.