ssh_connection_manager
(
ssh)
start_link(Opts) -> term()
open_channel(ConnectionManager, ChannelType, ChannelSpecificData, InitialWindowSize, MaxPacketSize, Timeout) -> term()
request(ConnectionManager, ChannelPid, ChannelId, Type, X5, Data, Timeout) -> term()
request(ConnectionManager, ChannelId, Type, X4, Data, Timeout) -> term()
reply_request(ConnectionManager, Status, ChannelId) -> term()
global_request(ConnectionManager, Type, Reply, Data) -> term()
event(ConnectionManager, BinMsg) -> term()
info(ConnectionManager) -> term()
info(ConnectionManager, ChannelProcess) -> term()
renegotiate(ConnectionManager) -> term()
connection_info(ConnectionManager, Options) -> term()
channel_info(ConnectionManager, ChannelId, Options) -> 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()
handle_call(Request, From, State0) -> term()
handle_cast(Request, State0) -> term()
handle_info(X1, State) -> term()
terminate(Reason, State) -> term()
code_change(OldVsn, State, Extra) -> term()
ssh_channel_info_handler(Options, Channel, From) -> term()