Uses of Interface
org.lobobrowser.ua.ConnectionProcessor

Packages that use ConnectionProcessor
org.lobobrowser.ua
Contains interfaces that need to be implemented by a browser (like Lobo) in order to service Lobo extensions. 
 

Uses of ConnectionProcessor in org.lobobrowser.ua
 

Fields in org.lobobrowser.ua declared as ConnectionProcessor
static ConnectionProcessor[] ConnectionProcessor.EMPTY_ARRAY
           
 

Methods in org.lobobrowser.ua with parameters of type ConnectionProcessor
 void NavigatorExtensionContext.addConnectionProcessor(ConnectionProcessor processor)
          Adds an object that can view connections made by the browser and potentially modify their headers and other data.
 void NavigatorExtensionContext.removeConnectionProcessor(ConnectionProcessor processor)
           
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]