class Packets::Handshaking::S::Handshake

Defined in:

packets/packets.cr

Constructors

Instance Method Summary

Instance methods inherited from class RawPacket

data : Bytes data, id : Int32 id, slice : Bytes slice

Constructor methods inherited from class RawPacket

new(id : Int32, data : Bytes) new

Constructor Detail

def self.new(protocol_version : Int32, address : String, port : Int16, next_state : Int32) #

[View source]
def self.new(packet : RawPacket) #

[View source]

Instance Method Detail

def address : String #

def next_state : Int32 #

def port : Int16 #

def protocol_version : Int32 #