Searched refs:org (Results 1 – 25 of 1155) sorted by relevance
12345678910>>...47
32 package org.apache.http.impl.client;34 import org.apache.http.ConnectionReuseStrategy;35 import org.apache.http.HttpVersion;36 import org.apache.http.auth.AuthSchemeRegistry;37 import org.apache.http.client.AuthenticationHandler;38 import org.apache.http.client.CookieStore;39 import org.apache.http.client.CredentialsProvider;40 import org.apache.http.client.HttpRequestRetryHandler;41 import org.apache.http.client.RedirectHandler;42 import org.apache.http.client.UserTokenHandler;[all …]
32 package org.apache.http.impl.client;38 import org.apache.commons.logging.Log;39 import org.apache.commons.logging.LogFactory;40 import org.apache.http.ConnectionReuseStrategy;41 import org.apache.http.HttpException;42 import org.apache.http.HttpHost;43 import org.apache.http.HttpRequest;44 import org.apache.http.HttpRequestInterceptor;45 import org.apache.http.HttpResponse;46 import org.apache.http.HttpResponseInterceptor;[all …]
32 package org.apache.http.impl.client;42 import org.apache.commons.logging.Log;43 import org.apache.commons.logging.LogFactory;44 import org.apache.http.ConnectionReuseStrategy;45 import org.apache.http.Header;46 import org.apache.http.HttpEntity;47 import org.apache.http.HttpEntityEnclosingRequest;48 import org.apache.http.HttpException;49 import org.apache.http.HttpHost;50 import org.apache.http.HttpRequest;[all …]
32 package org.apache.http.impl.client;37 import org.apache.commons.logging.Log;38 import org.apache.commons.logging.LogFactory;39 import org.apache.http.Header;40 import org.apache.http.HttpHost;41 import org.apache.http.HttpRequest;42 import org.apache.http.HttpResponse;43 import org.apache.http.HttpStatus;44 import org.apache.http.ProtocolException;45 import org.apache.http.client.CircularRedirectException;[all …]
32 package org.apache.http.impl.client;40 import org.apache.commons.logging.Log;41 import org.apache.commons.logging.LogFactory;42 import org.apache.http.FormattedHeader;43 import org.apache.http.Header;44 import org.apache.http.HttpResponse;45 import org.apache.http.auth.AuthScheme;46 import org.apache.http.auth.AuthSchemeRegistry;47 import org.apache.http.auth.AuthenticationException;48 import org.apache.http.auth.MalformedChallengeException;[all …]
4 Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>6 Copyright (C) 2005-2006 Claudio Takahasi <claudio.takahasi@indt.org.br>7 Copyright (C) 2006-2007 Luiz von Dentz <luiz.dentz@indt.org.br>13 Service org.bluez14 Interface org.bluez.Service22 Possible errors: org.bluez.Error.InvalidArguments23 org.bluez.Error.Failed30 Possible errors: org.bluez.Error.InvalidArguments31 org.bluez.Error.NotAvailable32 org.bluez.Error.Failed[all …]
4 Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>6 Copyright (C) 2005-2006 Claudio Takahasi <claudio.takahasi@indt.org.br>7 Copyright (C) 2006-2007 Luiz von Dentz <luiz.dentz@indt.org.br>13 Service org.bluez14 Interface org.bluez.Manager22 Possible Errors: org.bluez.Error.DoesNotExist23 org.bluez.Error.InvalidArguments29 Possible errors: org.bluez.Error.InvalidArguments30 org.bluez.Error.NoSuchAdapter37 Possible errors: org.bluez.Error.InvalidArguments[all …]
32 package org.apache.http.impl;36 import org.apache.http.HttpConnectionMetrics;37 import org.apache.http.HttpEntity;38 import org.apache.http.HttpEntityEnclosingRequest;39 import org.apache.http.HttpException;40 import org.apache.http.HttpRequest;41 import org.apache.http.HttpRequestFactory;42 import org.apache.http.HttpResponse;43 import org.apache.http.HttpServerConnection;44 import org.apache.http.impl.entity.EntityDeserializer;[all …]
32 package org.apache.http.impl;36 import org.apache.http.HttpClientConnection;37 import org.apache.http.HttpConnectionMetrics;38 import org.apache.http.HttpEntity;39 import org.apache.http.HttpEntityEnclosingRequest;40 import org.apache.http.HttpException;41 import org.apache.http.HttpRequest;42 import org.apache.http.HttpResponse;43 import org.apache.http.HttpResponseFactory;44 import org.apache.http.impl.entity.EntityDeserializer;[all …]
32 package org.apache.http.impl;34 import org.apache.http.ConnectionReuseStrategy;35 import org.apache.http.HttpConnection;36 import org.apache.http.HeaderIterator;37 import org.apache.http.HttpEntity;38 import org.apache.http.HttpResponse;39 import org.apache.http.HttpVersion;40 import org.apache.http.ParseException;41 import org.apache.http.ProtocolVersion;42 import org.apache.http.protocol.HTTP;[all …]
32 package org.apache.http.client.protocol;40 import org.apache.commons.logging.Log;41 import org.apache.commons.logging.LogFactory;42 import org.apache.http.Header;43 import org.apache.http.HttpException;44 import org.apache.http.HttpHost;45 import org.apache.http.HttpRequest;46 import org.apache.http.HttpRequestInterceptor;47 import org.apache.http.ProtocolException;48 import org.apache.http.client.CookieStore;[all …]
32 package org.apache.http.client.protocol;37 import org.apache.commons.logging.Log;38 import org.apache.commons.logging.LogFactory;39 import org.apache.http.Header;40 import org.apache.http.HeaderIterator;41 import org.apache.http.HttpException;42 import org.apache.http.HttpResponse;43 import org.apache.http.HttpResponseInterceptor;44 import org.apache.http.client.CookieStore;45 import org.apache.http.cookie.Cookie;[all …]
32 package org.apache.http.client.protocol;36 import org.apache.commons.logging.Log;37 import org.apache.commons.logging.LogFactory;38 import org.apache.http.HttpException;39 import org.apache.http.HttpRequest;40 import org.apache.http.HttpRequestInterceptor;41 import org.apache.http.auth.AUTH;42 import org.apache.http.auth.AuthScheme;43 import org.apache.http.auth.AuthState;44 import org.apache.http.auth.AuthenticationException;[all …]
32 package org.apache.http.impl.conn;36 import org.apache.http.HttpException;37 import org.apache.http.HttpMessage;38 import org.apache.http.HttpResponseFactory;39 import org.apache.http.NoHttpResponseException;40 import org.apache.http.ProtocolException;41 import org.apache.http.StatusLine;42 import org.apache.http.conn.params.ConnConnectionPNames;43 import org.apache.http.impl.io.AbstractMessageParser;44 import org.apache.http.io.SessionInputBuffer;[all …]
32 package org.apache.http.impl.conn;38 import org.apache.commons.logging.Log;39 import org.apache.commons.logging.LogFactory;40 import org.apache.http.Header;41 import org.apache.http.HttpException;42 import org.apache.http.HttpHost;43 import org.apache.http.HttpRequest;44 import org.apache.http.HttpResponse;45 import org.apache.http.HttpResponseFactory;46 import org.apache.http.params.HttpParams;[all …]
2 Author: Daniel Baumann <daniel@debian.org>10 Author: Ulrich Mueller <ulm@gentoo.org>34 Author: Daniel Baumann <daniel@debian.org>40 Author: Daniel Baumann <daniel@debian.org>46 Author: Daniel Baumann <daniel@debian.org>52 Author: Daniel Baumann <daniel@debian.org>58 Author: Daniel Baumann <daniel@debian.org>64 Author: Daniel Baumann <daniel@debian.org>71 Author: Daniel Baumann <daniel@debian.org>77 Author: Daniel Baumann <daniel@debian.org>[all …]
32 package org.apache.http.impl.io;36 import org.apache.http.ConnectionClosedException;37 import org.apache.http.HttpException;38 import org.apache.http.HttpMessage;39 import org.apache.http.HttpRequestFactory;40 import org.apache.http.RequestLine;41 import org.apache.http.ParseException;42 import org.apache.http.io.SessionInputBuffer;43 import org.apache.http.message.LineParser;44 import org.apache.http.message.ParserCursor;[all …]
32 package org.apache.http.impl.io;36 import org.apache.http.HttpException;37 import org.apache.http.HttpMessage;38 import org.apache.http.HttpResponseFactory;39 import org.apache.http.NoHttpResponseException;40 import org.apache.http.StatusLine;41 import org.apache.http.ParseException;42 import org.apache.http.io.SessionInputBuffer;43 import org.apache.http.message.LineParser;44 import org.apache.http.message.ParserCursor;[all …]
3 Waldo Bastian <bastian@kde.org>7 Carlos Garcia Campos <carlosgc@gnome.org>9 Anders Carlsson <andersca@gnome.org>12 Harald Fernengel <harry@kdevelop.org>26 Thiago Macieira <thiago@kde.org>27 Kjartan Maraas <kmaraas@gnome.org>29 Robert McQueen <robot101@debian.org>33 Seth Nickell <seth@gnome.org>40 Harri Porten <porten@kde.org>42 Timothy Redaelli <drizzt@gufi.org>[all …]
23 2009-03-18 Kostas Papadimas <pkst@gnome.org>31 2009-03-18 Amitakhya Phukan <amitakhya@svn.gnome.org>43 2009-03-17 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>51 2009-03-17 Ignacio Casal Quinteiro <icq@gnome.org>55 2009-03-17 Gil Forcada <gforcada@gnome.org>63 2009-03-17 Hendrik Richter <hendrikr@gnome.org>76 2009-03-17 Kjartan Maraas <kmaraas@gnome.org>80 2009-03-16 Jorge Gonzalez <jorgegonz@svn.gnome.org>88 2009-03-16 Og Maciel <ogmaciel@gnome.org>101 2009-03-14 Kostas Papadimas <pkst@gnome.org>[all …]
32 package org.apache.http.impl.entity;36 import org.apache.http.Header;37 import org.apache.http.HttpEntity;38 import org.apache.http.HttpException;39 import org.apache.http.HttpMessage;40 import org.apache.http.entity.BasicHttpEntity;41 import org.apache.http.entity.ContentLengthStrategy;42 import org.apache.http.impl.io.ChunkedInputStream;43 import org.apache.http.impl.io.ContentLengthInputStream;44 import org.apache.http.impl.io.IdentityInputStream;[all …]
31 package org.apache.http.impl.auth;33 import org.apache.commons.codec.binary.Base64;34 import org.apache.http.Header;35 import org.apache.http.HttpRequest;36 import org.apache.http.auth.AuthenticationException;37 import org.apache.http.auth.Credentials;38 import org.apache.http.auth.AUTH;39 import org.apache.http.auth.MalformedChallengeException;40 import org.apache.http.auth.params.AuthParams;41 import org.apache.http.message.BufferedHeader;[all …]
32 package org.apache.http.protocol;36 import org.apache.http.ConnectionReuseStrategy;37 import org.apache.http.HttpEntity;38 import org.apache.http.HttpEntityEnclosingRequest;39 import org.apache.http.HttpException;40 import org.apache.http.HttpRequest;41 import org.apache.http.HttpResponse;42 import org.apache.http.HttpResponseFactory;43 import org.apache.http.HttpServerConnection;44 import org.apache.http.HttpStatus;[all …]
32 package org.apache.http.protocol;37 import org.apache.http.HttpConnection;38 import org.apache.http.HttpException;39 import org.apache.http.HttpHost;40 import org.apache.http.HttpInetConnection;41 import org.apache.http.HttpRequest;42 import org.apache.http.HttpRequestInterceptor;43 import org.apache.http.HttpVersion;44 import org.apache.http.ProtocolVersion;45 import org.apache.http.ProtocolException;