protected class DefaultServer.FilterAdapter extends java.lang.Object implements Filter<Endpoint>
| Constructor and Description | 
|---|
FilterAdapter(Filter<? super HostedConnection> delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
apply(Endpoint input)
Returns true if the specified input is accepted by this
  filter. 
 | 
public FilterAdapter(Filter<? super HostedConnection> delegate)