Uses of Class
com.ning.http.client.uri.Uri
Packages that use Uri
Package
Description
-
Uses of Uri in com.ning.http.client
Methods in com.ning.http.client that return UriModifier and TypeMethodDescriptionfinal UriHttpResponseStatus.getUri()Return the requestUriRealm.getUri()Realm.RealmBuilder.getUri()Request.getUri()Response.getUri()Return the requestUri.final UriResponseBase.getUri()Methods in com.ning.http.client with parameters of type UriModifier and TypeMethodDescriptionConnectionPoolPartitioning.getPartitionKey(Uri uri, ProxyServer proxyServer) ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning.getPartitionKey(Uri uri, ProxyServer proxyServer) Select a proxy server to use for the given URI.Constructors in com.ning.http.client with parameters of type Uri -
Uses of Uri in com.ning.http.client.oauth
Methods in com.ning.http.client.oauth with parameters of type Uri -
Uses of Uri in com.ning.http.client.providers.grizzly
Constructors in com.ning.http.client.providers.grizzly with parameters of type UriModifierConstructorDescriptionGrizzlyResponseStatus(org.glassfish.grizzly.http.HttpResponsePacket response, Uri uri, AsyncHttpClientConfig config) -
Uses of Uri in com.ning.http.client.simple
Methods in com.ning.http.client.simple with parameters of type UriModifier and TypeMethodDescriptionvoidSimpleAHCTransferListener.onBytesReceived(Uri uri, long amount, long current, long total) This method is called when bytes of the responses body are received.voidSimpleAHCTransferListener.onBytesSent(Uri uri, long amount, long current, long total) This method is called when bytes are sent.voidSimpleAHCTransferListener.onCompleted(Uri uri, int statusCode, String statusText) This method is called when the request is completed.voidThis method is called after the response headers are received.voidThis method is called after the connection status is received. -
Uses of Uri in com.ning.http.client.uri
Methods in com.ning.http.client.uri that return UriModifier and TypeMethodDescriptionstatic Uristatic UriUri.withNewQuery(String newQuery) Uri.withNewScheme(String newScheme) Methods in com.ning.http.client.uri with parameters of type Uri -
Uses of Uri in com.ning.http.client.webdav
Methods in com.ning.http.client.webdav that return Uri -
Uses of Uri in com.ning.http.util
Methods in com.ning.http.util that return UriMethods in com.ning.http.util with parameters of type UriModifier and TypeMethodDescriptionstatic StringAuthenticatorUtils.computeRealmURI(Uri uri, boolean useAbsoluteURI, boolean omitQuery) static final StringAsyncHttpProviderUtils.getAuthority(Uri uri) static final StringAsyncHttpProviderUtils.getBaseUrl(Uri uri) static final intAsyncHttpProviderUtils.getDefaultPort(Uri uri) static final StringAsyncHttpProviderUtils.getNonEmptyPath(Uri uri) Convenient for HTTP layer when targeting server rootstatic final booleanAsyncHttpProviderUtils.isSameHostAndProtocol(Uri uri1, Uri uri2) static booleanstatic StringAuthenticatorUtils.perConnectionAuthorizationHeader(Request request, Uri uri, ProxyServer proxyServer, Realm realm) static StringAuthenticatorUtils.perRequestAuthorizationHeader(Request request, Uri uri, Realm realm) static booleanAsyncHttpProviderUtils.useProxyConnect(Uri uri)