NAME

Sidef::Types::Glob::SocketHandle

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = SocketHandle(...)

INHERITS

Inherits methods from:

* Sidef::Types::Glob::FileHandle

METHODS

accept

self.accept

Returns the

bind

self.bind(name)

Returns the

connect

self.connect(name)

Returns the

getpeername

self.getpeername

Returns the

getsockname

self.getsockname

Returns the

getsockopt

self.getsockopt(level, optname)

Returns the

listen

self.listen(queuesize)

Returns the

new

self.new

Returns the

Aliases: call

recv

self.recv(length, flags)

Returns the

send

self.send(msg, flags, to)

Returns the

setsockopt

self.setsockopt(level, optname, optval)

Returns the

shutdown

self.shutdown(how)

Returns the