Uses of Class
org.apache.hc.core5.net.Host
-
Packages that use Host Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.net Core network component APIs and utilities. -
-
Uses of Host in org.apache.hc.core5.http
Fields in org.apache.hc.core5.http declared as Host Modifier and Type Field Description private Host
HttpHost. host
-
Uses of Host in org.apache.hc.core5.net
Fields in org.apache.hc.core5.net declared as Host Modifier and Type Field Description private Host
URIAuthority. host
Methods in org.apache.hc.core5.net that return Host Modifier and Type Method Description static Host
Host. create(java.lang.String s)
(package private) static Host
Host. parse(java.lang.CharSequence s)
(package private) static Host
Host. parse(java.lang.CharSequence s, Tokenizer.Cursor cursor)
Methods in org.apache.hc.core5.net with parameters of type Host Modifier and Type Method Description (package private) static void
Host. format(java.lang.StringBuilder buf, Host host)
(package private) static java.lang.String
Host. format(Host host)
Constructors in org.apache.hc.core5.net with parameters of type Host Constructor Description URIAuthority(java.lang.String userInfo, Host host)
URIAuthority(Host host)
-