Package com.quadrique.jbuildingblocks.core.io.socket.server

Class Summary
JbbConnectionDispatcher This class listens for connection request on a given port.
JbbConnectionHandler This class implements a synchronized pool of connection handler threads.
JbbConnectionHandlerDumpReceivedData This specialized connection handler waits for incoming data on the connection and dumps each byte of tbe received data.
JbbConnectionHandlerHttp This is the base class of all the specialized HTTP connection handler.
JbbConnectionHandlerHttpDumpAndEchoReceivedRequest This specialized connection handler dumps the request on System.out and sends its interpreted content back to the sender in one shot (i.e.
JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithContentLength This specialized connection handler dumps the request on System.out and sends its interpreted content back to the sender in one shot (i.e.
JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithContentLengthAndMultiplePartResponse This specialized connection handler dumps the request on System.out and sends its interpreted content back to the sender in one shot (i.e.
JbbConnectionHandlerHttpDumpAndEchoReceivedRequestWithMultiplePartResponse 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
JbbHttpRequest This class is used to manipulate a HTTP request.
 



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