ssh_connection_manager
Functions
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, ErrorMsg) -> 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()
init(X1) -> 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()
cast(Pid, Msg) -> term()
send_msg(Msg) -> term()
ssh_channel_info_handler(Options, Channel, From) -> term()
View Functions
- start_link/1
- open_channel/6
- request/7
- request/6
- reply_request/3
- global_request/4
- event/3
- event/2
- info/1
- info/2
- renegotiate/1
- connection_info/2
- channel_info/3
- peer_addr/1
- send_window/3
- recv_window/3
- adjust_window/3
- close/2
- stop/1
- send/5
- send_eof/2
- init/1
- handle_call/3
- handle_cast/2
- handle_info/2
- terminate/2
- code_change/3
- cast/2
- send_msg/1
- ssh_channel_info_handler/3