Uses of Class
org.hyperledger.fabric.sdk.exception.NetworkConfigurationException
Packages that use NetworkConfigurationException
-
Uses of NetworkConfigurationException in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that throw NetworkConfigurationExceptionModifier and TypeMethodDescriptionvoidNetworkConfig.NetworkConfigAddOrdererHandler.addOrderer(NetworkConfig networkConfig, HFClient client, Channel channel, String ordererName, String ordererURL, Properties ordererProperties, javax.json.JsonObject jsonOrderer) voidNetworkConfig.NetworkConfigAddPeerHandler.addPeer(NetworkConfig networkConfig, HFClient client, Channel channel, String peerName, String peerURL, Properties peerProperties, Channel.PeerOptions peerOptions, javax.json.JsonObject jsonPeer) static NetworkConfigNetworkConfig.fromJsonFile(File configFile) Creates a new NetworkConfig instance configured with details supplied in a JSON file.static NetworkConfigNetworkConfig.fromJsonObject(javax.json.JsonObject jsonConfig) Creates a new NetworkConfig instance configured with details supplied in a JSON objectstatic NetworkConfigNetworkConfig.fromJsonStream(InputStream configStream) Creates a new NetworkConfig instance configured with details supplied in JSON formatstatic NetworkConfigNetworkConfig.fromYamlFile(File configFile) Creates a new NetworkConfig instance configured with details supplied in a YAML file.static NetworkConfigNetworkConfig.fromYamlStream(InputStream configStream) Creates a new NetworkConfig instance configured with details supplied in YAML formatNetworkConfig.getPeerAdmin()Returns the admin user associated with the client organizationNetworkConfig.getPeerAdmin(String orgName) Returns the admin user associated with the specified organizationHFClient.loadChannelFromConfig(String channelName, NetworkConfig networkConfig) Configures a channel based on information loaded from a Network Config file.HFClient.loadChannelFromConfig(String channelName, NetworkConfig networkConfig, NetworkConfig.NetworkConfigAddPeerHandler networkConfigAddPeerHandler, NetworkConfig.NetworkConfigAddOrdererHandler networkConfigAddOrdererHandler) Configures a channel based on information loaded from a Network Config file.