class MCProtocol::PingRequest

Overview

A ping, issued by either the server or the client, to check that the other party is still alive. The receiver must promptly respond, or else may be disconnected.

Included Modules

Defined in:

mcprotocol/ping_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(params : JSON::Any | Nil = Nil) #

[View source]

Instance Method Detail

def method : String #

[View source]
def params : JSON::Any | Nil #

[View source]