public class FilterResponse extends Object
| Constructor and Description |
|---|
FilterResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isRejected()
Returns if a filter in the filter chain has rejected a message.
|
void |
rejectMessage()
Signals that a message has to be rejected and that the filter chain
was aborted.
|
void |
relayMessage()
Signals that a message may be relayed to further filters, the server or
clients, depending on its direction.
|
public Boolean isRejected()
public void rejectMessage()
public void relayMessage()
Copyright © 2013. All Rights Reserved.