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 HostHttpHost. 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 HostURIAuthority. hostMethods in org.apache.hc.core5.net that return Host Modifier and Type Method Description static HostHost. create(java.lang.String s)(package private) static HostHost. parse(java.lang.CharSequence s)(package private) static HostHost. 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 voidHost. format(java.lang.StringBuilder buf, Host host)(package private) static java.lang.StringHost. 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)
-