public static class SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL
extends java.lang.Object
ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL.SSL = SSL ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL.SSLv3 = SSLv3 ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL.TLS = TLS ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL.DEFAULTPROTOCOL = DEFAULTPROTOCOL
Modifier and Type | Field and Description |
---|---|
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL |
DEFAULTPROTOCOL |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL |
SSL |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL |
SSLv3 |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL |
TLS |
static java.lang.String[] |
values |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL SSL
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL SSLv3
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL TLS
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_SSLPROTOCOL DEFAULTPROTOCOL
public static java.lang.String[] values