Ignore:
Timestamp:
2007-07-12T21:14:26+02:00 (17 years ago)
Author:
frsantos
Message:

Javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ywms/src/org/openstreetmap/josm/plugins/ywms/RequestProcessor.java

    r2264 r3573  
    2020public class RequestProcessor extends Thread
    2121{
     22        /** The socket this processor listens */
    2223        private Socket request;
    2324 
     
    2627         *
    2728         * @param request The WMS request
    28          * @param pluginDir The directory of the plugin
    2929         */
    3030        public RequestProcessor(Socket request)
     
    119119        /**
    120120         * Sends a 500 error: server error
     121         * @param out The writer where the error is written
     122         * @throws IOException If the error can not be written
    121123         */
    122124        private void sendError(Writer out) throws IOException
     
    134136        /**
    135137         * Sends a 501 error: not implemented
     138         * @param out The writer where the error is written
     139         * @throws IOException If the error can not be written
    136140         */
    137141        private void sendNotImplemented(Writer out) throws IOException
Note: See TracChangeset for help on using the changeset viewer.