Uses of Enum Class
org.openehealth.ipf.commons.audit.protocol.TLSSyslogSenderImpl.SocketTestPolicy
Packages that use TLSSyslogSenderImpl.SocketTestPolicy
-
Uses of TLSSyslogSenderImpl.SocketTestPolicy in org.openehealth.ipf.commons.audit.protocol
Methods in org.openehealth.ipf.commons.audit.protocol that return TLSSyslogSenderImpl.SocketTestPolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLSSyslogSenderImpl.SocketTestPolicy[]
TLSSyslogSenderImpl.SocketTestPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openehealth.ipf.commons.audit.protocol with parameters of type TLSSyslogSenderImpl.SocketTestPolicyModifierConstructorDescriptionTLSSyslogSenderImpl
(SSLSocketFactory socketFactory, TLSSyslogSenderImpl.SocketTestPolicy socketTestPolicy) TLSSyslogSenderImpl
(TLSSyslogSenderImpl.SocketTestPolicy socketTestPolicy) TLSSyslogSenderImpl
(TlsParameters tlsParameters, TLSSyslogSenderImpl.SocketTestPolicy socketTestPolicy)