net.jxta.impl.endpoint.cbjx
Class CbJxTransport.CbJxInputFilter
java.lang.Object
net.jxta.impl.endpoint.cbjx.CbJxTransport.CbJxInputFilter
- All Implemented Interfaces:
- MessageFilterListener
- Enclosing class:
- CbJxTransport
- public class CbJxTransport.CbJxInputFilter
- extends Object
- implements MessageFilterListener
this class filters incoming messages.
it checks if messages are valid and if not discard them
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CbJxTransport.CbJxInputFilter
public CbJxTransport.CbJxInputFilter()
filterMessage
public Message filterMessage(Message message,
EndpointAddress srcAddr,
EndpointAddress dstAddr)
-
- Specified by:
filterMessage
in interface MessageFilterListener