Interface RequestMessage

All Superinterfaces:
Message
All Known Implementing Classes:
ApplicationMessage, JoinMessage, PingMessage, QuitMessage, WhoisMessage

public interface RequestMessage extends Message
Messages of this type represent a request. Responses to such a message are of type ResponseMessage.