Definition at line 36 of file info_catch_client.py.
def info_catch_client.JSONSocket.__init__ |
( |
|
self, |
|
|
|
ip_addr, |
|
|
|
port |
|
) |
| |
def info_catch_client.JSONSocket.close |
( |
|
self | ) |
|
def info_catch_client.JSONSocket.connect |
( |
|
self | ) |
|
def info_catch_client.JSONSocket.recv |
( |
|
self | ) |
|
def info_catch_client.JSONSocket.send |
( |
|
self, |
|
|
|
data |
|
) |
| |
info_catch_client.JSONSocket._decoder |
|
private |
info_catch_client.JSONSocket._ip_addr |
|
private |
info_catch_client.JSONSocket._port |
|
private |
info_catch_client.JSONSocket._recv_buffer |
|
private |
info_catch_client.JSONSocket._sock |
|
private |
int info_catch_client.JSONSocket.BUFFER_SIZE = 4096 |
|
static |
The documentation for this class was generated from the following file: