akka.remote
Interface RemoteProtocol.AddressProtocolOrBuilder

All Known Implementing Classes:
RemoteProtocol.AddressProtocol, RemoteProtocol.AddressProtocol.Builder
Enclosing class:
RemoteProtocol

public static interface RemoteProtocol.AddressProtocolOrBuilder


Method Summary
 java.lang.String getHostname()
           
 int getPort()
           
 java.lang.String getSystem()
           
 boolean hasHostname()
           
 boolean hasPort()
           
 boolean hasSystem()
           
 

Method Detail

hasSystem

boolean hasSystem()

getSystem

java.lang.String getSystem()

hasHostname

boolean hasHostname()

getHostname

java.lang.String getHostname()

hasPort

boolean hasPort()

getPort

int getPort()