Package | Description |
---|---|
com.blockchyp.client |
Modifier and Type | Method and Description |
---|---|
TerminalRouteResponse |
BlockChypClient.getOfflineCache(String terminalName)
Returns the route stored in the offline cache for the given terminal.
|
protected TerminalRouteResponse |
BlockChypClient.resolveTerminalRoute(String terminalName)
Finds the terminal route record for the given terminal name.
|
protected TerminalRouteResponse |
BlockChypClient.routeCacheGet(String terminalName)
Looks up a terminal route from the cache.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
BlockChypClient.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 TerminalRequest |
BlockChypClient.newTerminalRequestForRoute(TerminalRouteResponse route)
Assembles a new terminal request and populates the credentials, using transient
credentials if available.
|
protected String |
BlockChypClient.resolveTerminalHost(TerminalRouteResponse route)
Assembles the scheme, ip address, and port number bits of a terminal URL.
|
protected void |
BlockChypClient.routeCachePut(TerminalRouteResponse route)
Puts a terminal route in the cache (both caches).
|
protected String |
BlockChypClient.toFullyQualifiedTerminalPath(TerminalRouteResponse route,
String path)
Assembles a full path to the terminal for an API call.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.