|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vordel.circuit.FilterContainer
com.vordel.circuit.MessageProcessor
com.vordel.circuit.HTTPBodyParserProcessor
public class HTTPBodyParserProcessor
Explictly force parsing of incoming HTTP request or response. This causes any data from the remote client or server to be read and buffered.
| Field Summary |
|---|
| Fields inherited from class com.vordel.circuit.MessageProcessor |
|---|
logMask, logMaskType |
| Constructor Summary | |
|---|---|
HTTPBodyParserProcessor()
|
|
| Method Summary | |
|---|---|
boolean |
invoke(CircuitInvocation c,
Message m)
invoked by circuit to act on a message |
| Methods inherited from class com.vordel.circuit.MessageProcessor |
|---|
filterAttached, filterDetached, getCategory, getLogMask, logFailure, logFatal, logMessagePayload, logSuccess, report, report, toString |
| Methods inherited from class com.vordel.circuit.FilterContainer |
|---|
configureFilter, createFilterContainer, getFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPBodyParserProcessor()
| Method Detail |
|---|
public boolean invoke(CircuitInvocation c,
Message m)
throws CircuitAbortException
MessageProcessor
invoke in class MessageProcessorc - The CircuitInvocation context, including the filter's owner
circuit.m - The message
CircuitAbortException
|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||