Uses of Class
com.blockchyp.client.TerminalRouteResponse
Packages that use TerminalRouteResponse
-
Uses of TerminalRouteResponse in com.blockchyp.client
Methods in com.blockchyp.client that return TerminalRouteResponseModifier and TypeMethodDescriptionBlockChypClient.getOfflineCache(String terminalName) Returns the route stored in the offline cache for the given terminal.protected TerminalRouteResponseBlockChypClient.resolveTerminalRoute(String terminalName) Finds the terminal route record for the given terminal name.protected TerminalRouteResponseBlockChypClient.routeCacheGet(String terminalName) Looks up a terminal route from the cache.Methods in com.blockchyp.client with parameters of type TerminalRouteResponseModifier and TypeMethodDescriptionprotected ObjectBlockChypClient.finishTerminalRequest(TerminalRouteResponse route, Object request, org.apache.commons.httpclient.HttpMethod method, Class responseType) This handles all the common logic associated with processing terminal http requests.protected TerminalRequestBlockChypClient.newTerminalRequestForRoute(TerminalRouteResponse route) Assembles a new terminal request and populates the credentials, using transient credentials if available.protected StringBlockChypClient.resolveTerminalHost(TerminalRouteResponse route) Assembles the scheme, ip address, and port number bits of a terminal URL.protected voidBlockChypClient.routeCachePut(TerminalRouteResponse route) Puts a terminal route in the cache (both caches).protected StringBlockChypClient.toFullyQualifiedTerminalPath(TerminalRouteResponse route, String path) Assembles a full path to the terminal for an API call.