Uses of Interface
cn.ucloud.common.transport.Transport
-
Packages that use Transport Package Description cn.ucloud.common.client cn.ucloud.common.transport -
-
Uses of Transport in cn.ucloud.common.client
Methods in cn.ucloud.common.client that return Transport Modifier and Type Method Description TransportDefaultClient. getTransport()Methods in cn.ucloud.common.client with parameters of type Transport Modifier and Type Method Description voidDefaultClient. setTransport(Transport transport) -
Uses of Transport in cn.ucloud.common.transport
Classes in cn.ucloud.common.transport that implement Transport Modifier and Type Class Description classDefaultTransportDefaultTransport is the default implementation of transport
-