Uses of Class
javatunnel.Engine

Packages that use Engine
javatunnel   
 

Uses of Engine in javatunnel
 

Subclasses of Engine in javatunnel
 class GNUHTTPTunnelEngine
           
 class HTTPProxyEngine
           
 class HTTPTunnelingEngine
          JavaTunnel Copyright (C) 2002 Andrés Ederra This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 class RedirectEngine
          JavaTunnel Copyright (C) 2002 Andrés Ederra This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 class SSLProxyEngine
          JavaTunnel Copyright (C) 2002 Andrés Ederra This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 

Methods in javatunnel that return Engine
static Engine EngineFactory.createEngine(Configuration config)