Uses of Interface
org.codeforamerica.open311.internals.network.NetworkManager

Packages that use NetworkManager
org.codeforamerica.open311.facade Visible part of the system. 
org.codeforamerica.open311.internals.network Network-related functionality of the library. 
 

Uses of NetworkManager in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade with parameters of type NetworkManager
 APIWrapperFactory APIWrapperFactory.setNetworkManager(NetworkManager networkManager)
          Sets a custom NetworkManager, useful if you need to use mocks or a platform-dependent network client which you can build implementing the NetworkManager interface.
 

Uses of NetworkManager in org.codeforamerica.open311.internals.network
 

Classes in org.codeforamerica.open311.internals.network that implement NetworkManager
 class HTTPNetworkManager
          Implementation using the Apache HttpComponents library.
 class MockNetworkManager
          Mock NetworkManager, useful for testing.
 



Copyright © 2013 Code for America. All Rights Reserved.