Methods Summary |
---|
public AuthenticationInfo | getAuthenticationInfo()Returns the {@link AuthenticationInfo} related to this ConnectorAddress.
AuthenticationInfo is to be handled appropriately by the implementing class.
|
public java.lang.String | getHost()Returns the host name as a String. The interpretation is to be documented
by the implementation (DNS/IP address).
|
public int | getPort()Returns the port for this instance of ConnectorAddress.
|
public void | setAuthenticationInfo(AuthenticationInfo authInfo)Sets the AuthenticationInfo for this ConnectorAddress.
|
public void | setHost(java.lang.String host)Sets the host to the given parameter.
|
public void | setPort(int port)Sets throws port to given integer.
|