|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRvProxyCmd
RvProxyInitSendCmd
An RV Proxy command sent upon connecting to an AOL Proxy Server when initiating a proxy-based connection.
Constructor Summary | |
protected |
RvProxyInitSendCmd(RvProxyPacket header)
Reads an RV proxy connection initialization command from the given incoming RV proxy packet. |
|
RvProxyInitSendCmd(java.lang.String sn,
long icbmMessageId)
Creates a new outgoing RV proxy initialization command with the given initiating screenname and ICBM message ID "cookie." |
Method Summary | |
long |
getIcbmMessageId()
Returns the ICBM message ID "cookie" sent in this command. |
java.lang.String |
getScreenname()
Returns the screenname field contained 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 RvProxyInitSendCmd(RvProxyPacket header)
header
- an incoming connection initialization RV proxy packetpublic RvProxyInitSendCmd(java.lang.String sn, long icbmMessageId)
sn
- the screenname of the user initializing this connection (that
is, your client's screenname)icbmMessageId
- the ICBM message ID of the rendezvous request
command sent to request the associated proxied connectionMethod Detail |
public final java.lang.String getScreenname()
public final long getIcbmMessageId()
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 |