ssl_connection

Functions


abbreviated(Hello_request, State0) -> term()

certify(Hello_request, State0) -> term()

cipher(Hello_request, State0) -> term()

close(ConnectionPid) -> term()

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

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

connection(Hello_request, State) -> term()

get_opts(ConnectionPid, OptTags) -> term()

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

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

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

handshake(Sslsocket, Timeout) -> term()

hello(Hello_request, State) -> term()

info(ConnectionPid) -> term()

init(X1) -> term()

new_user(ConnectionPid, User) -> term()

peer_certificate(ConnectionPid) -> term()

peername(ConnectionPid) -> term()

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

renegotiation(ConnectionPid) -> term()

send(Pid, Data) -> term()

session_info(ConnectionPid) -> term()

set_opts(ConnectionPid, Options) -> term()

shutdown(ConnectionPid, How) -> term()

socket_control(Socket, Pid, CbModule) -> term()

sockname(ConnectionPid) -> term()

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

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

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

View Functions