public interface ImaEndpoint
Modifier and Type | Field and Description |
---|---|
static String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the IP address of the interface where the endpoint accepts connections.
|
int |
getMaxMessgeSize()
Returns the maximum message size for the endpoint.
|
String |
getMessageHub()
Returns the name of the message hub to which the endpoint belongs
|
String |
getName()
Returns the name of the endpoint.
|
int |
getPort()
Returns the port number of the endpoint.
|
long |
getProtocolMask()
Returns the protocol mask for the endpoint.
|
boolean |
isReliable()
Returns whether the connection is reliable.
|
boolean |
isSecure()
Returns whether the connection is secure.
|
boolean |
useClientCert()
Returns whether client certificates are used.
|
boolean |
usePassword()
Returns whether the authorization requires passwords.
|
static final String COPYRIGHT
String getName()
String getAddress()
int getMaxMessgeSize()
String getMessageHub()
int getPort()
long getProtocolMask()
boolean isSecure()
boolean isReliable()
boolean useClientCert()
boolean usePassword()
Copyright © Contributors to the Eclipse Foundation 2014-2021