|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.cindy.packet.DelegatePacket
public class DelegatePacket
Delegate packet.
Constructor Summary | |
---|---|
DelegatePacket(Packet packet)
|
Method Summary | |
---|---|
java.net.SocketAddress |
getAddress()
Get the socket address of the packet. |
Buffer |
getContent()
Get the content of the packet. |
Packet |
getDelegate()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DelegatePacket(Packet packet)
Method Detail |
---|
public Packet getDelegate()
public java.net.SocketAddress getAddress()
Packet
getAddress
in interface Packet
public Buffer getContent()
Packet
getContent
in interface Packet
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |