|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.http.HttpConnection
org.codehaus.wadi.jetty5.SocketListener.HttpConnection
Field Summary | |
protected boolean |
_secure
|
Fields inherited from class org.mortbay.http.HttpConnection |
_dotVersion, _keepAlive, _persistent, _request, _response |
Fields inherited from interface org.mortbay.util.OutputObserver |
__CLOSED, __CLOSING, __COMMITING, __FIRST_WRITE, __RESET_BUFFER |
Constructor Summary | |
SocketListener.HttpConnection(org.mortbay.http.HttpListener listener,
InetAddress remoteAddr,
InputStream in,
OutputStream out,
Object connection)
|
Method Summary | |
boolean |
getSecure()
|
void |
setSecure(boolean secure)
|
Methods inherited from class org.mortbay.http.HttpConnection |
associateThread, close, commit, destroy, disassociateThread, firstWrite, forceClose, getConnection, getDefaultScheme, getHttpServer, getHttpTunnel, getInputStream, getListener, getObject, getOutputStream, getRemoteAddr, getRemoteHost, getRemoteInetAddress, getRemotePort, getRequest, getResponse, getServerAddr, getServerName, getServerPort, handle, handleNext, isThrottled, outputNotify, readRequest, recycle, service, setHttpTunnel, setObject, setThrottled, statsRequestEnd, statsRequestStart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean _secure
Constructor Detail |
public SocketListener.HttpConnection(org.mortbay.http.HttpListener listener, InetAddress remoteAddr, InputStream in, OutputStream out, Object connection)
Method Detail |
public boolean getSecure()
getSecure
in interface org.codehaus.wadi.Securable
public void setSecure(boolean secure)
setSecure
in interface org.codehaus.wadi.Securable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |