|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFlapPacketEvent
An event fired when a FLAP packet is received on a FLAP connection.
Constructor Summary | |
protected |
FlapPacketEvent(FlapPacketEvent other)
Creates a new FLAP packet event object, a copy of the given event object. |
protected |
FlapPacketEvent(FlapProcessor conn,
FlapPacket packet,
FlapCommand command)
Creates a new FLAP packet event representing the receival of the given packet by the given FLAP processor, along with the given FLAP command generated from that packet. |
Method Summary | |
FlapCommand |
getFlapCommand()
The FLAP command generated from the received FLAP packet. |
FlapPacket |
getFlapPacket()
The FLAP packet that was received. |
FlapProcessor |
getFlapProcessor()
The FLAP connection that received a packet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FlapPacketEvent(FlapPacketEvent other)
other
- the FLAP packet event to copyprotected FlapPacketEvent(FlapProcessor conn, FlapPacket packet, FlapCommand command)
conn
- the FLAP connection that received this packetpacket
- the packet receivedcommand
- the FLAP command generated by this packetMethod Detail |
public final FlapProcessor getFlapProcessor()
public final FlapPacket getFlapPacket()
public final FlapCommand getFlapCommand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |