Enum Class的使用
com.baidu.mochow.http.Protocol
使用Protocol的程序包
-
com.baidu.mochow.client中Protocol的使用
声明为Protocol的com.baidu.mochow.client中的字段参数类型为Protocol的com.baidu.mochow.client中的方法修饰符和类型方法说明voidClientConfiguration.setProtocol(Protocol protocol) Sets the protocol (HTTP/HTTPS) to use when connecting to Mochow services.ClientConfiguration.withProtocol(Protocol protocol) Sets the protocol (HTTP/HTTPS) to use when connecting to Mochow services, and returns the updated configuration instance. -
com.baidu.mochow.http中Protocol的使用