<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Http</title><link>https://sourceforge.net/p/agendamovel/home/Http/</link><description>Recent changes to Http</description><atom:link href="https://sourceforge.net/p/agendamovel/home/Http/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 27 Oct 2011 21:25:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/agendamovel/home/Http/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Http modified by Gilberto</title><link>https://sourceforge.net/p/agendamovel/home/Http/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,1 +1,23 @@
 &lt;a href='https://sourceforge.net/p/agendamovel/home/Home/'&gt;PAGINA INICIAL DO PROJETO&lt;/a&gt;
+package com.agenda.programa;
+
+
+//Classe abstrata
+public abstract class Http {
+	
+	public static final int NORMAL = 1;
+	//public static final int JAKARTA = 2;
+	
+	public static Http getInstance(int tipo){
+		switch (tipo){
+		case NORMAL:
+				return new HttpNormalImpl();
+		default:
+			return new HttpNormalImpl();
+		}
+	}
+	
+	//metodo abstrato para download do arquivo
+	public abstract String downloadArquivo(String url);
+
+}
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gilberto</dc:creator><pubDate>Thu, 27 Oct 2011 21:25:43 -0000</pubDate><guid>https://sourceforge.netb4c8628a7b53d3032438c99367e6f8a8e8470da1</guid></item><item><title>WikiPage Http modified by Gilberto</title><link>https://sourceforge.net/p/agendamovel/home/Http/</link><description>&lt;a href='https://sourceforge.net/p/agendamovel/home/Home/'&gt;PAGINA INICIAL DO PROJETO&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gilberto</dc:creator><pubDate>Thu, 27 Oct 2011 21:05:00 -0000</pubDate><guid>https://sourceforge.net19eea0ba1ca40ea70c7e475eced28065f3244aa0</guid></item></channel></rss>