Skip to content

Latest commit

 

History

History
84 lines (41 loc) · 2.15 KB

hackney_connection.md

File metadata and controls

84 lines (41 loc) · 2.15 KB

Module hackney_connection

Function Index

close/2
connect/3
connect_options/3
controlling_process/3
get_property/2
is_ssl/1
merge_ssl_opts/2
new/1
setopts/3
ssl_opts/2
sync_socket/2

Function Details

close/2

close(Connection, Socket) -> any()

connect/3

connect(Connection, ConnectOptions, Timeout) -> any()

connect_options/3

connect_options(Transport, Host, ClientOptions) -> any()

controlling_process/3

controlling_process(Connection, Socket, Owner) -> any()

get_property/2

get_property(X1, Connection) -> any()

is_ssl/1

is_ssl(Connection) -> any()

merge_ssl_opts/2

merge_ssl_opts(Host, OverrideOpts) -> any()

new/1

new(Client) -> any()

setopts/3

setopts(Connection, Socket, Opts) -> any()

ssl_opts/2

ssl_opts(Host, Options) -> any()

sync_socket/2

sync_socket(Connection, Socket) -> any()