public class HTTPAuthenticator extends Object
| Constructor and Description |
|---|
HTTPAuthenticator(Logger logger,
String apiKey,
String secret) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectTimeout() |
protected InputStream |
getMtGoxHTTPInputStream(String path) |
protected InputStream |
getMtGoxHTTPInputStream(String path,
HashMap<String,String> args) |
int |
getReadTimout() |
void |
setConnectTimeout(int connectTimeout) |
void |
setReadTimout(int readTimout) |
protected static Logger logger
protected InputStream getMtGoxHTTPInputStream(String path, HashMap<String,String> args) throws IOException, NoSuchAlgorithmException, InvalidKeyException
protected InputStream getMtGoxHTTPInputStream(String path) throws IOException, NoSuchAlgorithmException, InvalidKeyException
public int getReadTimout()
public int getConnectTimeout()
public void setReadTimout(int readTimout)
public void setConnectTimeout(int connectTimeout)
Copyright © 2013. All Rights Reserved.