jicarilla-suf/suf-components/instrument-manager/http/src/java/org/apache/excalibur/instrument/manager/http/server AbstractHTTPURLHandler.java,1.1.1.1,1.2 AbstractLogEnabledInstrumentableStartable.java,1.1.1.1,1.2 AbstractSocketServer.java,1.1.1.1,1.2 HTTPServer.java,1.1.1.1,1.2
Leo Simons <[email protected]>
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-suf/suf-components/instrument-manager/http/src/java/org/apache/excalibur/instrument/manager/http/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5723/suf-components/instrument-manager/http/src/java/org/apache/excalibur/instrument/manager/http/server Modified Files: AbstractHTTPURLHandler.java AbstractLogEnabledInstrumentableStartable.java AbstractSocketServer.java HTTPServer.java Log Message: optimize imports Index: AbstractHTTPURLHandler.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/instrument-manager/http/src/java/org/apache/excalibur/instrument/manager/http/server/AbstractHTTPURLHandler.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- AbstractHTTPURLHandler.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ AbstractHTTPURLHandler.java 10 Apr 2004 22:50:59 -0000 1.2 @@ -17,16 +17,16 @@ package org.apache.excalibur.instrument.manager.http.server; +import org.apache.excalibur.instrument.AbstractLogEnabledInstrumentable; +import org.apache.excalibur.instrument.CounterInstrument; +import org.apache.excalibur.instrument.ValueInstrument; + import java.io.FileNotFoundException; import java.io.IOException; import java.io.OutputStream; import java.util.List; import java.util.Map; -import org.apache.excalibur.instrument.AbstractLogEnabledInstrumentable; -import org.apache.excalibur.instrument.CounterInstrument; -import org.apache.excalibur.instrument.ValueInstrument; - /** * * @author <a href="mailto:[email protected]">Avalon Development Team</a> Index: HTTPServer.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/instrument-manager/http/src/java/org/apache/excalibur/instrument/manager/http/server/HTTPServer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- HTTPServer.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ HTTPServer.java 10 Apr 2004 22:50:59 -0000 1.2 @@ -17,12 +17,14 @@ package org.apache.excalibur.instrument.manager.http.server; +import org.apache.excalibur.instrument.CounterInstrument; + import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.FileNotFoundException; +import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; -import java.io.IOException; import java.io.OutputStream; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; @@ -35,8 +37,6 @@ import java.util.Map; import java.util.StringTokenizer; -import org.apache.excalibur.instrument.CounterInstrument; - /** * * @author <a href="mailto:[email protected]">Avalon Development Team</a> Index: AbstractSocketServer.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/instrument-manager/http/src/java/org/apache/excalibur/instrument/manager/http/server/AbstractSocketServer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- AbstractSocketServer.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ AbstractSocketServer.java 10 Apr 2004 22:50:59 -0000 1.2 @@ -17,20 +17,20 @@ package org.apache.excalibur.instrument.manager.http.server; -import java.io.InterruptedIOException; +import org.apache.excalibur.instrument.CounterInstrument; +import org.apache.excalibur.instrument.ValueInstrument; + import java.io.IOException; +import java.io.InterruptedIOException; import java.net.BindException; import java.net.InetAddress; +import java.net.ServerSocket; import java.net.Socket; import java.net.SocketException; -import java.net.ServerSocket; import java.util.ArrayList; import java.util.Iterator; import java.util.List; -import org.apache.excalibur.instrument.CounterInstrument; -import org.apache.excalibur.instrument.ValueInstrument; - /** * * @author <a href="mailto:[email protected]">Avalon Development Team</a> Index: AbstractLogEnabledInstrumentableStartable.java =================================================================== RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/instrument-manager/http/src/java/org/apache/excalibur/instrument/manager/http/server/AbstractLogEnabledInstrumentableStartable.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- AbstractLogEnabledInstrumentableStartable.java 10 Apr 2004 14:40:37 -0000 1.1.1.1 +++ AbstractLogEnabledInstrumentableStartable.java 10 Apr 2004 22:50:59 -0000 1.2 @@ -18,7 +18,6 @@ package org.apache.excalibur.instrument.manager.http.server; import org.apache.avalon.framework.activity.Startable; - import org.apache.excalibur.instrument.AbstractLogEnabledInstrumentable; /** ------------------------------------------------------- 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