|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.endpoints.amf.SuspendableAMFFilter
flex.messaging.endpoints.amf.SuspendableSerializationFilter
public class SuspendableSerializationFilter
Filter for serializing and deserializing AMF. This implementation will never suspend the chain and performs no internal synchronization.
| Field Summary |
|---|
| Fields inherited from class flex.messaging.endpoints.amf.SuspendableAMFFilter |
|---|
DIRECTION_INBOUND, DIRECTION_OUTBOUND |
| Constructor Summary | |
|---|---|
SuspendableSerializationFilter(String logCategory,
SerializationContext serializationContext,
TypeMarshaller typeMarshaller)
Constructs a SuspendableSerializationFilter. |
|
| Method Summary | |
|---|---|
int |
getContentLength()
Returns the number of bytes that the InputStream contains. |
InputStream |
getInputStream()
Returns the InputStream currently assigned to this filter that will be used to read message bytes from. |
void |
setContentLength(int value)
Sets the number of bytes that the InputStream contains. |
void |
setInputStream(InputStream value)
Sets the InputStream to read message bytes from. |
| Methods inherited from class flex.messaging.endpoints.amf.SuspendableAMFFilter |
|---|
buildChain, getContext, getDirection, getNext, getPrevious, getSuspendedFilter, invoke, isInboundAborted, isSuspended, resume, setContext, setDirection, setInboundAborted, setNext, setPrevious, setSuspendedFilter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuspendableSerializationFilter(String logCategory,
SerializationContext serializationContext,
TypeMarshaller typeMarshaller)
logCategory - A specific endpoint log category to use.serializationContext - The serialization context to use for inbound and outbound serialization and
deserialization.typeMarshaller - The type marshalling context to use for inbound and outbound serialization
and deserialization.| Method Detail |
|---|
public InputStream getInputStream()
public void setInputStream(InputStream value)
public int getContentLength()
public void setContentLength(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/endpoints/amf/SuspendableSerializationFilter.html