Class: IPSocket

Inherits:
Object show all
Defined in:
lib/framework/autocomplete/IPSocket.rb

Overview

It is auto-generated content. Do not do required for this file in your application.

Defined Under Namespace

Modules: WaitReadable, WaitWritable

Constant Summary collapse

SEEK_SET =
0
SEEK_CUR =
1
SEEK_END =
2
LOCK_SH =
1
LOCK_EX =
2
LOCK_UN =
8
LOCK_NB =
4
RDONLY =
0
WRONLY =
1
RDWR =
2
APPEND =
8
CREAT =
256
EXCL =
1024
NONBLOCK =
4
TRUNC =
512
BINARY =
32768
FNM_NOESCAPE =
1
FNM_PATHNAME =
2
FNM_DOTMATCH =
4
FNM_CASEFOLD =
8
FNM_SYSCASE =
8

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.getaddress(req) ⇒ Object



56
57
# File 'lib/framework/autocomplete/IPSocket.rb', line 56

def self.getaddress(req)
end

Instance Method Details

#addrObject



58
59
# File 'lib/framework/autocomplete/IPSocket.rb', line 58

def addr
end

#peeraddrObject



60
61
# File 'lib/framework/autocomplete/IPSocket.rb', line 60

def peeraddr
end

#recvfrom(rest) ⇒ Object



62
63
# File 'lib/framework/autocomplete/IPSocket.rb', line 62

def recvfrom(rest)
end