Interface ProtocolListener

All Known Implementing Classes:
DefaultProtocolListener

public interface ProtocolListener
The protocol listener that handles client/browser request
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when there is a request coming from a client
  • Method Details

    • onRequest

      void onRequest(ProtocolClient client, ProtocolRequest request)
      Called when there is a request coming from a client
      Parameters:
      client - the client
      request - the request data