org.lastbamboo.common.ice
Interface MappedServerSocket

All Known Implementing Classes:
MappedTcpAnswererServer, PortMappedServerSocket

public interface MappedServerSocket

Interface for server sockets that have their ports mapped.


Method Summary
 InetSocketAddress getHostAddress()
           
 int getMappedPort()
           
 boolean isPortMapped()
           
 

Method Detail

isPortMapped

boolean isPortMapped()

getMappedPort

int getMappedPort()

getHostAddress

InetSocketAddress getHostAddress()


Copyright © 2013 LittleShoot. All Rights Reserved.