Package org.jcsp.net
Class LoopbackLink.LoopbackSerializationFilter
- java.lang.Object
-
- org.jcsp.net.LoopbackLink.LoopbackSerializationFilter
-
- All Implemented Interfaces:
Filter
- Enclosing class:
- LoopbackLink
private class LoopbackLink.LoopbackSerializationFilter extends java.lang.Object implements Filter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LoopbackSerializationFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
filter(java.lang.Object obj)
Applies the filter operation.
-
-
-
Method Detail
-
filter
public java.lang.Object filter(java.lang.Object obj)
Description copied from interface:Filter
Applies the filter operation. The object given can be modified and returned or another object substituted in its place.
-
-