Class DefaultCookie

java.lang.Object
org.jboss.netty.handler.codec.http.cookie.DefaultCookie
org.jboss.netty.handler.codec.http.DefaultCookie
All Implemented Interfaces:
Comparable<Cookie>, Cookie, Cookie

@Deprecated public class DefaultCookie extends DefaultCookie implements Cookie
Deprecated.
Use
invalid reference
io.netty.handler.codec.http.cookie.DefaultCookie
instead.
The default Cookie implementation.
  • Field Details

    • comment

      private String comment
      Deprecated.
    • commentUrl

      private String commentUrl
      Deprecated.
    • discard

      private boolean discard
      Deprecated.
    • ports

      private Set<Integer> ports
      Deprecated.
    • unmodifiablePorts

      private Set<Integer> unmodifiablePorts
      Deprecated.
    • version

      private int version
      Deprecated.
  • Constructor Details

    • DefaultCookie

      public DefaultCookie(String name, String value)
      Deprecated.
      Creates a new cookie with the specified name and value.
  • Method Details