Package septogeddon.pluginquery.http
Interface ProtocolListener
- All Known Implementing Classes:
DefaultProtocolListener
public interface ProtocolListener
The protocol listener that handles client/browser request
-
Method Summary
Modifier and TypeMethodDescriptionvoidonRequest(ProtocolClient client, ProtocolRequest request) Called when there is a request coming from a client
-
Method Details
-
onRequest
Called when there is a request coming from a client- Parameters:
client- the clientrequest- the request data
-