org.apache.coyote.http11
Class Http11Protocol.Http11ConnectionHandler
java.lang.Object
|
+--org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
- All Implemented Interfaces:
- org.apache.tomcat.util.net.TcpConnectionHandler
- Enclosing class:
- Http11Protocol
- static class Http11Protocol.Http11ConnectionHandler
- extends java.lang.Object
- implements org.apache.tomcat.util.net.TcpConnectionHandler
Method Summary |
java.lang.Object[] |
init()
|
void |
processConnection(org.apache.tomcat.util.net.TcpConnection connection,
java.lang.Object[] thData)
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
|
void |
setServer(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proto
Http11Protocol proto
count
static int count
global
org.apache.coyote.RequestGroupInfo global
Http11Protocol.Http11ConnectionHandler
Http11Protocol.Http11ConnectionHandler(Http11Protocol proto)
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object value)
- Specified by:
setAttribute
in interface org.apache.tomcat.util.net.TcpConnectionHandler
setServer
public void setServer(java.lang.Object o)
- Specified by:
setServer
in interface org.apache.tomcat.util.net.TcpConnectionHandler
init
public java.lang.Object[] init()
- Specified by:
init
in interface org.apache.tomcat.util.net.TcpConnectionHandler
processConnection
public void processConnection(org.apache.tomcat.util.net.TcpConnection connection,
java.lang.Object[] thData)
- Specified by:
processConnection
in interface org.apache.tomcat.util.net.TcpConnectionHandler
Copyright (c) 2001 - Apache Software Foundation