ssh_connection_manager

Functions


start_link(Opts) -> term()

open_channel(ConnectionManager, ChannelType, ChannelSpecificData, InitialWindowSize, MaxPacketSize, Timeout) -> term()

request(ConnectionManager, Channel, Type, X4, Data, Timeout) -> term()

global_request(ConnectionManager, Type, Reply, Data) -> term()

event(ConnectionManager, BinMsg) -> term()

info(ConnectionManager) -> term()

info(ConnectionManager, ChannelProcess) -> term()

attach(ConnectionManager, TimeOut) -> term()

attach(ConnectionManager, ChannelPid, TimeOut) -> term()

detach(ConnectionManager, TimeOut) -> term()

renegotiate(ConnectionManager) -> term()

peer_addr(ConnectionManager) -> term()

send_window(ConnectionManager, Channel, TimeOut) -> term()

recv_window(ConnectionManager, Channel, TimeOut) -> term()

adjust_window(ConnectionManager, Channel, Bytes) -> term()

close(ConnectionManager, ChannelId) -> term()

stop(ConnectionManager) -> term()

send(ConnectionManager, ChannelId, Type, Data, Timeout) -> term()

send_eof(ConnectionManager, ChannelId) -> term()

controlling_process(ConnectionManager, ChannelId, NewPid, OldPid) -> term()

init(X1) -> term()

handle_call(Request, From, State0) -> term()

handle_cast(Request, State) -> term()

handle_info(X1, State) -> term()

terminate(Reason, State) -> term()

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

cast(Pid, Msg) -> term()

View Functions