Uses of Class
org.jboss.netty.handler.codec.http.HttpHeaderDateFormat
-
Packages that use HttpHeaderDateFormat Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of HttpHeaderDateFormat in org.jboss.netty.handler.codec.http
Fields in org.jboss.netty.handler.codec.http with type parameters of type HttpHeaderDateFormat Modifier and Type Field Description private static java.lang.ThreadLocal<HttpHeaderDateFormat>
HttpHeaderDateFormat. FORMAT_THREAD_LOCAL
Methods in org.jboss.netty.handler.codec.http that return HttpHeaderDateFormat Modifier and Type Method Description static HttpHeaderDateFormat
HttpHeaderDateFormat. get()
-