orber_iiop_pm
Functions
start() -> term()
start(Opts) -> term()
connect(Host, Port, SocketType, Timeout, Chars, Wchars, Ctx) -> term()
add_connection(Key, NewKey, SockData) -> term()
sockname2peername(SockHost, SockPort) -> term()
peername2sockname(PeerHost, PeerPort) -> term()
reconfigure(Options) -> term()
reconfigure(Options, Host, Port) -> term()
reconfigure(Options, Host, Port, Interface) -> term()
close_connection(PeerData) -> term()
close_connection(PeerData, Interface) -> term()
list_existing_connections() -> term()
list_setup_connections() -> term()
list_all_connections() -> term()
stop() -> term()
init(Opts) -> term()
terminate(Reason, State) -> term()
handle_call(X1, From, State) -> term()
handle_cast(X1, State) -> term()
handle_info(X1, State) -> term()
code_change(OldVsn, State, Extra) -> term()
setup_connection(PMPid, Host, Port, SocketType, SocketOptions, Chars, Wchars, Key) -> term()
View Functions
- start/0
- start/1
- connect/7
- add_connection/3
- sockname2peername/2
- peername2sockname/2
- reconfigure/1
- reconfigure/3
- reconfigure/4
- close_connection/1
- close_connection/2
- list_existing_connections/0
- list_setup_connections/0
- list_all_connections/0
- stop/0
- init/1
- terminate/2
- handle_call/3
- handle_cast/2
- handle_info/2
- code_change/3
- setup_connection/8