|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.http.NoopHttpCommandProcessor
public class NoopHttpCommandProcessor
NOOP implementation of a command processor useful for debugging and testing purposes.
| Constructor Summary | |
|---|---|
NoopHttpCommandProcessor()
|
|
| Method Summary | |
|---|---|
int |
execute(HttpCommand command,
java.io.OutputStream ostream)
Execute the command request and write the result's contents to the given output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoopHttpCommandProcessor()
| Method Detail |
|---|
public final int execute(HttpCommand command,
java.io.OutputStream ostream)
throws java.io.IOException
HttpCommandProcessor
execute in interface HttpCommandProcessorostream - The stream where to write the response; may be null.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||