facebook4j.internal.http
Class HttpClientBase

java.lang.Object
  extended by facebook4j.internal.http.HttpClientBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HttpClientImpl

public class HttpClientBase
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  HttpClientConfiguration CONF
           
private static Logger logger
           
 
Constructor Summary
HttpClientBase(HttpClientConfiguration conf)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
protected  boolean isProxyConfigured()
           
 void shutdown()
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream out, java.lang.String outStr)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

private static final Logger logger

CONF

protected final HttpClientConfiguration CONF
Constructor Detail

HttpClientBase

public HttpClientBase(HttpClientConfiguration conf)
Method Detail

shutdown

public void shutdown()

isProxyConfigured

protected boolean isProxyConfigured()

write

public void write(java.io.DataOutputStream out,
                  java.lang.String outStr)
           throws java.io.IOException
Throws:
java.io.IOException

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object