类 ForestURLBuilder
java.lang.Object
com.dtflys.forest.http.ForestURLBuilder
Forest URL 构造器
- 从以下版本开始:
- 1.5.22
- 作者:
- gongjun [dt_flys@hotmail.com]
-
构造器详细资料
-
ForestURLBuilder
public ForestURLBuilder()
-
-
方法详细资料
-
getScheme
-
setScheme
-
getHost
-
setHost
-
getPort
-
setPort
-
getBasePath
-
setBasePath
-
getPath
-
setPath
-
getUserInfo
-
setUserInfo
-
getRef
-
setRef
-
isSsl
public boolean isSsl() -
setSsl
-
build
进行构造,产生Forest URL对象- 返回:
ForestURL对象实例
-