Package septogeddon.pluginquery.http
Class DefaultProtocolListener
java.lang.Object
septogeddon.pluginquery.http.DefaultProtocolListener
- All Implemented Interfaces:
ProtocolListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRequest
(ProtocolClient client, ProtocolRequest request) Called when there is a request coming from a client
-
Constructor Details
-
Method Details
-
onRequest
Description copied from interface:ProtocolListener
Called when there is a request coming from a client- Specified by:
onRequest
in interfaceProtocolListener
- Parameters:
client
- the clientrequest
- the request data
-