org.apache.httpcomponents.httpclient(4.2.6) |
ADDED | org.apache.http.auth.AuthState#AuthScope getAuthScope() |
ADDED | org.apache.http.auth.AuthState#void invalidate() |
ADDED | org.apache.http.auth.AuthState#boolean isValid() |
ADDED | org.apache.http.auth.AuthState#void setAuthScheme(AuthScheme) |
ADDED | org.apache.http.auth.AuthState#void setAuthScope(AuthScope) |
ADDED | org.apache.http.auth.AuthState#void setCredentials(Credentials) |
ADDED | org.apache.http.client.AuthenticationHandler.org.apache.http.client.AuthenticationHandler |
ADDED | org.apache.http.client.params.ClientPNames#CONNECTION_MANAGER_FACTORY_CLASS_NAME |
ADDED | org.apache.http.client.params.ClientParamBean#void setConnectionManagerFactoryClassName(String) |
ADDED | org.apache.http.client.protocol.ResponseAuthCache.org.apache.http.client.protocol.ResponseAuthCache |
ADDED | org.apache.http.client.utils.URIUtils#URI createURI(String, String, int, String, String, String) |
ADDED | org.apache.http.conn.params.ConnConnectionPNames#MAX_STATUS_LINE_GARBAGE |
ADDED | org.apache.http.conn.params.ConnConnectionPNames.org.apache.http.conn.params.ConnConnectionPNames |
ADDED | org.apache.http.conn.params.ConnConnectionParamBean.org.apache.http.conn.params.ConnConnectionParamBean |
ADDED | org.apache.http.conn.params.ConnConnectionParamBean#void setMaxStatusLineGarbage(int) |
REMOVED | org.apache.http.conn.params.ConnManagerPNames#MAX_CONNECTIONS_PER_ROUTE |
REMOVED | org.apache.http.conn.params.ConnManagerPNames#MAX_TOTAL_CONNECTIONS |
REMOVED | org.apache.http.conn.params.ConnManagerPNames#TIMEOUT |
REMOVED | org.apache.http.conn.params.ConnManagerParamBean#void setConnectionsPerRoute(ConnPerRouteBean) |
REMOVED | org.apache.http.conn.params.ConnManagerParamBean#void setMaxTotalConnections(int) |
REMOVED | org.apache.http.conn.params.ConnManagerParams#ConnPerRoute getMaxConnectionsPerRoute(HttpParams) |
REMOVED | org.apache.http.conn.params.ConnManagerParams#int getMaxTotalConnections(HttpParams) |
REMOVED | org.apache.http.conn.params.ConnManagerParams#void setMaxConnectionsPerRoute(HttpParams, ConnPerRoute) |
REMOVED | org.apache.http.conn.params.ConnManagerParams#void setMaxTotalConnections(HttpParams, int) |
REMOVED | org.apache.http.conn.params.ConnPerRouteBean#int getDefaultMax() |
ADDED | org.apache.http.conn.params.ConnPerRouteBean.org.apache.http.conn.params.ConnPerRouteBean |
ADDED | org.apache.http.conn.scheme.LayeredSchemeSocketFactory.org.apache.http.conn.scheme.LayeredSchemeSocketFactory |
ADDED | org.apache.http.conn.ssl.SSLSocketFactory#Socket createLayeredSocket(Socket, String, int, boolean) |
ADDED | org.apache.http.impl.auth.BasicScheme#Header authenticate(Credentials, HttpRequest) |
ADDED | org.apache.http.impl.auth.DigestScheme#Header authenticate(Credentials, HttpRequest) |
REMOVED | org.apache.http.impl.auth.NegotiateScheme#Header authenticate(Credentials, HttpRequest) |
ADDED | org.apache.http.impl.auth.NegotiateScheme.org.apache.http.impl.auth.NegotiateScheme |
ADDED | org.apache.http.impl.auth.NegotiateSchemeFactory.org.apache.http.impl.auth.NegotiateSchemeFactory |
ADDED | org.apache.http.impl.auth.SpnegoTokenGenerator.org.apache.http.impl.auth.SpnegoTokenGenerator |
ADDED | org.apache.http.impl.client.AbstractAuthenticationHandler.org.apache.http.impl.client.AbstractAuthenticationHandler |
ADDED | org.apache.http.impl.client.AbstractHttpClient#RequestDirector createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) |
ADDED | org.apache.http.impl.client.AbstractHttpClient#AuthenticationHandler createProxyAuthenticationHandler() |
ADDED | org.apache.http.impl.client.AbstractHttpClient#AuthenticationHandler createTargetAuthenticationHandler() |
ADDED | org.apache.http.impl.client.AbstractHttpClient#AuthenticationHandler getProxyAuthenticationHandler() |
ADDED | org.apache.http.impl.client.AbstractHttpClient#AuthenticationHandler getTargetAuthenticationHandler() |
ADDED | org.apache.http.impl.client.AbstractHttpClient#void setProxyAuthenticationHandler(AuthenticationHandler) |
ADDED | org.apache.http.impl.client.AbstractHttpClient#void setTargetAuthenticationHandler(AuthenticationHandler) |
ADDED | org.apache.http.impl.client.ContentEncodingHttpClient.org.apache.http.impl.client.ContentEncodingHttpClient |
ADDED | org.apache.http.impl.client.DefaultProxyAuthenticationHandler.org.apache.http.impl.client.DefaultProxyAuthenticationHandler |
ADDED | org.apache.http.impl.client.DefaultRequestDirector#DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) |
ADDED | org.apache.http.impl.client.DefaultRequestDirector#proxyAuthHandler |
ADDED | org.apache.http.impl.client.DefaultRequestDirector#targetAuthHandler |
ADDED | org.apache.http.impl.client.DefaultTargetAuthenticationHandler.org.apache.http.impl.client.DefaultTargetAuthenticationHandler |
ADDED | org.apache.http.impl.client.cache.CacheConfig#int getMaxObjectSizeBytes() |
ADDED | org.apache.http.impl.client.cache.CacheConfig#void setMaxObjectSizeBytes(int) |
ADDED | org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage#MemcachedHttpCacheStorage(MemcachedClientIF, CacheConfig, HttpCacheEntrySerializer) |
ADDED | org.apache.http.impl.conn.AbstractClientConnAdapter.org.apache.http.impl.conn.AbstractClientConnAdapter |
ADDED | org.apache.http.impl.conn.AbstractPoolEntry.org.apache.http.impl.conn.AbstractPoolEntry |
ADDED | org.apache.http.impl.conn.AbstractPooledConnAdapter#AbstractPoolEntry getPoolEntry() |
ADDED | org.apache.http.impl.conn.AbstractPooledConnAdapter.org.apache.http.impl.conn.AbstractPooledConnAdapter |
ADDED | org.apache.http.impl.conn.DefaultResponseParser.org.apache.http.impl.conn.DefaultResponseParser |
ADDED | org.apache.http.impl.conn.SingleClientConnManager.org.apache.http.impl.conn.SingleClientConnManager |
REMOVED | org.apache.http.impl.conn.SingleClientConnManager#void revokeConnection() |
REMOVED | org.apache.http.impl.conn.tsccm.BasicPoolEntry#BasicPoolEntry(ClientConnectionOperator, HttpRoute, ReferenceQueue<Object>) |
REMOVED | org.apache.http.impl.conn.tsccm.BasicPoolEntry#BasicPoolEntryRef getWeakRef() |
ADDED | org.apache.http.impl.conn.tsccm.BasicPoolEntry.org.apache.http.impl.conn.tsccm.BasicPoolEntry |
ADDED | org.apache.http.impl.conn.tsccm.BasicPoolEntryRef.org.apache.http.impl.conn.tsccm.BasicPoolEntryRef |
ADDED | org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter.org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter |
ADDED | org.apache.http.impl.conn.tsccm.ConnPoolByRoute.org.apache.http.impl.conn.tsccm.ConnPoolByRoute |
ADDED | org.apache.http.impl.conn.tsccm.PoolEntryRequest.org.apache.http.impl.conn.tsccm.PoolEntryRequest |
REMOVED | org.apache.http.impl.conn.tsccm.RouteSpecificPool#maxEntries |
ADDED | org.apache.http.impl.conn.tsccm.RouteSpecificPool.org.apache.http.impl.conn.tsccm.RouteSpecificPool |
REMOVED | org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager#connectionPool |
ADDED | org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager.org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager |
ADDED | org.apache.http.impl.conn.tsccm.WaitingThread.org.apache.http.impl.conn.tsccm.WaitingThread |
ADDED | org.apache.http.impl.conn.tsccm.WaitingThreadAborter.org.apache.http.impl.conn.tsccm.WaitingThreadAborter |
org.eclipse.ui.workbench(3.106.0) |
ADDED | org.eclipse.ui.commands.AbstractHandler#void addHandlerListener(IHandlerListener) |
ADDED | org.eclipse.ui.commands.AbstractHandler#void dispose() |
ADDED | org.eclipse.ui.commands.AbstractHandler#Object execute(ExecutionEvent) |
ADDED | org.eclipse.ui.commands.AbstractHandler#void fireHandlerChanged(HandlerEvent) |
ADDED | org.eclipse.ui.commands.AbstractHandler#void fireHandlerChanged(HandlerEvent) |
ADDED | org.eclipse.ui.commands.AbstractHandler#Map getAttributeValuesByName() |
ADDED | org.eclipse.ui.commands.AbstractHandler#boolean hasListeners() |
ADDED | org.eclipse.ui.commands.AbstractHandler#boolean isEnabled() |
ADDED | org.eclipse.ui.commands.AbstractHandler#boolean isHandled() |
ADDED | org.eclipse.ui.commands.AbstractHandler#void removeHandlerListener(IHandlerListener) |
ADDED | org.eclipse.ui.commands.ActionHandler#ActionHandler(IAction) |
ADDED | org.eclipse.ui.commands.ActionHandler#void addHandlerListener(IHandlerListener) |
ADDED | org.eclipse.ui.commands.ActionHandler#void dispose() |
ADDED | org.eclipse.ui.commands.ActionHandler#Object execute(Map) |
ADDED | org.eclipse.ui.commands.ActionHandler#IAction getAction() |
ADDED | org.eclipse.ui.commands.ActionHandler#Map getAttributeValuesByName() |
ADDED | org.eclipse.ui.commands.ActionHandler#void removeHandlerListener(IHandlerListener) |
ADDED | org.eclipse.ui.commands.ActionHandler#String toString() |
ADDED | org.eclipse.ui.commands.CategoryEvent#CategoryEvent(ICategory, boolean, boolean) |
ADDED | org.eclipse.ui.commands.CategoryEvent#ICategory getCategory() |
ADDED | org.eclipse.ui.commands.CategoryEvent#boolean hasDefinedChanged() |
ADDED | org.eclipse.ui.commands.CategoryEvent#boolean hasNameChanged() |
ADDED | org.eclipse.ui.commands.CommandEvent#ICommand getCommand() |
ADDED | org.eclipse.ui.commands.CommandEvent#Map getPreviousAttributeValuesByName() |
ADDED | org.eclipse.ui.commands.CommandEvent#boolean hasCategoryIdChanged() |
ADDED | org.eclipse.ui.commands.CommandEvent#boolean hasDefinedChanged() |
ADDED | org.eclipse.ui.commands.CommandEvent#boolean hasDescriptionChanged() |
ADDED | org.eclipse.ui.commands.CommandEvent#boolean hasHandledChanged() |
ADDED | org.eclipse.ui.commands.CommandEvent#boolean hasNameChanged() |
ADDED | org.eclipse.ui.commands.CommandEvent#boolean haveAttributeValuesByNameChanged() |
ADDED | org.eclipse.ui.commands.CommandEvent#boolean haveKeySequenceBindingsChanged() |
ADDED | org.eclipse.ui.commands.CommandException#CommandException(String) |
ADDED | org.eclipse.ui.commands.CommandException#CommandException(String, Throwable) |
ADDED | org.eclipse.ui.commands.CommandException#Throwable getCause() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#ICommandManager getCommandManager() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#Set getPreviouslyDefinedCategoryIds() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#Set getPreviouslyDefinedCommandIds() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#Set getPreviouslyDefinedKeyConfigurationIds() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#boolean hasActiveKeyConfigurationIdChanged() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#boolean hasActiveLocaleChanged() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#boolean hasActivePlatformChanged() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#boolean haveActiveContextIdsChanged() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#boolean haveDefinedCategoryIdsChanged() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#boolean haveDefinedCommandIdsChanged() |
ADDED | org.eclipse.ui.commands.CommandManagerEvent#boolean haveDefinedKeyConfigurationIdsChanged() |
ADDED | org.eclipse.ui.commands.HandlerEvent#HandlerEvent(IHandler, boolean, Map) |
ADDED | org.eclipse.ui.commands.HandlerEvent#IHandler getHandler() |
ADDED | org.eclipse.ui.commands.HandlerEvent#Map getPreviousAttributeValuesByName() |
ADDED | org.eclipse.ui.commands.HandlerEvent#boolean haveAttributeValuesByNameChanged() |
ADDED | org.eclipse.ui.commands.HandlerSubmission#HandlerSubmission(String, Shell, IWorkbenchPartSite, String, IHandler, Priority) |
ADDED | org.eclipse.ui.commands.HandlerSubmission#int compareTo(Object) |
ADDED | org.eclipse.ui.commands.HandlerSubmission#String getActivePartId() |
ADDED | org.eclipse.ui.commands.HandlerSubmission#Shell getActiveShell() |
ADDED | org.eclipse.ui.commands.HandlerSubmission#IWorkbenchPartSite getActiveWorkbenchPartSite() |
ADDED | org.eclipse.ui.commands.HandlerSubmission#String getCommandId() |
ADDED | org.eclipse.ui.commands.HandlerSubmission#IHandler getHandler() |
ADDED | org.eclipse.ui.commands.HandlerSubmission#Priority getPriority() |
ADDED | org.eclipse.ui.commands.ICategory#void addCategoryListener(ICategoryListener) |
ADDED | org.eclipse.ui.commands.ICategory#String getDescription() |
ADDED | org.eclipse.ui.commands.ICategory#String getId() |
ADDED | org.eclipse.ui.commands.ICategory#String getName() |
ADDED | org.eclipse.ui.commands.ICategory#boolean isDefined() |
ADDED | org.eclipse.ui.commands.ICategory#void removeCategoryListener(ICategoryListener) |
ADDED | org.eclipse.ui.commands.ICategoryListener#void categoryChanged(CategoryEvent) |
ADDED | org.eclipse.ui.commands.ICommand#void addCommandListener(ICommandListener) |
ADDED | org.eclipse.ui.commands.ICommand#Object execute(Map) |
ADDED | org.eclipse.ui.commands.ICommand#Map getAttributeValuesByName() |
ADDED | org.eclipse.ui.commands.ICommand#String getCategoryId() |
ADDED | org.eclipse.ui.commands.ICommand#String getDescription() |
ADDED | org.eclipse.ui.commands.ICommand#String getId() |
ADDED | org.eclipse.ui.commands.ICommand#String getName() |
ADDED | org.eclipse.ui.commands.ICommand#boolean isDefined() |
ADDED | org.eclipse.ui.commands.ICommand#boolean isHandled() |
ADDED | org.eclipse.ui.commands.ICommand#void removeCommandListener(ICommandListener) |
ADDED | org.eclipse.ui.commands.ICommandListener#void commandChanged(CommandEvent) |
ADDED | org.eclipse.ui.commands.ICommandManager#void addCommandManagerListener(ICommandManagerListener) |
ADDED | org.eclipse.ui.commands.ICommandManager#Set getActiveContextIds() |
ADDED | org.eclipse.ui.commands.ICommandManager#String getActiveKeyConfigurationId() |
ADDED | org.eclipse.ui.commands.ICommandManager#String getActiveLocale() |
ADDED | org.eclipse.ui.commands.ICommandManager#String getActivePlatform() |
ADDED | org.eclipse.ui.commands.ICommandManager#ICategory getCategory(String) |
ADDED | org.eclipse.ui.commands.ICommandManager#ICommand getCommand(String) |
ADDED | org.eclipse.ui.commands.ICommandManager#Set getDefinedCategoryIds() |
ADDED | org.eclipse.ui.commands.ICommandManager#Set getDefinedCommandIds() |
ADDED | org.eclipse.ui.commands.ICommandManager#Set getDefinedKeyConfigurationIds() |
ADDED | org.eclipse.ui.commands.ICommandManager#IKeyConfiguration getKeyConfiguration(String) |
ADDED | org.eclipse.ui.commands.ICommandManager#Map getPartialMatches(KeySequence) |
ADDED | org.eclipse.ui.commands.ICommandManager#String getPerfectMatch(KeySequence) |
ADDED | org.eclipse.ui.commands.ICommandManager#boolean isPartialMatch(KeySequence) |
ADDED | org.eclipse.ui.commands.ICommandManager#boolean isPerfectMatch(KeySequence) |
ADDED | org.eclipse.ui.commands.ICommandManager#void removeCommandManagerListener(ICommandManagerListener) |
ADDED | org.eclipse.ui.commands.ICommandManagerListener#void commandManagerChanged(CommandManagerEvent) |
ADDED | org.eclipse.ui.commands.IHandler#void addHandlerListener(IHandlerListener) |
ADDED | org.eclipse.ui.commands.IHandler#void dispose() |
ADDED | org.eclipse.ui.commands.IHandler#Object execute(Map) |
ADDED | org.eclipse.ui.commands.IHandler#Map getAttributeValuesByName() |
ADDED | org.eclipse.ui.commands.IHandler#void removeHandlerListener(IHandlerListener) |
ADDED | org.eclipse.ui.commands.IHandlerListener#void handlerChanged(HandlerEvent) |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#void addKeyConfigurationListener(IKeyConfigurationListener) |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#String getDescription() |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#String getId() |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#String getName() |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#String getParentId() |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#boolean isActive() |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#boolean isDefined() |
ADDED | org.eclipse.ui.commands.IKeyConfiguration#void removeKeyConfigurationListener(IKeyConfigurationListener) |
ADDED | org.eclipse.ui.commands.IKeyConfigurationListener#void keyConfigurationChanged(KeyConfigurationEvent) |
ADDED | org.eclipse.ui.commands.IKeySequenceBinding#KeySequence getKeySequence() |
ADDED | org.eclipse.ui.commands.IWorkbenchCommandSupport#void addHandlerSubmission(HandlerSubmission) |
ADDED | org.eclipse.ui.commands.IWorkbenchCommandSupport#void addHandlerSubmissions(Collection) |
ADDED | org.eclipse.ui.commands.IWorkbenchCommandSupport#ICommandManager getCommandManager() |
ADDED | org.eclipse.ui.commands.IWorkbenchCommandSupport#void removeHandlerSubmission(HandlerSubmission) |
ADDED | org.eclipse.ui.commands.IWorkbenchCommandSupport#void removeHandlerSubmissions(Collection) |
ADDED | org.eclipse.ui.commands.KeyConfigurationEvent#KeyConfigurationEvent(IKeyConfiguration, boolean, boolean, boolean, boolean) |
ADDED | org.eclipse.ui.commands.KeyConfigurationEvent#IKeyConfiguration getKeyConfiguration() |
ADDED | org.eclipse.ui.commands.KeyConfigurationEvent#boolean hasActiveChanged() |
ADDED | org.eclipse.ui.commands.KeyConfigurationEvent#boolean hasDefinedChanged() |
ADDED | org.eclipse.ui.commands.KeyConfigurationEvent#boolean hasNameChanged() |
ADDED | org.eclipse.ui.commands.KeyConfigurationEvent#boolean hasParentIdChanged() |
ADDED | org.eclipse.ui.commands.NotDefinedException#NotDefinedException(String) |
ADDED | org.eclipse.ui.commands.NotDefinedException#NotDefinedException(NotDefinedException) |
ADDED | org.eclipse.ui.commands.NotHandledException#NotHandledException(String) |
ADDED | org.eclipse.ui.commands.NotHandledException#NotHandledException(NotHandledException) |
ADDED | org.eclipse.ui.commands.Priority#int compareTo(Object) |
ADDED | org.eclipse.ui.commands.Priority#String toString() |