Package COM.activesw.api.client
Class BrokerSSLStatus
java.lang.Object
COM.activesw.api.client.BrokerSSLStatus
This class is a data structure used to describe a broker's SSL status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe error string.int
The SSL level.int
The SSL status. -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty SSL status objectBrokerSSLStatus
(int new_status, int new_level, String new_error_string) Create a SSL status with values set. -
Method Summary
-
Field Details
-
status
public int statusThe SSL status. Uses BrokerServerClient.SSL_STATUS_* values. -
level
public int levelThe SSL level. Uses BrokerConnectionDescriptor.ENCRYPT_LEVEL_* values. -
error_string
The error string.
-
-
Constructor Details
-
BrokerSSLStatus
public BrokerSSLStatus()Create an empty SSL status object -
BrokerSSLStatus
Create a SSL status with values set.
-
-
Method Details