Class SendPrivateMessageHandler
java.lang.Object
com.github.theword.queqiao.tool.protocol.AbstractProtocolHandler<PrivateMessagePayload,PrivateMessageResponse>
com.github.theword.queqiao.tool.protocol.handler.SendPrivateMessageHandler
public class SendPrivateMessageHandler
extends AbstractProtocolHandler<PrivateMessagePayload,PrivateMessageResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PrivateMessageResponsehandlePayload(PrivateMessagePayload payload) Methods inherited from class com.github.theword.queqiao.tool.protocol.AbstractProtocolHandler
handle
-
Constructor Details
-
SendPrivateMessageHandler
public SendPrivateMessageHandler()
-
-
Method Details
-
handlePayload
protected PrivateMessageResponse handlePayload(PrivateMessagePayload payload) throws ProtocolException - Specified by:
handlePayloadin classAbstractProtocolHandler<PrivateMessagePayload,PrivateMessageResponse> - Throws:
ProtocolException
-