com.quadrique.jbuildingblocks.core.io.socket.server
Class JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithMultiplePartResponse

java.lang.Object
  extended by java.lang.Thread
      extended by com.quadrique.jbuildingblocks.core.io.socket.server.JbbConnectionHandler
          extended by com.quadrique.jbuildingblocks.core.io.socket.server.JbbConnectionHandlerHttp
              extended by com.quadrique.jbuildingblocks.core.io.socket.server.JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithMultiplePartResponse
All Implemented Interfaces:
Runnable

public class JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithMultiplePartResponse
extends JbbConnectionHandlerHttp

This specialized connection handler dumps the request on System.out and sends its interpreted content back to the sender in 2 separate blocks: the first block with most of the response the second block is sent 10s after

Version:
1.0.0
Author:
Hervé Rivere

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithMultiplePartResponse()
           
 
Method Summary
 
Methods inherited from class com.quadrique.jbuildingblocks.core.io.socket.server.JbbConnectionHandlerHttp
reportException, validate
 
Methods inherited from class com.quadrique.jbuildingblocks.core.io.socket.server.JbbConnectionHandler
processRequest, run, stopExecution
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithMultiplePartResponse

public JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithMultiplePartResponse()


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.