Deprecated API


Contents
Deprecated Classes
com.sun.grizzly.util.buf.DateTool
          Will be replaced with a more efficient impl, based on FastDateFormat, with an API using less objects. 
com.sun.grizzly.tcp.DynamicContentAdapter
          - Use GrizzlyAdapter instead. 
 

Deprecated Methods
com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.addGrizzlyAdapter(GrizzlyAdapter)
          - uses GrizzlyAdapterChain.addGrizzlyAdapter(com.sun.grizzly.tcp.http11.GrizzlyAdapter, java.lang.String[]) 
com.sun.grizzly.util.http.ServerCookie.checkName(String)
          - Not used 
com.sun.grizzly.util.buf.B2CConverter.convert(ByteChunk, CharChunk)
            
com.sun.grizzly.util.buf.MessageBytes.getTime()
          The buffer are general purpose, caching for headers should be done in headers 
com.sun.grizzly.util.http.ServerCookie.maybeQuote(int, StringBuffer, String)
          - Not used 
com.sun.grizzly.util.IntrospectionUtils.replaceProperties(String, Object)
          Use the explicit method 
com.sun.grizzly.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. 
 

Deprecated Constructors
com.sun.grizzly.util.buf.MessageBytes()
          Use static newInstance() in order to allow future hooks. 
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.