Deprecated Methods |
org.apache.tomcat.util.buf.MessageBytes.getInt()
The buffer are general purpose, caching for headers should
be done in headers |
org.apache.tomcat.util.buf.MessageBytes.getTime()
The buffer are general purpose, caching for headers should
be done in headers |
org.apache.tomcat.util.net.PoolTcpEndpoint.log(String)
|
org.apache.tomcat.util.net.PoolTcpEndpoint.log(String, int)
|
org.apache.tomcat.util.net.PoolTcpEndpoint.log(String, Throwable)
|
org.apache.tomcat.util.net.PoolTcpEndpoint.log(String, Throwable, int)
|
org.apache.tomcat.util.buf.MessageBytes.setInt(int)
The buffer are general purpose, caching for headers should
be done in headers |
org.apache.tomcat.util.net.TcpConnectionHandler.setServer(Object)
This has nothing to do with TcpHandling,
was used as a workaround |
org.apache.tomcat.util.buf.MessageBytes.setTime(long, DateFormat)
The buffer are general purpose, caching for headers should
be done in headers. The second parameter allows us to pass a date format
instance to avoid synchronization problems. |