org.gudy.azureus2.plugins.messaging.generic
Interface GenericMessageEndpoint
- All Known Implementing Classes:
- GenericMessageEndpointImpl
public interface GenericMessageEndpoint
Method Summary |
void |
addTCP(java.net.InetSocketAddress target)
|
void |
addUDP(java.net.InetSocketAddress target)
|
java.net.InetSocketAddress |
getNotionalAddress()
|
java.net.InetSocketAddress |
getTCP()
|
java.net.InetSocketAddress |
getUDP()
|
getNotionalAddress
java.net.InetSocketAddress getNotionalAddress()
addTCP
void addTCP(java.net.InetSocketAddress target)
getTCP
java.net.InetSocketAddress getTCP()
addUDP
void addUDP(java.net.InetSocketAddress target)
getUDP
java.net.InetSocketAddress getUDP()