|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybergarage.http.HTTPSocket
public class HTTPSocket
Constructor Summary | |
---|---|
HTTPSocket(HTTPSocket socket)
|
|
HTTPSocket(Socket socket)
|
Method Summary | |
---|---|
boolean |
close()
|
void |
finalize()
|
InputStream |
getInputStream()
|
String |
getLocalAddress()
|
int |
getLocalPort()
|
Socket |
getSocket()
|
boolean |
open()
|
boolean |
post(HTTPResponse httpRes,
long contentOffset,
long contentLength,
boolean isOnlyHeader)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTTPSocket(Socket socket)
public HTTPSocket(HTTPSocket socket)
Method Detail |
---|
public void finalize()
finalize
in class Object
public Socket getSocket()
public String getLocalAddress()
public int getLocalPort()
public InputStream getInputStream()
public boolean open()
public boolean close()
public boolean post(HTTPResponse httpRes, long contentOffset, long contentLength, boolean isOnlyHeader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |