All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----com.extropia.net.JavaCGIBridgeStillProcessingException
It is important to keep in mind that although an operation on JavaCGIBridge may not involve return feedback such as callOneWay(), the JavaCGIBridge object must still spend time in its own thread setting up an HTTP request and response.
Therefore, if you use asynchronous operations such as callOneWay() instead of synchronous operations like getRawData() and getParsedData(), then you should use the getStatus() method before using the object for a subsequent HTTP request.
If you feel this is too much overhead, then you are encouraged to use the JavaCGIBridgePool class which keeps track of which objects are free and which are not and knows when it needs to create a new one automatically.
public JavaCGIBridgeStillProcessingException()
public JavaCGIBridgeStillProcessingException(String s)
All Packages Class Hierarchy This Package Previous Next Index