|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
gistoolkit.server.mapservice.ResponseThread
Used for reading data coming from the input stream from the client, performing some action, and returning the data back to the client via the output stream.
Field Summary | |
static java.lang.String |
CALLED_URL_PARAMETER
|
static java.lang.String |
SERVICE_NAME_PARAMETER
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ResponseThread(WebMapService inService,
java.net.Socket inSocket)
Creates new ResponseThread |
Method Summary | |
static MapRequest |
getMapRequest(Request inRequest)
Create the map request given the request, and return it. |
void |
run()
Read the data in and write the result out. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String SERVICE_NAME_PARAMETER
public static final java.lang.String CALLED_URL_PARAMETER
Constructor Detail |
public ResponseThread(WebMapService inService, java.net.Socket inSocket)
Method Detail |
public void run()
public static MapRequest getMapRequest(Request inRequest) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |