org.codehaus.wadi.jetty5
Class SocketListener.HttpConnection

java.lang.Object
  extended byorg.mortbay.http.HttpConnection
      extended byorg.codehaus.wadi.jetty5.SocketListener.HttpConnection
All Implemented Interfaces:
OutputObserver, org.codehaus.wadi.Securable
Enclosing class:
SocketListener

public static class SocketListener.HttpConnection
extends org.mortbay.http.HttpConnection
implements org.codehaus.wadi.Securable


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

_secure

protected boolean _secure
Constructor Detail

SocketListener.HttpConnection

public SocketListener.HttpConnection(org.mortbay.http.HttpListener listener,
                                     InetAddress remoteAddr,
                                     InputStream in,
                                     OutputStream out,
                                     Object connection)
Method Detail

getSecure

public boolean getSecure()
Specified by:
getSecure in interface org.codehaus.wadi.Securable

setSecure

public void setSecure(boolean secure)
Specified by:
setSecure in interface org.codehaus.wadi.Securable


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.