| change_shaper/2 | |
| close/1 | |
| compress/1 | |
| compress/2 | |
| connect/3 | |
| get_peer_certificate/1 | |
| get_sockmod/1 | |
| get_verify_result/1 | |
| monitor/1 | |
| peername/1 | |
| reset_stream/1 | |
| send/2 | |
| sockname/1 | |
| start/4 | |
| starttls/2 | |
| starttls/3 |
change_shaper(SocketData, Shaper) -> any()
close(SocketData) -> any()
compress(SocketData) -> any()
compress(SocketData, Data) -> any()
connect(Addr, Port, Opts) -> any()
get_peer_certificate(SocketData) -> any()
get_sockmod(SocketData) -> any()
get_verify_result(SocketData) -> any()
monitor(SocketData) -> any()
peername(Socket_state) -> any()
reset_stream(SocketData) -> any()
send(SocketData, Data) -> any()
sockname(Socket_state) -> any()
start(Module, SockMod, Socket, Opts) -> any()
starttls(SocketData, TLSOpts) -> any()
starttls(SocketData, TLSOpts, Data) -> any()
Generated by EDoc, Feb 19 2012, 12:53:54.