|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of OtpAuthException in com.ericsson.otp.erlang |
|---|
| Methods in com.ericsson.otp.erlang that throw OtpAuthException | |
|---|---|
OtpConnection |
OtpSelf.accept()
Accept an incoming connection from a remote node. |
OtpConnection |
OtpSelf.connect(OtpPeer other)
Open a connection to a remote node. |
OtpConnection |
OtpPeer.connect(OtpSelf self)
Deprecated. Use the corresponding method in OtpSelf instead. |
protected void |
AbstractConnection.doAccept()
|
protected void |
AbstractConnection.doConnect(int port)
|
OtpErlangObject |
OtpConnection.receive()
Receive a message from a remote process. |
OtpErlangObject |
OtpConnection.receive(long timeout)
Receive a message from a remote process. |
OtpInputStream |
OtpConnection.receiveBuf()
Receive a raw (still encoded) message from a remote process. |
OtpInputStream |
OtpConnection.receiveBuf(long timeout)
Receive a raw (still encoded) message from a remote process. |
OtpMsg |
OtpConnection.receiveMsg()
Receive a messge complete with sender and recipient information. |
OtpMsg |
OtpConnection.receiveMsg(long timeout)
Receive a messge complete with sender and recipient information. |
OtpErlangObject |
OtpConnection.receiveRPC()
Receive an RPC reply from the remote Erlang node. |
protected void |
AbstractConnection.recvChallengeAck(int our_challenge)
|
protected int |
AbstractConnection.recvChallengeReply(int our_challenge)
|
| Constructors in com.ericsson.otp.erlang that throw OtpAuthException | |
|---|---|
AbstractConnection(OtpLocalNode self,
OtpPeer other)
Intiate and open a connection to a remote node. |
|
AbstractConnection(OtpLocalNode self,
java.net.Socket s)
Accept an incoming connection from a remote node. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||