|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Chunk interface used to identify the IP channel a message is destinated. It can by used by a ChannelOut to identify the ChannelIn to which a message is destinated.
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 |
getChannelDestinationAddr()
Returns the inet address of the ChannelIn. |
int |
getChannelDestinationPort()
Returns the listening port of the ChannelIn. |
void |
setChannelDestinationAddr(InetAddress addr)
Sets the inet address of the ChannelIn. |
void |
setChannelDestinationPort(int port)
Sets the listening port of the ChannelIn. |
Field Detail |
public static final String DEFAULT_NAME
public static final ChunkType TYPE
Method Detail |
public InetAddress getChannelDestinationAddr()
public void setChannelDestinationAddr(InetAddress addr)
addr
- the inet address.public int getChannelDestinationPort()
public void setChannelDestinationPort(int port)
port
- the listening port
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |