Property | Type | Description | |
---|---|---|---|
error | object | ||
io_loop | |||
max_buffer_size | int | ||
read_chunk_size | int | ||
socket |
Method | Description | |
---|---|---|
IOStream ( |
||
_read_from_buffer ( ) : bool | ||
_set_read_callback ( Action |
||
_try_inline_read ( ) : void | ||
close ( ) : void | ||
closed ( ) : bool | ||
read_bytes ( int num_bytes, Action |
||
read_until ( byte delimiter, Action |
||
read_until_regex ( string regex, Action |
||
reading ( ) : bool | ||
set_close_callback ( System.Action callback ) : void | ||
write ( byte data, System.Action callback = null ) : void | ||
writing ( ) : bool |
Method | Description | |
---|---|---|
_add_io_state ( int state ) : void | ||
_check_closed ( ) : void | ||
_consume ( int loc ) : byte[] | ||
_double_prefix ( LinkedList |
||
_handle_connect ( ) : void | ||
_handle_events ( int fd, int events ) : void | ||
_handle_read ( ) : void | ||
_handle_write ( ) : void | ||
_maybe_add_error_listener ( ) : void | ||
_maybe_run_close_callback ( ) : void | ||
_merge_prefix ( LinkedList |
||
_read_from_socket ( ) : byte[] | ||
_read_to_buffer ( ) : int | ||
_run_callback ( System.Action callback ) : void |
public IOStream ( |
||
socket_ | ||
io_loop_ | ||
max_buffer_size_ | int | |
read_chunk_size_ | int | |
return | System |
public _set_read_callback ( Action |
||
callback | Action |
|
return | void |
public read_bytes ( int num_bytes, Action |
||
num_bytes | int | |
callback | Action |
|
streaming_callback | Action |
|
return | void |
public read_until ( byte delimiter, Action |
||
delimiter | byte | |
callback | Action |
|
return | void |
public read_until_regex ( string regex, Action |
||
regex | string | |
callback | Action |
|
return | void |
public set_close_callback ( System.Action callback ) : void | ||
callback | System.Action | |
return | void |
public write ( byte data, System.Action callback = null ) : void | ||
data | byte | |
callback | System.Action | |
return | void |