|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Chunk interface used to identify the IP channel that send the message.
Field Summary | |
static String |
DEFAULT_NAME
The default name of chunks of this type. |
static ChunkType |
TYPE
The Chunk type of chunks that implements this interface. |
Method Summary | |
InetAddress |
getChannelSourceAddr()
Returns the inet address of the ChannelOut. |
int |
getChannelSourcePort()
Returns the listening port of the ChannelOut. |
void |
setChannelSourceAddr(InetAddress addr)
Sets the inet address of the ChannelOut. |
void |
setChannelSourcePort(int port)
Sets the listening port of the ChannelOut. |
Field Detail |
public static final String DEFAULT_NAME
public static final ChunkType TYPE
Method Detail |
public InetAddress getChannelSourceAddr()
public void setChannelSourceAddr(InetAddress addr)
addr
- the inet address.public int getChannelSourcePort()
public void setChannelSourcePort(int port)
port
- the listening port.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |