Interface MorpheusNetworkProxyService

All Superinterfaces:
MorpheusDataService<NetworkProxy,NetworkProxy>

public interface MorpheusNetworkProxyService extends MorpheusDataService<NetworkProxy,NetworkProxy>
This Context contains interactions related to NetworkProxy objects. It can be accessed via the primary MorpheusContext via the MorpheusNetworkService

Examples:


 morpheusContext.getNetwork().getNetworkProxy()
 
Since:
0.15.1
See Also:
  • Method Details