jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/selectors HTTPFieldSelector.java,1.3,1.4 PatternMatchingHTTPFieldSelector.java,1.3,1.4

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/selectors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20979/platform/components/http/impl/src/java/org/jicarilla/http/selectors

Modified Files:
	HTTPFieldSelector.java PatternMatchingHTTPFieldSelector.java 
Log Message:
seperate plumbing material from the basic HTTP logic, and work on solidifying the I/O code.

Index: HTTPFieldSelector.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/selectors/HTTPFieldSelector.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- HTTPFieldSelector.java	23 Mar 2004 13:37:50 -0000	1.3
+++ HTTPFieldSelector.java	31 Mar 2004 12:10:59 -0000	1.4
@@ -25,11 +25,11 @@
 ==================================================================== */
 package org.jicarilla.http.selectors;
 
-import org.jicarilla.lang.Assert;
-import org.jicarilla.lang.CriterionExposingSelector;
 import org.jicarilla.http.HTTPField;
 import org.jicarilla.http.HTTPMessage;
-import org.jicarilla.http.plumbing.HTTPEvent;
+import org.jicarilla.lang.Assert;
+import org.jicarilla.lang.CriterionExposingSelector;
+import org.jicarilla.webserver.plumbing.HTTPEvent;
 
 import java.util.Iterator;
 

Index: PatternMatchingHTTPFieldSelector.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/http/selectors/PatternMatchingHTTPFieldSelector.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PatternMatchingHTTPFieldSelector.java	23 Mar 2004 13:37:50 -0000	1.3
+++ PatternMatchingHTTPFieldSelector.java	31 Mar 2004 12:10:59 -0000	1.4
@@ -25,11 +25,11 @@
 ==================================================================== */
 package org.jicarilla.http.selectors;
 
-import org.jicarilla.lang.Assert;
-import org.jicarilla.lang.CriterionExposingSelector;
 import org.jicarilla.http.HTTPField;
 import org.jicarilla.http.HTTPMessage;
-import org.jicarilla.http.plumbing.HTTPEvent;
+import org.jicarilla.lang.Assert;
+import org.jicarilla.lang.CriterionExposingSelector;
+import org.jicarilla.webserver.plumbing.HTTPEvent;
 
 import java.util.Iterator;
 import java.util.regex.Pattern;



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.