com.jme3.network.base
Class DefaultServer.FilterAdapter

java.lang.Object
  extended by com.jme3.network.base.DefaultServer.FilterAdapter
All Implemented Interfaces:
Filter<Endpoint>
Enclosing class:
DefaultServer

protected class DefaultServer.FilterAdapter
extends java.lang.Object
implements Filter<Endpoint>


Constructor Summary
DefaultServer.FilterAdapter(Filter<? super HostedConnection> delegate)
           
 
Method Summary
 boolean apply(Endpoint input)
          Returns true if the specified input is accepted by this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultServer.FilterAdapter

public DefaultServer.FilterAdapter(Filter<? super HostedConnection> delegate)
Method Detail

apply

public boolean apply(Endpoint input)
Description copied from interface: Filter
Returns true if the specified input is accepted by this filter.

Specified by:
apply in interface Filter<Endpoint>