Interface IServerCommunicationProtocolResolver
-
- All Known Implementing Classes:
HttpBasedProtocolResolver
public interface IServerCommunicationProtocolResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<CommunicationProtocol>
resolve()
Returns list of protocols supported by server and agent or empty list if the agent's registration is not available.
-
-
-
Method Detail
-
resolve
@NotNull Iterable<CommunicationProtocol> resolve() throws IOException
Returns list of protocols supported by server and agent or empty list if the agent's registration is not available.- Throws:
IOException
-
-