facebook4j.internal.http
Class HttpClientBase

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

public class HttpClientBase
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HttpClientBase(HttpClientConfiguration conf)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 void shutdown()
           
 String toString()
           
 void write(DataOutputStream out, String outStr)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpClientBase

public HttpClientBase(HttpClientConfiguration conf)
Method Detail

shutdown

public void shutdown()

write

public void write(DataOutputStream out,
                  String outStr)
           throws IOException
Throws:
IOException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.