enum Telnet::Descriptor::Type

Defined in:

telnet/descriptor.cr

Enum Members

Client = 0

Connection is from client to a server

Server = 1

Connection is from an external client connecting to the server

Instance Method Summary

Instance Method Detail

def client? #

[View source]
def server? #

[View source]