|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oaklandsw.http.AbstractSocketFactory
Creates the Socket to be used by the HTTP connection.
Constructor Summary | |
AbstractSocketFactory()
|
Method Summary | |
java.net.Socket |
createSocket(HttpURLConnection urlCon,
java.lang.String host,
int port)
Creates a socket to be used by an HTTP connection. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractSocketFactory()
Method Detail |
public java.net.Socket createSocket(HttpURLConnection urlCon, java.lang.String host, int port)
urlCon
- the HttpURLConnection that is using this sockethost
- the hostname of the socketport
- the port number of the socket
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |