Index of class methods


C
close_in [Socket.in_channel_obj]
Close the given channel.
close_out [Socket.out_channel_obj]
Close the given channel, flushing all buffered write operations.

F
flush [Socket.out_channel_obj]
Flush the buffer associated with the output channel, performing all pending writes on that channel.
fprintf [Socket.out_channel_obj]

I
input [Socket.in_channel_obj]
#input buf pos len reads up to len characters from the object, storing them in string buf, starting at character number pos.
input_all_till [Socket.in_channel_obj]
input_char [Socket.in_channel_obj]
input_line [Socket.in_channel_obj]
input_till [Socket.in_channel_obj]

O
output [Socket.out_channel_obj]
#output buf pos len writes up to len characters from string buf, starting at offset pos, to the given object output stream and returns the number of characters actually written.
output_char [Socket.out_channel_obj]
output_string [Socket.out_channel_obj]

R
really_input [Socket.in_channel_obj]