|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRvProxyCmd
RvProxyInitRecvCmd
An AOL Proxy Server command used to initialize a connection when "receiving" an AOL-Proxy-based connection. That is, a command used to initialize an AOL proxy server connection after one has received an invitation to connect to an AOL Proxy Server for a direct connection, file transfer, or other direct TCP connection based rendezvous type.
Constructor Summary | |
protected |
RvProxyInitRecvCmd(RvProxyPacket header)
Creates a new RV proxy connection initialization command from the given incoming RV proxy packet. |
|
RvProxyInitRecvCmd(java.lang.String sn,
long icbmMessageId,
int port)
Creates a new outgoing RV proxy receiving-end initialization command with the given properties. |
Method Summary | |
long |
getIcbmMessageId()
Returns the ICBM message ID "cookie" sent in this command. |
int |
getPort()
Returns the "port" value sent in this command. |
java.lang.String |
getScreenname()
Returns the screenname value sent in this command. |
java.lang.String |
toString()
|
void |
writeCommandData(java.io.OutputStream out)
Writes this command's raw "command-specific data" to the given stream. |
Methods inherited from class RvProxyCmd |
getCommandType, getFlags, getPacketVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected RvProxyInitRecvCmd(RvProxyPacket header)
header
- an incoming connection initialization RV proxy packetpublic RvProxyInitRecvCmd(java.lang.String sn, long icbmMessageId, int port)
sn
- the screenname of the connecting client (that is, if being used
by a client, "your" screenname)icbmMessageId
- an ICBM message ID "cookie," normally the ICBM
message ID of the RV ICBM command which invited the user to
make the associated proxy connectionport
- the "port" value sent in the RV ICBM command which invited
user to make the associated proxy connectionMethod Detail |
public final java.lang.String getScreenname()
public final long getIcbmMessageId()
public final int getPort()
RvProxyAckCmd
.
public void writeCommandData(java.io.OutputStream out) throws java.io.IOException
RvProxyCmd
writeCommandData
in class RvProxyCmd
out
- the stream to which to write
java.io.IOException
- if an I/O error occurspublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |