ssl_connection

Functions


send(Pid, Data) -> term()

recv(Pid, Length, Timeout) -> term()

connect(Host, Port, Socket, Options, User, CbInfo, Timeout) -> term()

accept(Port, Socket, Opts, User, CbInfo, Timeout) -> term()

close(ConnectionPid) -> term()

shutdown(ConnectionPid, How) -> term()

new_user(ConnectionPid, User) -> term()

sockname(ConnectionPid) -> term()

peername(ConnectionPid) -> term()

get_opts(ConnectionPid, OptTags) -> term()

set_opts(ConnectionPid, Options) -> term()

info(ConnectionPid) -> term()

session_info(ConnectionPid) -> term()

peer_certificate(ConnectionPid) -> term()

start_link(Role, Host, Port, Socket, Options, User, CbInfo) -> term()

init(X1) -> term()

hello(Hello, State) -> term()

abbreviated(Finished, State) -> term()

certify(Certificate, State) -> term()

cipher(Certificate_verify, State) -> term()

connection(X1, State) -> term()

handle_event(Ssl_tls, StateName, State) -> term()

handle_sync_event(X1, From, StateName, State) -> term()

handle_info(A, StateName, State) -> term()

terminate(Reason, StateName, State) -> term()

code_change(OldVsn, StateName, State, Extra) -> term()

View Functions