|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The HttpURLConnectionCallback interface defines a callback
mechanism for the HttpURLConnection class.
HttpURLConnection,
HttpURLConnection.getHttpURLConnectionCallback(),
HttpURLConnection.setHttpURLConnectionCallback(HttpURLConnectionCallback)| Method Summary | |
SimpleSocket |
createSimpleSocket(InetAddress inetAddress,
int port)
Creates a SimpleSocket with the specified
inetAddress and port. |
boolean |
useIp()
Checks to see if the use of the IP (Internet Protocol) is allowed. |
| Method Detail |
public SimpleSocket createSimpleSocket(InetAddress inetAddress,
int port)
Creates a SimpleSocket with the specified
inetAddress and port.
inetAddress - the Inet address of the SimpleSocket to be
created.port - the port of the SimpleSocket to be created.
SimpleSocket.public boolean useIp()
Checks to see if the use of the IP (Internet Protocol) is allowed.
true if the use the IP is allowed,
false if not.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||