Uses of Class
net.webpdf.wsclient.schema.operation.HttpSettingsSSLProtocolType
-
Packages that use HttpSettingsSSLProtocolType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of HttpSettingsSSLProtocolType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation with type parameters of type HttpSettingsSSLProtocolType Modifier and Type Field Description protected List<HttpSettingsSSLProtocolType>HttpSettingsSSLType.Protocols. protocolMethods in net.webpdf.wsclient.schema.operation that return HttpSettingsSSLProtocolType Modifier and Type Method Description static HttpSettingsSSLProtocolTypeHttpSettingsSSLProtocolType. fromValue(String v)Gets the enum associated to the value passed as parameter.static HttpSettingsSSLProtocolTypeHttpSettingsSSLProtocolType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpSettingsSSLProtocolType[]HttpSettingsSSLProtocolType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation that return types with arguments of type HttpSettingsSSLProtocolType Modifier and Type Method Description List<HttpSettingsSSLProtocolType>HttpSettingsSSLType.Protocols. getProtocol()Gets the value of the protocol property.
-