Uses of Class
org.apache.hc.core5.net.URIAuthority
-
Packages that use URIAuthority Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.io.support Support classes for the classic (blocking) I/O model.org.apache.hc.core5.http.message Core HTTP message components, message element parser and writer APIs and their default implementations.org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model.org.apache.hc.core5.http.support org.apache.hc.core5.net Core network component APIs and utilities. -
-
Uses of URIAuthority in org.apache.hc.core5.http
Methods in org.apache.hc.core5.http that return URIAuthority Modifier and Type Method Description URIAuthorityHttpRequest. getAuthority()Returns authority of this request message.Methods in org.apache.hc.core5.http with parameters of type URIAuthority Modifier and Type Method Description voidHttpRequest. setAuthority(URIAuthority authority)Sets authority of this request message.Constructors in org.apache.hc.core5.http with parameters of type URIAuthority Constructor Description HttpHost(URIAuthority authority)Deprecated. -
Uses of URIAuthority in org.apache.hc.core5.http.io.support
Methods in org.apache.hc.core5.http.io.support with parameters of type URIAuthority Modifier and Type Method Description protected abstract booleanAbstractHttpServerAuthFilter. authenticate(T challengeResponse, URIAuthority authority, java.lang.String requestUri, HttpContext context)Authenticates the client using the authentication token sent by the client as a response to an authentication challenge.protected abstract java.lang.StringAbstractHttpServerAuthFilter. generateChallenge(T challengeResponse, URIAuthority authority, java.lang.String requestUri, HttpContext context)Generates an authentication challenge in case of unsuccessful authentication.ClassicRequestBuilderClassicRequestBuilder. setAuthority(URIAuthority authority) -
Uses of URIAuthority in org.apache.hc.core5.http.message
Fields in org.apache.hc.core5.http.message declared as URIAuthority Modifier and Type Field Description private URIAuthorityBasicHttpRequest. authorityMethods in org.apache.hc.core5.http.message that return URIAuthority Modifier and Type Method Description URIAuthorityBasicHttpRequest. getAuthority()URIAuthorityHttpRequestWrapper. getAuthority()Methods in org.apache.hc.core5.http.message with parameters of type URIAuthority Modifier and Type Method Description voidBasicHttpRequest. setAuthority(URIAuthority authority)voidHttpRequestWrapper. setAuthority(URIAuthority authority)Constructors in org.apache.hc.core5.http.message with parameters of type URIAuthority Constructor Description BasicClassicHttpRequest(java.lang.String method, java.lang.String scheme, URIAuthority authority, java.lang.String path)Creates request message with the given method, host and request path.BasicHttpRequest(java.lang.String method, java.lang.String scheme, URIAuthority authority, java.lang.String path)Creates request message with the given method, host and request path. -
Uses of URIAuthority in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support with parameters of type URIAuthority Modifier and Type Method Description protected abstract booleanAbstractAsyncServerAuthFilter. authenticate(T challengeResponse, URIAuthority authority, java.lang.String requestUri, HttpContext context)Authenticates the client using the authentication token sent by the client as a response to an authentication challenge.protected abstract java.lang.StringAbstractAsyncServerAuthFilter. generateChallenge(T challengeResponse, URIAuthority authority, java.lang.String requestUri, HttpContext context)Generates an authentication challenge in case of unsuccessful authentication.AsyncRequestBuilderAsyncRequestBuilder. setAuthority(URIAuthority authority) -
Uses of URIAuthority in org.apache.hc.core5.http.support
Fields in org.apache.hc.core5.http.support declared as URIAuthority Modifier and Type Field Description private URIAuthorityAbstractRequestBuilder. authorityMethods in org.apache.hc.core5.http.support that return URIAuthority Modifier and Type Method Description URIAuthorityAbstractRequestBuilder. getAuthority()Methods in org.apache.hc.core5.http.support with parameters of type URIAuthority Modifier and Type Method Description AbstractRequestBuilder<T>AbstractRequestBuilder. setAuthority(URIAuthority authority)BasicRequestBuilderBasicRequestBuilder. setAuthority(URIAuthority authority) -
Uses of URIAuthority in org.apache.hc.core5.net
Methods in org.apache.hc.core5.net that return URIAuthority Modifier and Type Method Description static URIAuthorityURIAuthority. create(java.lang.String s)Creates aURIAuthorityinstance from a string.URIAuthorityURIBuilder. getAuthority()Gets the authority.(package private) static URIAuthorityURIAuthority. parse(java.lang.CharSequence s)(package private) static URIAuthorityURIAuthority. parse(java.lang.CharSequence s, Tokenizer.Cursor cursor)Methods in org.apache.hc.core5.net with parameters of type URIAuthority Modifier and Type Method Description (package private) static voidURIAuthority. format(java.lang.StringBuilder buf, URIAuthority uriAuthority)(package private) static java.lang.StringURIAuthority. format(URIAuthority uriAuthority)URIBuilderURIBuilder. setAuthority(URIAuthority authority)Sets the authority.
-