Interface ResponseFilter

All Superinterfaces:
Filter
All Known Implementing Classes:
TestJavaResponseFilter

public interface ResponseFilter extends Filter
Interface for all response filters.
  • Method Details

    • filterResponse

      FilterResult filterResponse(Variables context)
      This gets called by the server whenever a packet needs to be filtered.
    • getPacketTypes

      String[] getPacketTypes()
      Get all the packet types that the filter is interested in. If this returns null or an empty array, then all packet types are potentially relevant.