Uses of Class
com.softlayer.api.service.security.SecureTransportProtocol
-
Packages that use SecureTransportProtocol Package Description com.softlayer.api.service.network.application.delivery.controller.loadbalancer -
-
Uses of SecureTransportProtocol in com.softlayer.api.service.network.application.delivery.controller.loadbalancer
Methods in com.softlayer.api.service.network.application.delivery.controller.loadbalancer that return types with arguments of type SecureTransportProtocol Modifier and Type Method Description List<SecureTransportProtocol>
VirtualIpAddress.Service. getAvailableSecureTransportProtocols()
Yields a list of the secure communication protocols that are currently supported on this virtual IP address instance.Future<List<SecureTransportProtocol>>
VirtualIpAddress.ServiceAsync. getAvailableSecureTransportProtocols()
Async version ofVirtualIpAddress.Service.getAvailableSecureTransportProtocols()
Method parameters in com.softlayer.api.service.network.application.delivery.controller.loadbalancer with type arguments of type SecureTransportProtocol Modifier and Type Method Description Future<?>
VirtualIpAddress.ServiceAsync. getAvailableSecureTransportProtocols(ResponseHandler<List<SecureTransportProtocol>> callback)
-