Class DefaultServer.FilterAdapter

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

protected class DefaultServer.FilterAdapter extends Object implements Filter<Endpoint>
  • Constructor Details

  • Method Details

    • 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>