public interface AppToAppInfo
CompanionService
's endpoint.Modifier and Type | Method and Description |
---|---|
java.net.InetSocketAddress |
getConnectionAddress()
Gets a valid connection address for the protocol type.
|
java.lang.String |
getMatchingProtocolName()
Gets protocol name defined as "ApplicationIdentification".GEM.DVB.org_v1,
where "ApplicationIdentification" is free text to be supplied by the
application vendor.
|
java.lang.String |
getProtocol()
Gets protocol type (for example "REST", "Websocket").
|
boolean |
isProtocolRequired()
Determines if the protocol is required.
|
java.lang.String getMatchingProtocolName()
java.lang.String getProtocol()
java.net.InetSocketAddress getConnectionAddress()
boolean isProtocolRequired()