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