jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/webserver PureJavaMain.java,1.1,1.2
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/webserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18181/platform/components/http/impl/src/java/org/jicarilla/webserver
Modified Files:
PureJavaMain.java
Log Message:
remove the HTTP prefix from nearly every class and interface. Less typing, cleaner reading :-D
Index: PureJavaMain.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/impl/src/java/org/jicarilla/webserver/PureJavaMain.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PureJavaMain.java 31 Mar 2004 12:11:00 -0000 1.1
+++ PureJavaMain.java 9 Apr 2004 15:52:27 -0000 1.2
@@ -342,14 +342,14 @@
/*builder.addComponent(
new OrSelector(
new Selector[] {
- new ClassSelector(HTTPHandler.class),
- new ClassSelector(HTTPErrorHandler.class)
+ new ClassSelector(MessageHandler.class),
+ new ClassSelector(ErrorHandler.class)
}
),
new CachingComponentAdapter(
new ConstructorComponentAdapter(
- HTTPHandler.class,
- HTTPMessageGenerator.class,
+ MessageHandler.class,
+ MessageGenerator.class,
new Parameter[] {
new ComponentParameter( ExceptionListener.class ),
new ComponentParameter( MessageReceivedListener.class ),
@@ -359,8 +359,8 @@
)
);*/
/*builder.addComponent(
- HTTPParser.class,
- HTTPParserImpl.class
+ Parser.class,
+ ParserImpl.class
);*/
// event pipeline
-------------------------------------------------------
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