|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDefaultRvProxyCmdFactory
Provides an implementation of an AOL Proxy command factory that generates instances of the five RV Proxy command classes provided in this package.
Constructor Summary | |
DefaultRvProxyCmdFactory()
|
Method Summary | |
RvProxyCmd |
getRvProxyCmd(RvProxyPacket header)
Attempts to create an appropriate RvCommand that represents
the given RvProxyPacket . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultRvProxyCmdFactory()
Method Detail |
public RvProxyCmd getRvProxyCmd(RvProxyPacket header)
RvProxyCmdFactory
RvCommand
that represents
the given RvProxyPacket
. Note that this method can surely
return null
if no appropriate command object can be created.
getRvProxyCmd
in interface RvProxyCmdFactory
header
- an incoming RV proxy packet
RvCommand
that corresponds to the given
RvProxyPacket
, or null
if no
appropriate command object could be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |